| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], | 346 'regress/regress-417709a': [PASS, ['arch == arm64', NO_VARIANTS]], |
| 347 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], | 347 'regress/regress-transcendental': [PASS, ['arch == arm64', NO_VARIANTS]], |
| 348 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], | 348 'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS], |
| 349 'math-floor-of-div': [PASS, NO_VARIANTS], | 349 'math-floor-of-div': [PASS, NO_VARIANTS], |
| 350 'unicodelctest': [PASS, NO_VARIANTS], | 350 'unicodelctest': [PASS, NO_VARIANTS], |
| 351 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 351 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
| 352 | 352 |
| 353 # TODO(jkummerow): Doesn't work correctly in GC stress. | 353 # TODO(jkummerow): Doesn't work correctly in GC stress. |
| 354 'regress/regress-crbug-500497': [SKIP], | 354 'regress/regress-crbug-500497': [SKIP], |
| 355 | 355 |
| 356 # TODO(turbofan): Seems related to try-catch/try-finally in TF. | |
| 357 'es6/block-conflicts': [PASS, NO_VARIANTS], | |
| 358 | |
| 359 # Too slow for gc stress. | 356 # Too slow for gc stress. |
| 360 'asm/embenchen/box2d': [SKIP], | 357 'asm/embenchen/box2d': [SKIP], |
| 361 | 358 |
| 362 # Issue 3723. | 359 # Issue 3723. |
| 363 'regress/regress-3717': [SKIP], | 360 'regress/regress-3717': [SKIP], |
| 364 | 361 |
| 365 # BUG(v8:4237) | 362 # BUG(v8:4237) |
| 366 'regress/regress-3976': [SKIP], | 363 'regress/regress-3976': [SKIP], |
| 367 | 364 |
| 368 # BUG(v8:4359) | 365 # BUG(v8:4359) |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 # Tests taking too long. | 1016 # Tests taking too long. |
| 1020 'array-functions-prototype-misc': [SKIP], | 1017 'array-functions-prototype-misc': [SKIP], |
| 1021 'strong/implicit-conversions': [SKIP], | 1018 'strong/implicit-conversions': [SKIP], |
| 1022 'strong/load-element-mutate-backing-store': [SKIP], | 1019 'strong/load-element-mutate-backing-store': [SKIP], |
| 1023 | 1020 |
| 1024 # Stack overflow. | 1021 # Stack overflow. |
| 1025 'big-array-literal': [SKIP], | 1022 'big-array-literal': [SKIP], |
| 1026 }], # 'gcov_coverage' | 1023 }], # 'gcov_coverage' |
| 1027 | 1024 |
| 1028 ] | 1025 ] |
| OLD | NEW |