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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 162 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
163 'unicodelctest': [PASS, NO_VARIANTS], | 163 'unicodelctest': [PASS, NO_VARIANTS], |
164 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 164 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
165 | 165 |
166 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, | 166 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, |
167 # which makes the test useless. | 167 # which makes the test useless. |
168 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 168 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
169 | 169 |
170 # BUG(v8:5807): Flaky data race. | 170 # BUG(v8:5807): Flaky data race. |
171 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], | 171 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], |
| 172 |
| 173 # BUG(v8:5906). |
| 174 'regress/regress-crbug-514081': [PASS, ['system == linux', SKIP]], |
172 }], # ALWAYS | 175 }], # ALWAYS |
173 | 176 |
174 ['novfp3 == True', { | 177 ['novfp3 == True', { |
175 'asm/embenchen/box2d': [SKIP], | 178 'asm/embenchen/box2d': [SKIP], |
176 'asm/embenchen/zlib': [SKIP], | 179 'asm/embenchen/zlib': [SKIP], |
177 'asm/embenchen/memops': [SKIP], | 180 'asm/embenchen/memops': [SKIP], |
178 'asm/embenchen/lua_binarytrees': [SKIP], | 181 'asm/embenchen/lua_binarytrees': [SKIP], |
179 }], # novfp3 == True | 182 }], # novfp3 == True |
180 | 183 |
181 ############################################################################## | 184 ############################################################################## |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 'lithium/*': [SKIP], | 652 'lithium/*': [SKIP], |
650 'third_party/*': [SKIP], | 653 'third_party/*': [SKIP], |
651 'tools/*': [SKIP], | 654 'tools/*': [SKIP], |
652 'apply': [SKIP], | 655 'apply': [SKIP], |
653 'math-*': [SKIP], | 656 'math-*': [SKIP], |
654 'unicode-test': [SKIP], | 657 'unicode-test': [SKIP], |
655 'whitespaces': [SKIP], | 658 'whitespaces': [SKIP], |
656 }], # variant == wasm_traps | 659 }], # variant == wasm_traps |
657 | 660 |
658 ] | 661 ] |
OLD | NEW |