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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 # Deopting uses just enough memory to make this one OOM. | 543 # Deopting uses just enough memory to make this one OOM. |
544 'regress/regress-3976': [SKIP], | 544 'regress/regress-3976': [SKIP], |
545 | 545 |
546 # Deopt every n garbage collections collides with deopt every n times. | 546 # Deopt every n garbage collections collides with deopt every n times. |
547 'regress/regress-2653': [SKIP], | 547 'regress/regress-2653': [SKIP], |
548 | 548 |
549 # Too slow. | 549 # Too slow. |
550 'es6/tail-call-megatest*': [SKIP], | 550 'es6/tail-call-megatest*': [SKIP], |
551 | 551 |
552 # Forced optimisation path tests. | 552 # Forced optimisation path tests. |
553 'shared-function-tier-up-default': [SKIP], | |
554 'shared-function-tier-up-turbo': [SKIP], | 553 'shared-function-tier-up-turbo': [SKIP], |
555 | 554 |
556 # Fails deopt_fuzzer due to --deopt_every_n_times or | 555 # Fails deopt_fuzzer due to --deopt_every_n_times or |
557 # deopt_every_n_garbage_collections | 556 # deopt_every_n_garbage_collections |
558 'es6/array-iterator-turbo': [SKIP] | 557 'es6/array-iterator-turbo': [SKIP] |
559 }], # 'deopt_fuzzer == True' | 558 }], # 'deopt_fuzzer == True' |
560 | 559 |
561 ############################################################################## | 560 ############################################################################## |
562 ['predictable == True', { | 561 ['predictable == True', { |
563 | 562 |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'lithium/*': [SKIP], | 650 'lithium/*': [SKIP], |
652 'third_party/*': [SKIP], | 651 'third_party/*': [SKIP], |
653 'tools/*': [SKIP], | 652 'tools/*': [SKIP], |
654 'apply': [SKIP], | 653 'apply': [SKIP], |
655 'math-*': [SKIP], | 654 'math-*': [SKIP], |
656 'unicode-test': [SKIP], | 655 'unicode-test': [SKIP], |
657 'whitespaces': [SKIP], | 656 'whitespaces': [SKIP], |
658 }], # variant == wasm_traps | 657 }], # variant == wasm_traps |
659 | 658 |
660 ] | 659 ] |
OLD | NEW |