| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'regress/regress-3116': [PASS, ['isolates', FLAKY]], | 274 'regress/regress-3116': [PASS, ['isolates', FLAKY]], |
| 275 | 275 |
| 276 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is | 276 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is |
| 277 # prermanently enabled. | 277 # prermanently enabled. |
| 278 'call-counts': [SKIP], | 278 'call-counts': [SKIP], |
| 279 | 279 |
| 280 # BUG(chromium:508074). Remove this once the issue is fixed. | 280 # BUG(chromium:508074). Remove this once the issue is fixed. |
| 281 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], | 281 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], |
| 282 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], | 282 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], |
| 283 | 283 |
| 284 # BUG(v8:4572). |
| 285 'es6/classes-subclass-builtins': [PASS, ['no_snap == True', NO_VARIANTS]], |
| 286 |
| 284 # Slow tests. | 287 # Slow tests. |
| 285 'copy-on-write-assert': [PASS, SLOW], | 288 'copy-on-write-assert': [PASS, SLOW], |
| 286 'debug-scopes': [PASS, SLOW], | 289 'debug-scopes': [PASS, SLOW], |
| 287 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 290 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
| 288 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 291 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
| 289 'readonly': [PASS, SLOW], | 292 'readonly': [PASS, SLOW], |
| 290 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 293 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
| 291 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 294 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
| 292 'strong/implicit-conversions': [PASS, SLOW], | 295 'strong/implicit-conversions': [PASS, SLOW], |
| 293 'strong/load-element-mutate-backing-store': [PASS, SLOW], | 296 'strong/load-element-mutate-backing-store': [PASS, SLOW], |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1069 'regress/regress-crbug-347903': [SKIP], | 1072 'regress/regress-crbug-347903': [SKIP], |
| 1070 'regress/regress-crbug-505007-1': [SKIP], | 1073 'regress/regress-crbug-505007-1': [SKIP], |
| 1071 'regress/regress-crbug-505007-2': [SKIP], | 1074 'regress/regress-crbug-505007-2': [SKIP], |
| 1072 'regress/short-circuit': [SKIP], | 1075 'regress/short-circuit': [SKIP], |
| 1073 'stack-traces-overflow': [SKIP], | 1076 'stack-traces-overflow': [SKIP], |
| 1074 'unicodelctest': [SKIP], | 1077 'unicodelctest': [SKIP], |
| 1075 'unicodelctest-no-optimization': [SKIP], | 1078 'unicodelctest-no-optimization': [SKIP], |
| 1076 }], # ignition == True and (arch == arm or arch == arm64) | 1079 }], # ignition == True and (arch == arm or arch == arm64) |
| 1077 | 1080 |
| 1078 ] | 1081 ] |
| OLD | NEW |