| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], | 336 'compiler/manual-concurrent-recompile': [PASS, NO_IGNITION], |
| 337 'constant-folding-2': [PASS, NO_IGNITION], | 337 'constant-folding-2': [PASS, NO_IGNITION], |
| 338 'debug-is-active': [PASS, NO_IGNITION], | 338 'debug-is-active': [PASS, NO_IGNITION], |
| 339 'deopt-with-fp-regs': [PASS, NO_IGNITION], | 339 'deopt-with-fp-regs': [PASS, NO_IGNITION], |
| 340 'deserialize-optimize-inner': [PASS, NO_IGNITION], | 340 'deserialize-optimize-inner': [PASS, NO_IGNITION], |
| 341 'div-mul-minus-one': [PASS, NO_IGNITION], | 341 'div-mul-minus-one': [PASS, NO_IGNITION], |
| 342 'double-intrinsics': [PASS, NO_IGNITION], | 342 'double-intrinsics': [PASS, NO_IGNITION], |
| 343 'elements-transition-hoisting': [PASS, NO_IGNITION], | 343 'elements-transition-hoisting': [PASS, NO_IGNITION], |
| 344 'es6/block-let-crankshaft': [PASS, NO_IGNITION], | 344 'es6/block-let-crankshaft': [PASS, NO_IGNITION], |
| 345 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], | 345 'es6/block-let-crankshaft-sloppy': [PASS, NO_IGNITION], |
| 346 'es6/new-target': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
| 346 'getters-on-elements': [PASS, NO_IGNITION], | 347 'getters-on-elements': [PASS, NO_IGNITION], |
| 347 'harmony/do-expressions': [PASS, NO_IGNITION], | 348 'harmony/do-expressions': [PASS, NO_IGNITION], |
| 348 'ignition/elided-instruction': [PASS, NO_IGNITION], | 349 'ignition/elided-instruction': [PASS, NO_IGNITION], |
| 349 'ignition/optimized-debug-frame': [PASS, NO_IGNITION], | 350 'ignition/optimized-debug-frame': [PASS, NO_IGNITION], |
| 350 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], | 351 'math-floor-of-div-minus-zero': [PASS, NO_IGNITION], |
| 351 'regress/regress-2132': [PASS, NO_IGNITION], | 352 'regress/regress-2132': [PASS, NO_IGNITION], |
| 352 'regress/regress-2339': [PASS, NO_IGNITION], | 353 'regress/regress-2339': [PASS, NO_IGNITION], |
| 353 'regress/regress-3176': [PASS, NO_IGNITION], | 354 'regress/regress-3176': [PASS, NO_IGNITION], |
| 354 'regress/regress-3709': [PASS, NO_IGNITION], | 355 'regress/regress-3709': [PASS, NO_IGNITION], |
| 355 'regress/regress-385565': [PASS, NO_IGNITION], | 356 'regress/regress-385565': [PASS, NO_IGNITION], |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'array-sort': [PASS, TIMEOUT], | 560 'array-sort': [PASS, TIMEOUT], |
| 560 'packed-elements': [SKIP], | 561 'packed-elements': [SKIP], |
| 561 'regexp-global': [SKIP], | 562 'regexp-global': [SKIP], |
| 562 'compiler/alloc-numbers': [SKIP], | 563 'compiler/alloc-numbers': [SKIP], |
| 563 'math-floor-of-div': [PASS, TIMEOUT], | 564 'math-floor-of-div': [PASS, TIMEOUT], |
| 564 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], | 565 'math-floor-of-div-nosudiv': [PASS, TIMEOUT], |
| 565 'unicodelctest': [PASS, TIMEOUT], | 566 'unicodelctest': [PASS, TIMEOUT], |
| 566 'unicodelctest-no-optimization': [PASS, TIMEOUT], | 567 'unicodelctest-no-optimization': [PASS, TIMEOUT], |
| 567 # Issue 3219: | 568 # Issue 3219: |
| 568 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 569 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
| 570 |
| 571 # Ignition. |
| 572 'es6/templates': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
| 573 'harmony/generators': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
| 574 'regress/regress-crbug-364374': [PASS, ['no_snap and mode == debug', NO_IGNITI
ON]], |
| 569 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 575 }], # 'arch == arm64 and mode == debug and simulator_run == True' |
| 570 | 576 |
| 571 ############################################################################## | 577 ############################################################################## |
| 572 ['asan == True', { | 578 ['asan == True', { |
| 573 # Skip tests not suitable for ASAN. | 579 # Skip tests not suitable for ASAN. |
| 574 'big-array-literal': [SKIP], | 580 'big-array-literal': [SKIP], |
| 575 'big-object-literal': [SKIP], | 581 'big-object-literal': [SKIP], |
| 576 'regress/regress-crbug-178790': [SKIP], | 582 'regress/regress-crbug-178790': [SKIP], |
| 577 | 583 |
| 578 # Exception thrown during bootstrapping on ASAN builds, see issue 4236. | 584 # Exception thrown during bootstrapping on ASAN builds, see issue 4236. |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 ############################################################################## | 967 ############################################################################## |
| 962 ['gcov_coverage', { | 968 ['gcov_coverage', { |
| 963 # Tests taking too long. | 969 # Tests taking too long. |
| 964 'array-functions-prototype-misc': [SKIP], | 970 'array-functions-prototype-misc': [SKIP], |
| 965 | 971 |
| 966 # Stack overflow. | 972 # Stack overflow. |
| 967 'big-array-literal': [SKIP], | 973 'big-array-literal': [SKIP], |
| 968 }], # 'gcov_coverage' | 974 }], # 'gcov_coverage' |
| 969 | 975 |
| 970 ] | 976 ] |
| OLD | NEW |