| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 174 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
| 175 | 175 |
| 176 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 176 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
| 177 'unicodelctest': [PASS, NO_VARIANTS], | 177 'unicodelctest': [PASS, NO_VARIANTS], |
| 178 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 178 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 179 | 179 |
| 180 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, | 180 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, |
| 181 # which makes the test useless. | 181 # which makes the test useless. |
| 182 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 182 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
| 183 | 183 |
| 184 # BUG(v8:5807): Flaky data race. | |
| 185 'wasm/embenchen/fannkuch': [PASS, ['tsan', SKIP]], | |
| 186 | |
| 187 # BUG(v8:5778): These fail with --future, which we are about to turn on. | 184 # BUG(v8:5778): These fail with --future, which we are about to turn on. |
| 188 # Investigate. | 185 # Investigate. |
| 189 'regress/regress-105': [SKIP], | 186 'regress/regress-105': [SKIP], |
| 190 | 187 |
| 191 # BUG(v8:6101): This fails because of a hole deopt, need to investigate. | 188 # BUG(v8:6101): This fails because of a hole deopt, need to investigate. |
| 192 'getters-on-elements': [SKIP], | 189 'getters-on-elements': [SKIP], |
| 193 | 190 |
| 194 # BUG(v8:6113). | 191 # BUG(v8:6113). |
| 195 'es6/array-iterator-turbo': [SKIP], | 192 'es6/array-iterator-turbo': [SKIP], |
| 196 }], # ALWAYS | 193 }], # ALWAYS |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'lithium/*': [SKIP], | 691 'lithium/*': [SKIP], |
| 695 'third_party/*': [SKIP], | 692 'third_party/*': [SKIP], |
| 696 'tools/*': [SKIP], | 693 'tools/*': [SKIP], |
| 697 'apply': [SKIP], | 694 'apply': [SKIP], |
| 698 'math-*': [SKIP], | 695 'math-*': [SKIP], |
| 699 'unicode-test': [SKIP], | 696 'unicode-test': [SKIP], |
| 700 'whitespaces': [SKIP], | 697 'whitespaces': [SKIP], |
| 701 }], # variant == wasm_traps | 698 }], # variant == wasm_traps |
| 702 | 699 |
| 703 ] | 700 ] |
| OLD | NEW |