Chromium Code Reviews| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 | 348 | 
| 394 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 349 # TODO(rmcilroy,4680): Arm64 specific timeouts. | 
| 395 'asm/construct-double': [PASS, NO_IGNITION], | 350 'asm/construct-double': [PASS, ['variant == ignition', SKIP]], | 
| 396 'compiler/osr-one': [PASS, NO_IGNITION], | 351 'compiler/osr-one': [PASS, ['variant == ignition', SKIP]], | 
| 397 'compiler/osr-two': [PASS, NO_IGNITION], | 352 'compiler/osr-two': [PASS, ['variant == ignition', SKIP]], | 
| 398 'wasm/asm-wasm-i32': [PASS, NO_IGNITION], | 353 'wasm/asm-wasm-i32': [PASS, ['variant == ignition', SKIP]], | 
| 399 'wasm/asm-wasm-u32': [PASS, NO_IGNITION], | 354 'wasm/asm-wasm-u32': [PASS, ['variant == ignition', SKIP]], | 
| 400 }], # 'arch == arm64' | 355 }], # 'arch == arm64' | 
| 401 | 356 | 
| 402 ['arch == arm64 and mode == debug and simulator_run == True', { | 357 ['arch == arm64 and mode == debug and simulator_run == True', { | 
| 403 | 358 | 
| 404 # Pass but take too long with the simulator in debug mode. | 359 # Pass but take too long with the simulator in debug mode. | 
| 405 'array-sort': [PASS, TIMEOUT], | 360 'array-sort': [PASS, TIMEOUT], | 
| 406 'packed-elements': [SKIP], | 361 'packed-elements': [SKIP], | 
| 407 'regexp-global': [SKIP], | 362 'regexp-global': [SKIP], | 
| 408 'math-floor-of-div': [PASS, TIMEOUT], | 363 'math-floor-of-div': [PASS, TIMEOUT], | 
| 409 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], | 364 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], | 
| 410 'unicodelctest': [PASS, TIMEOUT], | 365 'unicodelctest': [PASS, TIMEOUT], | 
| 411 'unicodelctest-no-optimization': [PASS, TIMEOUT], | 366 'unicodelctest-no-optimization': [PASS, TIMEOUT], | 
| 412 # Issue 3219: | 367 # Issue 3219: | 
| 413 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 368 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 
| 414 | 369 | 
| 415 # Ignition. | 370 # Ignition. | 
| 416 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], | 371 'es6/templates': [PASS, ['no_snap and mode == debug and variant == ignition', SKIP]], | 
| 417 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITI ON]], | 372 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug and variant == ignition', SKIP]], | 
| 418 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 373 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 
| 419 | 374 | 
| 420 ############################################################################## | 375 ############################################################################## | 
| 421 ['asan == True', { | 376 ['asan == True', { | 
| 422 # Skip tests not suitable for ASAN. | 377 # Skip tests not suitable for ASAN. | 
| 423 'big-array-literal': [SKIP], | 378 'big-array-literal': [SKIP], | 
| 424 'big-object-literal': [SKIP], | 379 'big-object-literal': [SKIP], | 
| 425 'regress/regress-crbug-178790': [SKIP], | 380 'regress/regress-crbug-178790': [SKIP], | 
| 426 | 381 | 
| 427 # Exception thrown during bootstrapping on ASAN builds, see issue 4236. | 382 # Exception thrown during bootstrapping on ASAN builds, see issue 4236. | 
| 428 'regress/regress-1132': [SKIP], | 383 'regress/regress-1132': [SKIP], | 
| 429 }], # 'asan == True' | 384 }], # 'asan == True' | 
| 430 | 385 | 
| 431 ############################################################################## | 386 ############################################################################## | 
| 432 ['msan == True', { | 387 ['msan == True', { | 
| 433 # Skip tests not suitable for MSAN. | 388 # Skip tests not suitable for MSAN. | 
| 434 'big-array-literal': [SKIP], | 389 'big-array-literal': [SKIP], | 
| 435 # ICU upstream issues. | 390 # ICU upstream issues. | 
| 436 'date': [SKIP], | 391 'date': [SKIP], | 
| 437 'deep-recursion': [SKIP], | 392 'deep-recursion': [SKIP], | 
| 438 'regress/regress-builtinbust-7': [SKIP], | 393 'regress/regress-builtinbust-7': [SKIP], | 
| 439 'string-localecompare': [SKIP], | 394 'string-localecompare': [SKIP], | 
| 440 | 395 | 
| 441 # TODO(mythria,4680): All of these tests have large loops and hence slow | 396 # TODO(mythria,4680): All of these tests have large loops and hence slow | 
| 442 # and timeout. | 397 # and timeout. | 
| 443 'compiler/osr-big': [PASS, NO_IGNITION], | 398 'compiler/osr-big': [PASS, ['variant == ignition', SKIP]], | 
| 444 'compiler/osr-nested': [PASS, NO_IGNITION], | 399 'compiler/osr-nested': [PASS, ['variant == ignition', SKIP]], | 
| 445 'regress/regress-298269': [PASS, NO_IGNITION], | 400 'regress/regress-298269': [PASS, ['variant == ignition', SKIP]], | 
| 446 'regress/regress-crbug-319860': [PASS, NO_IGNITION], | 401 'regress/regress-crbug-319860': [PASS, ['variant == ignition', SKIP]], | 
| 447 'regress/regress-deep-proto': [PASS, NO_IGNITION], | 402 'regress/regress-deep-proto': [PASS, ['variant == ignition', SKIP]], | 
| 448 'try': [PASS, NO_IGNITION], | 403 'try': [PASS, ['variant == ignition', SKIP]], | 
| 449 # Too slow for interpreter and msan. | 404 # Too slow for interpreter and msan. | 
| 450 'es6/tail-call-megatest*': [PASS, NO_IGNITION], | 405 'es6/tail-call-megatest*': [PASS, ['variant == ignition', SKIP]], | 
| 
 
rmcilroy
2016/08/08 14:23:39
I don't think you can do this with the new variant
 
Michael Starzinger
2016/08/08 16:15:50
Done. Yep, also realized that while sending it to
 
 | |
| 451 | 406 | 
| 452 # Too slow. | 407 # Too slow. | 
| 453 'harmony/regexp-property-lu-ui': [SKIP], | 408 'harmony/regexp-property-lu-ui': [SKIP], | 
| 454 }], # 'msan == True' | 409 }], # 'msan == True' | 
| 455 | 410 | 
| 456 ############################################################################## | 411 ############################################################################## | 
| 457 ['arch == arm or arch == android_arm', { | 412 ['arch == arm or arch == android_arm', { | 
| 458 | 413 | 
| 459 # Slow tests which times out in debug mode. | 414 # Slow tests which times out in debug mode. | 
| 460 'try': [PASS, ['mode == debug', SKIP]], | 415 'try': [PASS, ['mode == debug', SKIP]], | 
| (...skipping 29 matching lines...) Expand all Loading... | |
| 490 'compiler/osr-with-args': [PASS, SLOW], | 445 'compiler/osr-with-args': [PASS, SLOW], | 
| 491 'mirror-object': [PASS, SLOW], | 446 'mirror-object': [PASS, SLOW], | 
| 492 'packed-elements': [PASS, SLOW], | 447 'packed-elements': [PASS, SLOW], | 
| 493 'regress/regress-2185-2': [PASS, SLOW], | 448 'regress/regress-2185-2': [PASS, SLOW], | 
| 494 'regress/regress-2790': [PASS, SLOW], | 449 'regress/regress-2790': [PASS, SLOW], | 
| 495 'regress/regress-91008': [PASS, SLOW], | 450 'regress/regress-91008': [PASS, SLOW], | 
| 496 'regress/regress-json-stringify-gc': [PASS, SLOW], | 451 'regress/regress-json-stringify-gc': [PASS, SLOW], | 
| 497 'string-indexof-2': [PASS, TIMEOUT], | 452 'string-indexof-2': [PASS, TIMEOUT], | 
| 498 | 453 | 
| 499 # TODO(rmcilroy,4680): Arm specific timeouts. | 454 # TODO(rmcilroy,4680): Arm specific timeouts. | 
| 500 'compiler/osr-one': [PASS, NO_IGNITION], | 455 'compiler/osr-one': [PASS, ['variant == ignition', SKIP]], | 
| 501 'compiler/osr-two': [PASS, NO_IGNITION], | 456 'compiler/osr-two': [PASS, ['variant == ignition', SKIP]], | 
| 502 'regress/regress-1257': [PASS, NO_IGNITION], | 457 'regress/regress-1257': [PASS, ['variant == ignition', SKIP]], | 
| 503 }], # 'arch == arm or arch == android_arm' | 458 }], # 'arch == arm or arch == android_arm' | 
| 504 | 459 | 
| 505 ############################################################################## | 460 ############################################################################## | 
| 506 ['arch == mipsel or arch == mips', { | 461 ['arch == mipsel or arch == mips', { | 
| 507 | 462 | 
| 508 # Slow tests which times out in debug mode. | 463 # Slow tests which times out in debug mode. | 
| 509 'try': [PASS, ['mode == debug', SKIP]], | 464 'try': [PASS, ['mode == debug', SKIP]], | 
| 510 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 465 'debug-scripts-request': [PASS, ['mode == debug', SKIP]], | 
| 511 'array-constructor': [PASS, ['mode == debug', SKIP]], | 466 'array-constructor': [PASS, ['mode == debug', SKIP]], | 
| 512 | 467 | 
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 695 'big-object-literal': [SKIP], | 650 'big-object-literal': [SKIP], | 
| 696 'ignition/regress-599001-verifyheap': [SKIP], | 651 'ignition/regress-599001-verifyheap': [SKIP], | 
| 697 'unicode-test': [SKIP], | 652 'unicode-test': [SKIP], | 
| 698 | 653 | 
| 699 }], # variant == turbofan_opt | 654 }], # variant == turbofan_opt | 
| 700 | 655 | 
| 701 ############################################################################## | 656 ############################################################################## | 
| 702 ['variant == ignition', { | 657 ['variant == ignition', { | 
| 703 'debug-liveedit-double-call': [FAIL], | 658 'debug-liveedit-double-call': [FAIL], | 
| 704 'regress-sync-optimized-lists': [FAIL], | 659 'regress-sync-optimized-lists': [FAIL], | 
| 660 | |
| 661 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | |
| 662 'array-literal-feedback': [FAIL], | |
| 663 'regress/regress-4121': [FAIL], | |
| 664 | |
| 665 # TODO(4680): Test doesn't know about three tier compiler pipeline. | |
| 666 'assert-opt-and-deopt': [FAIL], | |
| 667 | |
| 668 # BUG(rmcilroy,4989): Function is optimized without type feedback and so immed iately deopts again, causing check failure in the test. | |
| 669 'compiler/deopt-inlined-from-call': [FAIL], | |
| 670 'compiler/increment-typefeedback': [FAIL], | |
| 671 'compiler/manual-concurrent-recompile': [FAIL], | |
| 672 'constant-folding-2': [FAIL], | |
| 673 'debug-is-active': [FAIL], | |
| 674 'deopt-with-fp-regs': [FAIL], | |
| 675 'deserialize-optimize-inner': [FAIL], | |
| 676 'div-mul-minus-one': [FAIL], | |
| 677 'double-intrinsics': [FAIL], | |
| 678 'elements-transition-hoisting': [FAIL], | |
| 679 'es6/block-let-crankshaft': [FAIL], | |
| 680 'es6/block-let-crankshaft-sloppy': [FAIL], | |
| 681 'getters-on-elements': [FAIL], | |
| 682 'harmony/do-expressions': [FAIL], | |
| 683 'math-floor-of-div-minus-zero': [FAIL], | |
| 684 'regress/regress-2132': [FAIL], | |
| 685 'regress/regress-2339': [FAIL], | |
| 686 'regress/regress-3176': [FAIL], | |
| 687 'regress/regress-3709': [FAIL], | |
| 688 'regress/regress-385565': [FAIL], | |
| 689 'regress/regress-crbug-594183': [FAIL], | |
| 690 'regress/regress-embedded-cons-string': [FAIL], | |
| 691 'regress/regress-map-invalidation-2': [FAIL], | |
| 692 'regress/regress-param-local-type': [FAIL], | |
| 693 'regress/regress-prepare-break-while-recompile': [FAIL], | |
| 694 'shift-for-integer-div': [FAIL], | |
| 695 'sin-cos': [FAIL], | |
| 696 'smi-mul-const': [FAIL], | |
| 697 'smi-mul': [FAIL], | |
| 698 'unary-minus-deopt': [FAIL], | |
| 699 'array-constructor-feedback': [FAIL], | |
| 700 'array-feedback': [FAIL], | |
| 701 'allocation-site-info': [FAIL], | |
| 705 }], # variant == ignition | 702 }], # variant == ignition | 
| 706 | 703 | 
| 707 ############################################################################## | 704 ############################################################################## | 
| 708 ['variant == ignition_staging', { | 705 ['variant == ignition_staging', { | 
| 709 'allocation-site-info': [FAIL], | 706 'allocation-site-info': [FAIL], | 
| 710 'array-constructor-feedback': [FAIL], | 707 'array-constructor-feedback': [FAIL], | 
| 711 'array-feedback': [FAIL], | 708 'array-feedback': [FAIL], | 
| 712 'array-literal-feedback': [FAIL], | 709 'array-literal-feedback': [FAIL], | 
| 713 'assert-opt-and-deopt': [FAIL], | 710 'assert-opt-and-deopt': [FAIL], | 
| 714 'compiler/deopt-inlined-from-call': [FAIL], | 711 'compiler/deopt-inlined-from-call': [FAIL], | 
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 820 ############################################################################## | 817 ############################################################################## | 
| 821 ['gcov_coverage', { | 818 ['gcov_coverage', { | 
| 822 # Tests taking too long. | 819 # Tests taking too long. | 
| 823 'array-functions-prototype-misc': [SKIP], | 820 'array-functions-prototype-misc': [SKIP], | 
| 824 | 821 | 
| 825 # Stack overflow. | 822 # Stack overflow. | 
| 826 'big-array-literal': [SKIP], | 823 'big-array-literal': [SKIP], | 
| 827 }], # 'gcov_coverage' | 824 }], # 'gcov_coverage' | 
| 828 | 825 | 
| 829 ] | 826 ] | 
| OLD | NEW |