| 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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 # deopt_every_n_garbage_collections | 545 # deopt_every_n_garbage_collections |
| 546 'es6/array-iterator-turbo': [SKIP] | 546 'es6/array-iterator-turbo': [SKIP] |
| 547 }], # 'deopt_fuzzer == True' | 547 }], # 'deopt_fuzzer == True' |
| 548 | 548 |
| 549 ############################################################################## | 549 ############################################################################## |
| 550 ['predictable == True', { | 550 ['predictable == True', { |
| 551 | 551 |
| 552 # Skip tests that are known to be non-deterministic. | 552 # Skip tests that are known to be non-deterministic. |
| 553 'd8-worker-sharedarraybuffer': [SKIP], | 553 'd8-worker-sharedarraybuffer': [SKIP], |
| 554 'd8-os': [SKIP], | 554 'd8-os': [SKIP], |
| 555 |
| 556 # crbug.com/v8/5803 |
| 557 'wasm/gc-frame': [SKIP], |
| 555 }], # 'predictable == True' | 558 }], # 'predictable == True' |
| 556 | 559 |
| 557 ############################################################################## | 560 ############################################################################## |
| 558 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 561 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 559 | 562 |
| 560 # take too long with the simulator. | 563 # take too long with the simulator. |
| 561 'regress/regress-1132': [SKIP], | 564 'regress/regress-1132': [SKIP], |
| 562 }], # 'arch == ppc and simulator_run == True' | 565 }], # 'arch == ppc and simulator_run == True' |
| 563 | 566 |
| 564 ############################################################################## | 567 ############################################################################## |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 'lithium/*': [SKIP], | 645 'lithium/*': [SKIP], |
| 643 'third_party/*': [SKIP], | 646 'third_party/*': [SKIP], |
| 644 'tools/*': [SKIP], | 647 'tools/*': [SKIP], |
| 645 'apply': [SKIP], | 648 'apply': [SKIP], |
| 646 'math-*': [SKIP], | 649 'math-*': [SKIP], |
| 647 'unicode-test': [SKIP], | 650 'unicode-test': [SKIP], |
| 648 'whitespaces': [SKIP], | 651 'whitespaces': [SKIP], |
| 649 }], # variant == wasm_traps | 652 }], # variant == wasm_traps |
| 650 | 653 |
| 651 ] | 654 ] |
| OLD | NEW |