| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'regress/regress-3976': [SKIP], | 392 'regress/regress-3976': [SKIP], |
| 393 | 393 |
| 394 # BUG(v8:4359) | 394 # BUG(v8:4359) |
| 395 'strong/load-proxy': [SKIP], | 395 'strong/load-proxy': [SKIP], |
| 396 | 396 |
| 397 # Slow tests. | 397 # Slow tests. |
| 398 'array-constructor': [PASS, SLOW], | 398 'array-constructor': [PASS, SLOW], |
| 399 'json': [PASS, SLOW], | 399 'json': [PASS, SLOW], |
| 400 'regress/regress-446389': [PASS, SLOW], | 400 'regress/regress-446389': [PASS, SLOW], |
| 401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
| 402 'es6/tail-call-megatest-all': [PASS, SLOW], |
| 402 | 403 |
| 403 # BUG(v8:3097) | 404 # BUG(v8:3097) |
| 404 'debug-references': [SKIP], | 405 'debug-references': [SKIP], |
| 405 | 406 |
| 406 # BUG(v8:4754). | 407 # BUG(v8:4754). |
| 407 'debug-referenced-by': [PASS, NO_VARIANTS], | 408 'debug-referenced-by': [PASS, NO_VARIANTS], |
| 408 | 409 |
| 409 # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 410 # BUG(v8:4779): Crashes flakily with stress mode on arm64. |
| 410 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 411 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], |
| 411 }], # 'gc_stress == True' | 412 }], # 'gc_stress == True' |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 # Tests taking too long. | 904 # Tests taking too long. |
| 904 'array-functions-prototype-misc': [SKIP], | 905 'array-functions-prototype-misc': [SKIP], |
| 905 'strong/implicit-conversions': [SKIP], | 906 'strong/implicit-conversions': [SKIP], |
| 906 'strong/load-element-mutate-backing-store': [SKIP], | 907 'strong/load-element-mutate-backing-store': [SKIP], |
| 907 | 908 |
| 908 # Stack overflow. | 909 # Stack overflow. |
| 909 'big-array-literal': [SKIP], | 910 'big-array-literal': [SKIP], |
| 910 }], # 'gcov_coverage' | 911 }], # 'gcov_coverage' |
| 911 | 912 |
| 912 ] | 913 ] |
| OLD | NEW |