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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'regress/regress-3976': [SKIP], | 537 'regress/regress-3976': [SKIP], |
538 | 538 |
539 # Deopt every n garbage collections collides with deopt every n times. | 539 # Deopt every n garbage collections collides with deopt every n times. |
540 'regress/regress-2653': [SKIP], | 540 'regress/regress-2653': [SKIP], |
541 | 541 |
542 # Too slow. | 542 # Too slow. |
543 'es6/tail-call-megatest*': [SKIP], | 543 'es6/tail-call-megatest*': [SKIP], |
544 | 544 |
545 # Forced optimisation path tests. | 545 # Forced optimisation path tests. |
546 'shared-function-tier-up-default': [SKIP], | 546 'shared-function-tier-up-default': [SKIP], |
547 'shared-function-tier-up-ignition': [SKIP], | |
548 'shared-function-tier-up-turbo': [SKIP], | 547 'shared-function-tier-up-turbo': [SKIP], |
549 | 548 |
550 # Fails deopt_fuzzer due to --deopt_every_n_times or | 549 # Fails deopt_fuzzer due to --deopt_every_n_times or |
551 # deopt_every_n_garbage_collections | 550 # deopt_every_n_garbage_collections |
552 'es6/array-iterator-turbo': [SKIP] | 551 'es6/array-iterator-turbo': [SKIP] |
553 }], # 'deopt_fuzzer == True' | 552 }], # 'deopt_fuzzer == True' |
554 | 553 |
555 ############################################################################## | 554 ############################################################################## |
556 ['predictable == True', { | 555 ['predictable == True', { |
557 | 556 |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 'lithium/*': [SKIP], | 644 'lithium/*': [SKIP], |
646 'third_party/*': [SKIP], | 645 'third_party/*': [SKIP], |
647 'tools/*': [SKIP], | 646 'tools/*': [SKIP], |
648 'apply': [SKIP], | 647 'apply': [SKIP], |
649 'math-*': [SKIP], | 648 'math-*': [SKIP], |
650 'unicode-test': [SKIP], | 649 'unicode-test': [SKIP], |
651 'whitespaces': [SKIP], | 650 'whitespaces': [SKIP], |
652 }], # variant == wasm_traps | 651 }], # variant == wasm_traps |
653 | 652 |
654 ] | 653 ] |
OLD | NEW |