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