| 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': [NO_VARIANTS], |
| 358 |
| 356 # Too slow for gc stress. | 359 # Too slow for gc stress. |
| 357 'asm/embenchen/box2d': [SKIP], | 360 'asm/embenchen/box2d': [SKIP], |
| 358 | 361 |
| 359 # Issue 3723. | 362 # Issue 3723. |
| 360 'regress/regress-3717': [SKIP], | 363 'regress/regress-3717': [SKIP], |
| 361 | 364 |
| 362 # BUG(v8:4237) | 365 # BUG(v8:4237) |
| 363 'regress/regress-3976': [SKIP], | 366 'regress/regress-3976': [SKIP], |
| 364 | 367 |
| 365 # BUG(v8:4359) | 368 # BUG(v8:4359) |
| (...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 # Tests taking too long. | 1028 # Tests taking too long. |
| 1026 'array-functions-prototype-misc': [SKIP], | 1029 'array-functions-prototype-misc': [SKIP], |
| 1027 'strong/implicit-conversions': [SKIP], | 1030 'strong/implicit-conversions': [SKIP], |
| 1028 'strong/load-element-mutate-backing-store': [SKIP], | 1031 'strong/load-element-mutate-backing-store': [SKIP], |
| 1029 | 1032 |
| 1030 # Stack overflow. | 1033 # Stack overflow. |
| 1031 'big-array-literal': [SKIP], | 1034 'big-array-literal': [SKIP], |
| 1032 }], # 'gcov_coverage' | 1035 }], # 'gcov_coverage' |
| 1033 | 1036 |
| 1034 ] | 1037 ] |
| OLD | NEW |