| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 176 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 177 | 177 |
| 178 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 178 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
| 179 'unicodelctest': [PASS, NO_VARIANTS], | 179 'unicodelctest': [PASS, NO_VARIANTS], |
| 180 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 180 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 181 | 181 |
| 182 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, | 182 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, |
| 183 # which makes the test useless. | 183 # which makes the test useless. |
| 184 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 184 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
| 185 | 185 |
| 186 # BUG(v8:6113). | |
| 187 'es6/array-iterator-turbo': [SKIP], | |
| 188 | |
| 189 # BUG(v8:6306). | 186 # BUG(v8:6306). |
| 190 'wasm/huge-memory': [SKIP], | 187 'wasm/huge-memory': [SKIP], |
| 191 }], # ALWAYS | 188 }], # ALWAYS |
| 192 | 189 |
| 193 ['novfp3 == True', { | 190 ['novfp3 == True', { |
| 194 'asm/embenchen/box2d': [SKIP], | 191 'asm/embenchen/box2d': [SKIP], |
| 195 'asm/embenchen/zlib': [SKIP], | 192 'asm/embenchen/zlib': [SKIP], |
| 196 'asm/embenchen/memops': [SKIP], | 193 'asm/embenchen/memops': [SKIP], |
| 197 'asm/embenchen/lua_binarytrees': [SKIP], | 194 'asm/embenchen/lua_binarytrees': [SKIP], |
| 198 }], # novfp3 == True | 195 }], # novfp3 == True |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 'lithium/*': [SKIP], | 682 'lithium/*': [SKIP], |
| 686 'third_party/*': [SKIP], | 683 'third_party/*': [SKIP], |
| 687 'tools/*': [SKIP], | 684 'tools/*': [SKIP], |
| 688 'apply': [SKIP], | 685 'apply': [SKIP], |
| 689 'math-*': [SKIP], | 686 'math-*': [SKIP], |
| 690 'unicode-test': [SKIP], | 687 'unicode-test': [SKIP], |
| 691 'whitespaces': [SKIP], | 688 'whitespaces': [SKIP], |
| 692 }], # variant == wasm_traps | 689 }], # variant == wasm_traps |
| 693 | 690 |
| 694 ] | 691 ] |
| OLD | NEW |