| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'regress/regress-crbug-217858': [PASS, SLOW], | 318 'regress/regress-crbug-217858': [PASS, SLOW], |
| 319 'regress/regress-create-exception': [PASS, SLOW], | 319 'regress/regress-create-exception': [PASS, SLOW], |
| 320 'regress/regress-json-stringify-gc': [PASS, SLOW], | 320 'regress/regress-json-stringify-gc': [PASS, SLOW], |
| 321 'string-indexof-2': [PASS, SLOW], | 321 'string-indexof-2': [PASS, SLOW], |
| 322 'unicodelctest-no-optimization': [PASS, SLOW], | 322 'unicodelctest-no-optimization': [PASS, SLOW], |
| 323 'unicodelctest': [PASS, SLOW], | 323 'unicodelctest': [PASS, SLOW], |
| 324 'unicode-test': [PASS, SLOW], | 324 'unicode-test': [PASS, SLOW], |
| 325 'whitespaces': [PASS, SLOW], | 325 'whitespaces': [PASS, SLOW], |
| 326 }], # 'arch == arm64' | 326 }], # 'arch == arm64' |
| 327 | 327 |
| 328 ['arch == arm64 and mode == debug and simulator_run == True', { | 328 ['arch == arm64 and mode == debug and simulator_run', { |
| 329 | 329 |
| 330 # Pass but take too long with the simulator in debug mode. | 330 # Pass but take too long with the simulator in debug mode. |
| 331 'array-sort': [PASS, SLOW], | 331 'array-sort': [PASS, SLOW], |
| 332 'packed-elements': [SKIP], | 332 'packed-elements': [SKIP], |
| 333 'regexp-global': [SKIP], | 333 'regexp-global': [SKIP], |
| 334 'math-floor-of-div': [PASS, SLOW], | 334 'math-floor-of-div': [PASS, SLOW], |
| 335 'math-floor-of-div-nosudiv': [PASS, SLOW], | 335 'math-floor-of-div-nosudiv': [PASS, SLOW], |
| 336 'unicodelctest': [PASS, SLOW], | 336 'unicodelctest': [PASS, SLOW], |
| 337 'unicodelctest-no-optimization': [PASS, SLOW], | 337 'unicodelctest-no-optimization': [PASS, SLOW], |
| 338 # Issue 3219: | 338 # Issue 3219: |
| 339 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], | 339 'getters-on-elements': [PASS, ['gc_stress == True', FAIL]], |
| 340 }], # 'arch == arm64 and mode == debug and simulator_run == True' | 340 }], # 'arch == arm64 and mode == debug and simulator_run' |
| 341 | 341 |
| 342 ############################################################################## | 342 ############################################################################## |
| 343 ['asan == True', { | 343 ['asan == True', { |
| 344 # Skip tests not suitable for ASAN. | 344 # Skip tests not suitable for ASAN. |
| 345 'big-array-literal': [SKIP], | 345 'big-array-literal': [SKIP], |
| 346 'big-object-literal': [SKIP], | 346 'big-object-literal': [SKIP], |
| 347 'regress/regress-crbug-178790': [SKIP], | 347 'regress/regress-crbug-178790': [SKIP], |
| 348 | 348 |
| 349 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 349 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 350 # The failed allocation causes an asan/msan/tsan error | 350 # The failed allocation causes an asan/msan/tsan error |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 | 582 |
| 583 # Skip tests that are known to be non-deterministic. | 583 # Skip tests that are known to be non-deterministic. |
| 584 'd8-worker-sharedarraybuffer': [SKIP], | 584 'd8-worker-sharedarraybuffer': [SKIP], |
| 585 'd8-os': [SKIP], | 585 'd8-os': [SKIP], |
| 586 | 586 |
| 587 # crbug.com/v8/5803 | 587 # crbug.com/v8/5803 |
| 588 'wasm/gc-frame': [SKIP], | 588 'wasm/gc-frame': [SKIP], |
| 589 }], # 'predictable == True' | 589 }], # 'predictable == True' |
| 590 | 590 |
| 591 ############################################################################## | 591 ############################################################################## |
| 592 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 592 ['arch == ppc and simulator_run or arch == ppc64 and simulator_run', { |
| 593 | 593 |
| 594 # take too long with the simulator. | 594 # take too long with the simulator. |
| 595 'regress/regress-1132': [SKIP], | 595 'regress/regress-1132': [SKIP], |
| 596 }], # 'arch == ppc and simulator_run == True' | 596 }], # 'arch == ppc and simulator_run' |
| 597 | 597 |
| 598 ############################################################################## | 598 ############################################################################## |
| 599 ['arch == ppc64', { | 599 ['arch == ppc64', { |
| 600 | 600 |
| 601 # stack overflow | 601 # stack overflow |
| 602 'big-array-literal': [SKIP], | 602 'big-array-literal': [SKIP], |
| 603 'regress/regress-353551': [SKIP], | 603 'regress/regress-353551': [SKIP], |
| 604 }], # 'arch == ppc64' | 604 }], # 'arch == ppc64' |
| 605 | 605 |
| 606 ############################################################################## | 606 ############################################################################## |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 648 'lithium/*': [SKIP], | 648 'lithium/*': [SKIP], |
| 649 'third_party/*': [SKIP], | 649 'third_party/*': [SKIP], |
| 650 'tools/*': [SKIP], | 650 'tools/*': [SKIP], |
| 651 'apply': [SKIP], | 651 'apply': [SKIP], |
| 652 'math-*': [SKIP], | 652 'math-*': [SKIP], |
| 653 'unicode-test': [SKIP], | 653 'unicode-test': [SKIP], |
| 654 'whitespaces': [SKIP], | 654 'whitespaces': [SKIP], |
| 655 }], # variant == wasm_traps | 655 }], # variant == wasm_traps |
| 656 | 656 |
| 657 ] | 657 ] |
| OLD | NEW |