| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 # BUG(chromium:508074). Remove this once the issue is fixed. | 272 # BUG(chromium:508074). Remove this once the issue is fixed. |
| 273 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], | 273 'harmony/arrow-rest-params': [PASS, NO_VARIANTS], |
| 274 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], | 274 'harmony/rest-params': [PASS, ['no_snap == True', NO_VARIANTS]], |
| 275 | 275 |
| 276 # Slow tests. | 276 # Slow tests. |
| 277 'copy-on-write-assert': [PASS, SLOW], | 277 'copy-on-write-assert': [PASS, SLOW], |
| 278 'debug-scopes': [PASS, SLOW], | 278 'debug-scopes': [PASS, SLOW], |
| 279 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 279 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
| 280 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 280 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
| 281 'readonly': [PASS, SLOW], | 281 'readonly': [PASS, SLOW], |
| 282 'regress/regress-1200351': [PASS, ['mode == debug', SLOW, NO_VARIANTS]], | 282 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
| 283 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 283 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
| 284 'strong/implicit-conversions': [PASS, SLOW], | 284 'strong/implicit-conversions': [PASS, SLOW], |
| 285 'strong/load-element-mutate-backing-store': [PASS, SLOW], | 285 'strong/load-element-mutate-backing-store': [PASS, SLOW], |
| 286 | 286 |
| 287 # TODO(titzer): correct WASM adapter frame alignment on arm64 | 287 # TODO(titzer): correct WASM adapter frame alignment on arm64 |
| 288 'wasm/*': [PASS, ['arch == arm64', SKIP]], | 288 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
| 289 | 289 |
| 290 # TODO(titzer): SSE 4.1 required for asm-wasm test (floor). | 290 # TODO(titzer): SSE 4.1 required for asm-wasm test (floor). |
| 291 'wasm/asm-wasm': [SKIP], | 291 'wasm/asm-wasm': [SKIP], |
| 292 | 292 |
| (...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 # Tests taking too long. | 1019 # Tests taking too long. |
| 1020 'array-functions-prototype-misc': [SKIP], | 1020 'array-functions-prototype-misc': [SKIP], |
| 1021 'strong/implicit-conversions': [SKIP], | 1021 'strong/implicit-conversions': [SKIP], |
| 1022 'strong/load-element-mutate-backing-store': [SKIP], | 1022 'strong/load-element-mutate-backing-store': [SKIP], |
| 1023 | 1023 |
| 1024 # Stack overflow. | 1024 # Stack overflow. |
| 1025 'big-array-literal': [SKIP], | 1025 'big-array-literal': [SKIP], |
| 1026 }], # 'gcov_coverage' | 1026 }], # 'gcov_coverage' |
| 1027 | 1027 |
| 1028 ] | 1028 ] |
| OLD | NEW |