| 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:6101): This fails because of a hole deopt, need to investigate. | |
| 190 'getters-on-elements': [SKIP], | |
| 191 | |
| 192 # BUG(v8:6113). | 189 # BUG(v8:6113). |
| 193 'es6/array-iterator-turbo': [SKIP], | 190 'es6/array-iterator-turbo': [SKIP], |
| 194 | 191 |
| 195 # BUG(v8:6306). | 192 # BUG(v8:6306). |
| 196 'wasm/huge-memory': [SKIP], | 193 'wasm/huge-memory': [SKIP], |
| 197 }], # ALWAYS | 194 }], # ALWAYS |
| 198 | 195 |
| 199 ['novfp3 == True', { | 196 ['novfp3 == True', { |
| 200 'asm/embenchen/box2d': [SKIP], | 197 'asm/embenchen/box2d': [SKIP], |
| 201 'asm/embenchen/zlib': [SKIP], | 198 'asm/embenchen/zlib': [SKIP], |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 'lithium/*': [SKIP], | 688 'lithium/*': [SKIP], |
| 692 'third_party/*': [SKIP], | 689 'third_party/*': [SKIP], |
| 693 'tools/*': [SKIP], | 690 'tools/*': [SKIP], |
| 694 'apply': [SKIP], | 691 'apply': [SKIP], |
| 695 'math-*': [SKIP], | 692 'math-*': [SKIP], |
| 696 'unicode-test': [SKIP], | 693 'unicode-test': [SKIP], |
| 697 'whitespaces': [SKIP], | 694 'whitespaces': [SKIP], |
| 698 }], # variant == wasm_traps | 695 }], # variant == wasm_traps |
| 699 | 696 |
| 700 ] | 697 ] |
| OLD | NEW |