| OLD | NEW |
| 1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
| 2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
| 3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
| 4 # met: | 4 # met: |
| 5 # | 5 # |
| 6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
| 7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
| 8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
| 9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
| 10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 177 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 178 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 178 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
| 179 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 179 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
| 180 # desugaring regexp property class relies on ICU. | 180 # desugaring regexp property class relies on ICU. |
| 181 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 181 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 182 | 182 |
| 183 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 183 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
| 184 'unicodelctest': [PASS, NO_VARIANTS], | 184 'unicodelctest': [PASS, NO_VARIANTS], |
| 185 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 185 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 186 | 186 |
| 187 ############################################################################ | |
| 188 # Ignition | |
| 189 | |
| 190 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | |
| 191 'array-literal-feedback': [PASS, NO_IGNITION], | |
| 192 'regress/regress-4121': [PASS, NO_IGNITION], | |
| 193 | |
| 194 # TODO(4680): Test doesn't know about three tier compiler pipeline. | |
| 195 'assert-opt-and-deopt': [PASS, NO_IGNITION], | |
| 196 | |
| 197 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. | |
| 198 'compiler/deopt-inlined-from-call': [PASS, NO_IGNITION], | |
| 199 'compiler/increment-typefeedback': [PASS, NO_IGNITION], | |
| 200 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], | |
| 201 'constant-folding-2': [PASS, NO_IGNITION], | |
| 202 'debug-is-active': [PASS, NO_IGNITION], | |
| 203 'deopt-with-fp-regs': [PASS, NO_IGNITION], | |
| 204 'deserialize-optimize-inner': [PASS, NO_IGNITION], | |
| 205 'div-mul-minus-one': [PASS, NO_IGNITION], | |
| 206 'double-intrinsics': [PASS, NO_IGNITION], | |
| 207 'elements-transition-hoisting': [PASS, NO_IGNITION], | |
| 208 'es6/block-let-crankshaft': [PASS, NO_IGNITION], | |
| 209 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], | |
| 210 'getters-on-elements': [PASS, NO_IGNITION], | |
| 211 'harmony/do-expressions': [PASS, NO_IGNITION], | |
| 212 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], | |
| 213 'regress/regress-2132': [PASS, NO_IGNITION], | |
| 214 'regress/regress-2339': [PASS, NO_IGNITION], | |
| 215 'regress/regress-3176': [PASS, NO_IGNITION], | |
| 216 'regress/regress-3709': [PASS, NO_IGNITION], | |
| 217 'regress/regress-385565': [PASS, NO_IGNITION], | |
| 218 'regress/regress-crbug-594183': [PASS, NO_IGNITION], | |
| 219 'regress/regress-embedded-cons-string': [PASS, NO_IGNITION], | |
| 220 'regress/regress-map-invalidation-2': [PASS, NO_IGNITION], | |
| 221 'regress/regress-param-local-type': [PASS, NO_IGNITION], | |
| 222 'regress/regress-prepare-break-while-recompile': [PASS, NO_IGNITION], | |
| 223 'shift-for-integer-div': [PASS, NO_IGNITION], | |
| 224 'sin-cos': [PASS, NO_IGNITION], | |
| 225 'smi-mul-const': [PASS, NO_IGNITION], | |
| 226 'smi-mul': [PASS, NO_IGNITION], | |
| 227 'unary-minus-deopt': [PASS, NO_IGNITION], | |
| 228 'array-constructor-feedback': [PASS, NO_IGNITION], | |
| 229 'array-feedback': [PASS, NO_IGNITION], | |
| 230 'allocation-site-info': [PASS, NO_IGNITION], | |
| 231 | |
| 232 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on | 187 # TODO(rmcilroy,5038): Crashes in Deoptimizer::PatchCodeForDeoptimization on |
| 233 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. | 188 # nosnap builds when --stress-opt and --turbo-from-bytecode is enabled. |
| 234 'harmony/generators-turbo': [PASS, FAST_VARIANTS], | 189 'harmony/generators-turbo': [PASS, FAST_VARIANTS], |
| 235 }], # ALWAYS | 190 }], # ALWAYS |
| 236 | 191 |
| 237 ['novfp3 == True', { | 192 ['novfp3 == True', { |
| 238 'asm/embenchen/box2d': [SKIP], | 193 'asm/embenchen/box2d': [SKIP], |
| 239 'asm/embenchen/zlib': [SKIP], | 194 'asm/embenchen/zlib': [SKIP], |
| 240 'asm/embenchen/memops': [SKIP], | 195 'asm/embenchen/memops': [SKIP], |
| 241 'asm/embenchen/lua_binarytrees': [SKIP], | 196 'asm/embenchen/lua_binarytrees': [SKIP], |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'regress/regress-331444': [PASS, SLOW], | 338 'regress/regress-331444': [PASS, SLOW], |
| 384 'regress/regress-490': [PASS, SLOW], | 339 'regress/regress-490': [PASS, SLOW], |
| 385 'regress/regress-crbug-217858': [PASS, SLOW], | 340 'regress/regress-crbug-217858': [PASS, SLOW], |
| 386 'regress/regress-create-exception': [PASS, SLOW], | 341 'regress/regress-create-exception': [PASS, SLOW], |
| 387 'regress/regress-json-stringify-gc': [PASS, SLOW], | 342 'regress/regress-json-stringify-gc': [PASS, SLOW], |
| 388 'string-indexof-2': [PASS, SLOW], | 343 'string-indexof-2': [PASS, SLOW], |
| 389 'unicodelctest-no-optimization': [PASS, SLOW], | 344 'unicodelctest-no-optimization': [PASS, SLOW], |
| 390 'unicodelctest': [PASS, SLOW], | 345 'unicodelctest': [PASS, SLOW], |
| 391 'unicode-test': [PASS, SLOW], | 346 'unicode-test': [PASS, SLOW], |
| 392 'whitespaces': [PASS, TIMEOUT, SLOW], | 347 'whitespaces': [PASS, TIMEOUT, SLOW], |
| 393 | |
| 394 # TODO(rmcilroy,4680): Arm64 specific timeouts. | |
| 395 'asm/construct-double': [PASS, NO_IGNITION], | |
| 396 'compiler/osr-one': [PASS, NO_IGNITION], | |
| 397 'compiler/osr-two': [PASS, NO_IGNITION], | |
| 398 'wasm/asm-wasm-i32': [PASS, NO_IGNITION], | |
| 399 'wasm/asm-wasm-u32': [PASS, NO_IGNITION], | |
| 400 }], # 'arch == arm64' | 348 }], # 'arch == arm64' |
| 401 | 349 |
| 402 ['arch == arm64 and mode == debug and simulator_run == True', { | 350 ['arch == arm64 and mode == debug and simulator_run == True', { |
| 403 | 351 |
| 404 # Pass but take too long with the simulator in debug mode. | 352 # Pass but take too long with the simulator in debug mode. |
| 405 'array-sort': [PASS, TIMEOUT], | 353 'array-sort': [PASS, TIMEOUT], |
| 406 'packed-elements': [SKIP], | 354 'packed-elements': [SKIP], |
| 407 'regexp-global': [SKIP], | 355 'regexp-global': [SKIP], |
| 408 'math-floor-of-div': [PASS, TIMEOUT], | 356 'math-floor-of-div': [PASS, TIMEOUT], |
| 409 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], | 357 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], |
| 410 'unicodelctest': [PASS, TIMEOUT], | 358 'unicodelctest': [PASS, TIMEOUT], |
| 411 'unicodelctest-no-optimization': [PASS, TIMEOUT], | 359 'unicodelctest-no-optimization': [PASS, TIMEOUT], |
| 412 # Issue 3219: | 360 # Issue 3219: |
| 413 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 361 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
| 414 | |
| 415 # Ignition. | |
| 416 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], | |
| 417 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITI
ON]], | |
| 418 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 362 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
| 419 | 363 |
| 420 ############################################################################## | 364 ############################################################################## |
| 421 ['asan == True', { | 365 ['asan == True', { |
| 422 # Skip tests not suitable for ASAN. | 366 # Skip tests not suitable for ASAN. |
| 423 'big-array-literal': [SKIP], | 367 'big-array-literal': [SKIP], |
| 424 'big-object-literal': [SKIP], | 368 'big-object-literal': [SKIP], |
| 425 'regress/regress-crbug-178790': [SKIP], | 369 'regress/regress-crbug-178790': [SKIP], |
| 426 | 370 |
| 427 # Exception thrown during bootstrapping on ASAN builds, see issue 4236. | 371 # Exception thrown during bootstrapping on ASAN builds, see issue 4236. |
| 428 'regress/regress-1132': [SKIP], | 372 'regress/regress-1132': [SKIP], |
| 429 }], # 'asan == True' | 373 }], # 'asan == True' |
| 430 | 374 |
| 431 ############################################################################## | 375 ############################################################################## |
| 432 ['msan == True', { | 376 ['msan == True', { |
| 433 # Skip tests not suitable for MSAN. | 377 # Skip tests not suitable for MSAN. |
| 434 'big-array-literal': [SKIP], | 378 'big-array-literal': [SKIP], |
| 435 # ICU upstream issues. | 379 # ICU upstream issues. |
| 436 'date': [SKIP], | 380 'date': [SKIP], |
| 437 'deep-recursion': [SKIP], | 381 'deep-recursion': [SKIP], |
| 438 'regress/regress-builtinbust-7': [SKIP], | 382 'regress/regress-builtinbust-7': [SKIP], |
| 439 'string-localecompare': [SKIP], | 383 'string-localecompare': [SKIP], |
| 440 | 384 |
| 441 # TODO(mythria,4680): All of these tests have large loops and hence slow | |
| 442 # and timeout. | |
| 443 'compiler/osr-big': [PASS, NO_IGNITION], | |
| 444 'compiler/osr-nested': [PASS, NO_IGNITION], | |
| 445 'regress/regress-298269': [PASS, NO_IGNITION], | |
| 446 'regress/regress-crbug-319860': [PASS, NO_IGNITION], | |
| 447 'regress/regress-deep-proto': [PASS, NO_IGNITION], | |
| 448 'try': [PASS, NO_IGNITION], | |
| 449 # Too slow for interpreter and msan. | |
| 450 'es6/tail-call-megatest*': [PASS, NO_IGNITION], | |
| 451 | |
| 452 # Too slow. | 385 # Too slow. |
| 453 'harmony/regexp-property-lu-ui': [SKIP], | 386 'harmony/regexp-property-lu-ui': [SKIP], |
| 454 }], # 'msan == True' | 387 }], # 'msan == True' |
| 455 | 388 |
| 456 ############################################################################## | 389 ############################################################################## |
| 457 ['arch == arm or arch == android_arm', { | 390 ['arch == arm or arch == android_arm', { |
| 458 | 391 |
| 459 # Slow tests which times out in debug mode. | 392 # Slow tests which times out in debug mode. |
| 460 'try': [PASS, ['mode == debug', SKIP]], | 393 'try': [PASS, ['mode == debug', SKIP]], |
| 461 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 394 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
| (...skipping 26 matching lines...) Expand all Loading... |
| 488 # Slow tests. | 421 # Slow tests. |
| 489 'array-sort': [PASS, SLOW], | 422 'array-sort': [PASS, SLOW], |
| 490 'compiler/osr-with-args': [PASS, SLOW], | 423 'compiler/osr-with-args': [PASS, SLOW], |
| 491 'mirror-object': [PASS, SLOW], | 424 'mirror-object': [PASS, SLOW], |
| 492 'packed-elements': [PASS, SLOW], | 425 'packed-elements': [PASS, SLOW], |
| 493 'regress/regress-2185-2': [PASS, SLOW], | 426 'regress/regress-2185-2': [PASS, SLOW], |
| 494 'regress/regress-2790': [PASS, SLOW], | 427 'regress/regress-2790': [PASS, SLOW], |
| 495 'regress/regress-91008': [PASS, SLOW], | 428 'regress/regress-91008': [PASS, SLOW], |
| 496 'regress/regress-json-stringify-gc': [PASS, SLOW], | 429 'regress/regress-json-stringify-gc': [PASS, SLOW], |
| 497 'string-indexof-2': [PASS, TIMEOUT], | 430 'string-indexof-2': [PASS, TIMEOUT], |
| 498 | |
| 499 # TODO(rmcilroy,4680): Arm specific timeouts. | |
| 500 'compiler/osr-one': [PASS, NO_IGNITION], | |
| 501 'compiler/osr-two': [PASS, NO_IGNITION], | |
| 502 'regress/regress-1257': [PASS, NO_IGNITION], | |
| 503 }], # 'arch == arm or arch == android_arm' | 431 }], # 'arch == arm or arch == android_arm' |
| 504 | 432 |
| 505 ############################################################################## | 433 ############################################################################## |
| 506 ['arch == mipsel or arch == mips', { | 434 ['arch == mipsel or arch == mips', { |
| 507 | 435 |
| 508 # Slow tests which times out in debug mode. | 436 # Slow tests which times out in debug mode. |
| 509 'try': [PASS, ['mode == debug', SKIP]], | 437 'try': [PASS, ['mode == debug', SKIP]], |
| 510 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 438 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], |
| 511 'array-constructor': [PASS, ['mode == debug', SKIP]], | 439 'array-constructor': [PASS, ['mode == debug', SKIP]], |
| 512 | 440 |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 }], # variant == turbofan_opt | 627 }], # variant == turbofan_opt |
| 700 | 628 |
| 701 ############################################################################## | 629 ############################################################################## |
| 702 ['variant == ignition', { | 630 ['variant == ignition', { |
| 703 'debug-liveedit-double-call': [FAIL], | 631 'debug-liveedit-double-call': [FAIL], |
| 704 'regress-sync-optimized-lists': [FAIL], | 632 'regress-sync-optimized-lists': [FAIL], |
| 705 | 633 |
| 706 # Might trigger stack overflow. | 634 # Might trigger stack overflow. |
| 707 'unicode-test': [SKIP], | 635 'unicode-test': [SKIP], |
| 708 | 636 |
| 637 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 638 'array-literal-feedback': [FAIL], |
| 639 'regress/regress-4121': [FAIL], |
| 640 |
| 641 # TODO(4680): Test doesn't know about three tier compiler pipeline. |
| 642 'assert-opt-and-deopt': [FAIL], |
| 643 |
| 644 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed
iately deopts again, causing check failure in the test. |
| 645 'compiler/deopt-inlined-from-call': [FAIL], |
| 646 'compiler/increment-typefeedback': [FAIL], |
| 647 'compiler/manual-concurrent-recompile': [FAIL], |
| 648 'constant-folding-2': [FAIL], |
| 649 'debug-is-active': [FAIL], |
| 650 'deopt-with-fp-regs': [FAIL], |
| 651 'deserialize-optimize-inner': [FAIL], |
| 652 'div-mul-minus-one': [FAIL], |
| 653 'double-intrinsics': [FAIL], |
| 654 'elements-transition-hoisting': [FAIL], |
| 655 'es6/block-let-crankshaft': [FAIL], |
| 656 'es6/block-let-crankshaft-sloppy': [FAIL], |
| 657 'getters-on-elements': [FAIL], |
| 658 'harmony/do-expressions': [FAIL], |
| 659 'math-floor-of-div-minus-zero': [FAIL], |
| 660 'regress/regress-2132': [FAIL], |
| 661 'regress/regress-2339': [FAIL], |
| 662 'regress/regress-3176': [FAIL], |
| 663 'regress/regress-3709': [FAIL], |
| 664 'regress/regress-385565': [FAIL], |
| 665 'regress/regress-crbug-594183': [FAIL], |
| 666 'regress/regress-embedded-cons-string': [FAIL], |
| 667 'regress/regress-map-invalidation-2': [FAIL], |
| 668 'regress/regress-param-local-type': [FAIL], |
| 669 'regress/regress-prepare-break-while-recompile': [FAIL], |
| 670 'shift-for-integer-div': [FAIL], |
| 671 'sin-cos': [FAIL], |
| 672 'smi-mul-const': [FAIL], |
| 673 'smi-mul': [FAIL], |
| 674 'unary-minus-deopt': [FAIL], |
| 675 'array-constructor-feedback': [FAIL], |
| 676 'array-feedback': [FAIL], |
| 677 'allocation-site-info': [FAIL], |
| 709 }], # variant == ignition | 678 }], # variant == ignition |
| 710 | 679 |
| 680 ['variant == ignition and arch == arm64', { |
| 681 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 682 'asm/construct-double': [SKIP], |
| 683 'compiler/osr-one': [SKIP], |
| 684 'compiler/osr-two': [SKIP], |
| 685 'wasm/asm-wasm-i32': [SKIP], |
| 686 'wasm/asm-wasm-u32': [SKIP], |
| 687 }], # variant == ignition and arch == arm64 |
| 688 |
| 689 ['variant == ignition and arch == arm', { |
| 690 # TODO(rmcilroy,4680): Arm specific timeouts. |
| 691 'compiler/osr-one': [SKIP], |
| 692 'compiler/osr-two': [SKIP], |
| 693 'regress/regress-1257': [SKIP], |
| 694 }], # variant == ignition and arch == arm |
| 695 |
| 696 ['variant == ignition and msan', { |
| 697 # TODO(mythria,4680): All of these tests have large loops and hence slow |
| 698 # and timeout. |
| 699 'compiler/osr-big': [SKIP], |
| 700 'compiler/osr-nested': [SKIP], |
| 701 'regress/regress-298269': [SKIP], |
| 702 'regress/regress-crbug-319860': [SKIP], |
| 703 'regress/regress-deep-proto': [SKIP], |
| 704 'try': [SKIP], |
| 705 # Too slow for interpreter and msan. |
| 706 'es6/tail-call-megatest*': [SKIP], |
| 707 }], # variant == ignition and msan |
| 708 |
| 711 ############################################################################## | 709 ############################################################################## |
| 712 ['variant == ignition_staging', { | 710 ['variant == ignition_staging', { |
| 713 'allocation-site-info': [FAIL], | 711 'allocation-site-info': [FAIL], |
| 714 'array-constructor-feedback': [FAIL], | 712 'array-constructor-feedback': [FAIL], |
| 715 'array-feedback': [FAIL], | 713 'array-feedback': [FAIL], |
| 716 'array-literal-feedback': [FAIL], | 714 'array-literal-feedback': [FAIL], |
| 717 'assert-opt-and-deopt': [FAIL], | 715 'assert-opt-and-deopt': [FAIL], |
| 718 'compiler/deopt-inlined-from-call': [FAIL], | 716 'compiler/deopt-inlined-from-call': [FAIL], |
| 719 'compiler/increment-typefeedback': [FAIL], | 717 'compiler/increment-typefeedback': [FAIL], |
| 720 'compiler/manual-concurrent-recompile': [FAIL], | 718 'compiler/manual-concurrent-recompile': [FAIL], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 | 792 |
| 795 ['variant == ignition_turbofan and arch == arm64', { | 793 ['variant == ignition_turbofan and arch == arm64', { |
| 796 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 794 # TODO(rmcilroy,4680): Arm64 specific timeouts. |
| 797 'asm/construct-double': [SKIP], | 795 'asm/construct-double': [SKIP], |
| 798 'compiler/osr-one': [SKIP], | 796 'compiler/osr-one': [SKIP], |
| 799 'compiler/osr-two': [SKIP], | 797 'compiler/osr-two': [SKIP], |
| 800 'wasm/asm-wasm-i32': [SKIP], | 798 'wasm/asm-wasm-i32': [SKIP], |
| 801 'wasm/asm-wasm-u32': [SKIP], | 799 'wasm/asm-wasm-u32': [SKIP], |
| 802 }], # variant == ignition_turbofan and arch == arm64 | 800 }], # variant == ignition_turbofan and arch == arm64 |
| 803 | 801 |
| 804 ['ignition_turbofan and arch == arm', { | 802 ['variant == ignition_turbofan and arch == arm', { |
| 805 # TODO(rmcilroy,4680): Arm specific timeouts. | 803 # TODO(rmcilroy,4680): Arm specific timeouts. |
| 806 'compiler/osr-one': [SKIP], | 804 'compiler/osr-one': [SKIP], |
| 807 'compiler/osr-two': [SKIP], | 805 'compiler/osr-two': [SKIP], |
| 808 'regress/regress-1257': [SKIP], | 806 'regress/regress-1257': [SKIP], |
| 809 }], # variant == ignition_turbofan and arch == arm | 807 }], # variant == ignition_turbofan and arch == arm |
| 810 | 808 |
| 811 ['variant == ignition_turbofan and msan', { | 809 ['variant == ignition_turbofan and msan', { |
| 812 # TODO(mythria,4680): All of these tests have large loops and hence slow | 810 # TODO(mythria,4680): All of these tests have large loops and hence slow |
| 813 # and timeout. | 811 # and timeout. |
| 814 'compiler/osr-big': [SKIP], | 812 'compiler/osr-big': [SKIP], |
| 815 'compiler/osr-nested': [SKIP], | 813 'compiler/osr-nested': [SKIP], |
| 816 'regress/regress-298269': [SKIP], | 814 'regress/regress-298269': [SKIP], |
| 817 'regress/regress-crbug-319860': [SKIP], | 815 'regress/regress-crbug-319860': [SKIP], |
| 818 'regress/regress-deep-proto': [SKIP], | 816 'regress/regress-deep-proto': [SKIP], |
| 819 'try': [SKIP], | 817 'try': [SKIP], |
| 820 # Too slow for interpreter and msan. | 818 # Too slow for interpreter and msan. |
| 821 'es6/tail-call-megatest*': [SKIP], | 819 'es6/tail-call-megatest*': [SKIP], |
| 822 }], # variant == ignition_turbofan and msan | 820 }], # variant == ignition_turbofan and msan |
| 823 | 821 |
| 824 ############################################################################## | 822 ############################################################################## |
| 825 ['gcov_coverage', { | 823 ['gcov_coverage', { |
| 826 # Tests taking too long. | 824 # Tests taking too long. |
| 827 'array-functions-prototype-misc': [SKIP], | 825 'array-functions-prototype-misc': [SKIP], |
| 828 | 826 |
| 829 # Stack overflow. | 827 # Stack overflow. |
| 830 'big-array-literal': [SKIP], | 828 'big-array-literal': [SKIP], |
| 831 }], # 'gcov_coverage' | 829 }], # 'gcov_coverage' |
| 832 | 830 |
| 833 ] | 831 ] |
| OLD | NEW |