@@ -373,6 +373,7 @@ fn color3() {
373373 } )
374374}
375375
376+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
376377#[ test]
377378fn color3_hsl ( ) {
378379 run_color_tests ( include_str ! ( "css-parsing-tests/color3_hsl.json" ) , |c| {
@@ -395,6 +396,7 @@ fn color3_keywords() {
395396 )
396397}
397398
399+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
398400#[ test]
399401fn color4_hwb ( ) {
400402 run_color_tests ( include_str ! ( "css-parsing-tests/color4_hwb.json" ) , |c| {
@@ -404,6 +406,7 @@ fn color4_hwb() {
404406 } )
405407}
406408
409+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
407410#[ test]
408411fn color4_lab_lch_oklab_oklch ( ) {
409412 run_color_tests (
@@ -939,6 +942,7 @@ fn unquoted_url(b: &mut Bencher) {
939942 } )
940943}
941944
945+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
942946#[ cfg( feature = "bench" ) ]
943947#[ bench]
944948fn numeric ( b : & mut Bencher ) {
@@ -953,6 +957,7 @@ fn numeric(b: &mut Bencher) {
953957
954958struct JsonParser ;
955959
960+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
956961#[ test]
957962fn no_stack_overflow_multiple_nested_blocks ( ) {
958963 let mut input: String = "{{" . into ( ) ;
@@ -1413,6 +1418,7 @@ fn parse_sourceurl_comments() {
14131418 }
14141419}
14151420
1421+ #[ cfg_attr( all( miri, feature = "skip_long_tests" ) , ignore) ]
14161422#[ test]
14171423fn roundtrip_percentage_token ( ) {
14181424 fn test_roundtrip ( value : & str ) {
0 commit comments