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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'whitespaces': [SKIP], | 227 'whitespaces': [SKIP], |
228 | 228 |
229 # Async function tests taking too long | 229 # Async function tests taking too long |
230 # https://bugs.chromium.org/p/v8/issues/detail?id=5411 | 230 # https://bugs.chromium.org/p/v8/issues/detail?id=5411 |
231 'harmony/async-function-debug-scopes': [SKIP], | 231 'harmony/async-function-debug-scopes': [SKIP], |
232 'harmony/async-debug-caught-exception-cases0': [SKIP], | 232 'harmony/async-debug-caught-exception-cases0': [SKIP], |
233 'harmony/async-debug-caught-exception-cases1': [SKIP], | 233 'harmony/async-debug-caught-exception-cases1': [SKIP], |
234 'harmony/async-debug-caught-exception-cases2': [SKIP], | 234 'harmony/async-debug-caught-exception-cases2': [SKIP], |
235 'harmony/async-debug-caught-exception-cases3': [SKIP], | 235 'harmony/async-debug-caught-exception-cases3': [SKIP], |
236 | 236 |
237 # TODO(jgruber): Too slow with new C++ port. Reenable once fixed. | |
238 'harmony/regexp-property-lu-ui': [SKIP], | |
239 | |
240 # TODO(mstarzinger): Takes too long with TF. | 237 # TODO(mstarzinger): Takes too long with TF. |
241 'array-sort': [PASS, NO_VARIANTS], | 238 'array-sort': [PASS, NO_VARIANTS], |
242 'regress/regress-91008': [PASS, NO_VARIANTS], | 239 'regress/regress-91008': [PASS, NO_VARIANTS], |
243 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], | 240 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], |
244 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 241 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
245 'math-floor-of-div': [PASS, NO_VARIANTS], | 242 'math-floor-of-div': [PASS, NO_VARIANTS], |
246 'unicodelctest': [PASS, NO_VARIANTS], | 243 'unicodelctest': [PASS, NO_VARIANTS], |
247 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 244 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
248 | 245 |
249 # TODO(jkummerow): Doesn't work correctly in GC stress. | 246 # TODO(jkummerow): Doesn't work correctly in GC stress. |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 'lithium/*': [SKIP], | 809 'lithium/*': [SKIP], |
813 'third_party/*': [SKIP], | 810 'third_party/*': [SKIP], |
814 'tools/*': [SKIP], | 811 'tools/*': [SKIP], |
815 'apply': [SKIP], | 812 'apply': [SKIP], |
816 'math-*': [SKIP], | 813 'math-*': [SKIP], |
817 'unicode-test': [SKIP], | 814 'unicode-test': [SKIP], |
818 'whitespaces': [SKIP], | 815 'whitespaces': [SKIP], |
819 }], # variant == asm_wasm | 816 }], # variant == asm_wasm |
820 | 817 |
821 ] | 818 ] |
OLD | NEW |