@@ -373,6 +373,7 @@ fn color3() {
373
373
} )
374
374
}
375
375
376
+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
376
377
#[ test]
377
378
fn color3_hsl ( ) {
378
379
run_color_tests ( include_str ! ( "css-parsing-tests/color3_hsl.json" ) , |c| {
@@ -395,6 +396,7 @@ fn color3_keywords() {
395
396
)
396
397
}
397
398
399
+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
398
400
#[ test]
399
401
fn color4_hwb ( ) {
400
402
run_color_tests ( include_str ! ( "css-parsing-tests/color4_hwb.json" ) , |c| {
@@ -404,6 +406,7 @@ fn color4_hwb() {
404
406
} )
405
407
}
406
408
409
+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
407
410
#[ test]
408
411
fn color4_lab_lch_oklab_oklch ( ) {
409
412
run_color_tests (
@@ -939,6 +942,7 @@ fn unquoted_url(b: &mut Bencher) {
939
942
} )
940
943
}
941
944
945
+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
942
946
#[ cfg( feature = "bench" ) ]
943
947
#[ bench]
944
948
fn numeric ( b : & mut Bencher ) {
@@ -953,6 +957,7 @@ fn numeric(b: &mut Bencher) {
953
957
954
958
struct JsonParser ;
955
959
960
+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
956
961
#[ test]
957
962
fn no_stack_overflow_multiple_nested_blocks ( ) {
958
963
let mut input: String = "{{" . into ( ) ;
@@ -1413,6 +1418,7 @@ fn parse_sourceurl_comments() {
1413
1418
}
1414
1419
}
1415
1420
1421
+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
1416
1422
#[ test]
1417
1423
fn roundtrip_percentage_token ( ) {
1418
1424
fn test_roundtrip ( value : & str ) {
0 commit comments