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