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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 # Allocates a large array buffer, which TSAN sometimes cannot handle. | 159 # Allocates a large array buffer, which TSAN sometimes cannot handle. |
160 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 160 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
161 | 161 |
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 |
| 170 # BUG(v8:5807): Flaky data race. |
| 171 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], |
169 }], # ALWAYS | 172 }], # ALWAYS |
170 | 173 |
171 ['novfp3 == True', { | 174 ['novfp3 == True', { |
172 'asm/embenchen/box2d': [SKIP], | 175 'asm/embenchen/box2d': [SKIP], |
173 'asm/embenchen/zlib': [SKIP], | 176 'asm/embenchen/zlib': [SKIP], |
174 'asm/embenchen/memops': [SKIP], | 177 'asm/embenchen/memops': [SKIP], |
175 'asm/embenchen/lua_binarytrees': [SKIP], | 178 'asm/embenchen/lua_binarytrees': [SKIP], |
176 }], # novfp3 == True | 179 }], # novfp3 == True |
177 | 180 |
178 ############################################################################## | 181 ############################################################################## |
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
634 'lithium/*': [SKIP], | 637 'lithium/*': [SKIP], |
635 'third_party/*': [SKIP], | 638 'third_party/*': [SKIP], |
636 'tools/*': [SKIP], | 639 'tools/*': [SKIP], |
637 'apply': [SKIP], | 640 'apply': [SKIP], |
638 'math-*': [SKIP], | 641 'math-*': [SKIP], |
639 'unicode-test': [SKIP], | 642 'unicode-test': [SKIP], |
640 'whitespaces': [SKIP], | 643 'whitespaces': [SKIP], |
641 }], # variant == wasm_traps | 644 }], # variant == wasm_traps |
642 | 645 |
643 ] | 646 ] |
OLD | NEW |