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