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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 294 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
295 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 295 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
296 'readonly': [PASS, SLOW], | 296 'readonly': [PASS, SLOW], |
297 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 297 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
298 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 298 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
299 | 299 |
300 # TODO(titzer): correct WASM adapter frame alignment on arm64 | 300 # TODO(titzer): correct WASM adapter frame alignment on arm64 |
301 'wasm/*': [PASS, ['arch == arm64', SKIP]], | 301 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
302 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], | 302 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], |
303 | 303 |
| 304 # TODO(bradnelson): Enable tests as the fixs land. |
| 305 'wasm/embenchen/*': [SKIP], |
| 306 |
304 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 307 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
305 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 308 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
306 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 309 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
307 # desugaring regexp property class relies on ICU. | 310 # desugaring regexp property class relies on ICU. |
308 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]], | 311 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]], |
309 }], # ALWAYS | 312 }], # ALWAYS |
310 | 313 |
311 ['novfp3 == True', { | 314 ['novfp3 == True', { |
312 'asm/embenchen/box2d': [SKIP], | 315 'asm/embenchen/box2d': [SKIP], |
313 'asm/embenchen/zlib': [SKIP], | 316 'asm/embenchen/zlib': [SKIP], |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 # Tests taking too long. | 900 # Tests taking too long. |
898 'array-functions-prototype-misc': [SKIP], | 901 'array-functions-prototype-misc': [SKIP], |
899 'strong/implicit-conversions': [SKIP], | 902 'strong/implicit-conversions': [SKIP], |
900 'strong/load-element-mutate-backing-store': [SKIP], | 903 'strong/load-element-mutate-backing-store': [SKIP], |
901 | 904 |
902 # Stack overflow. | 905 # Stack overflow. |
903 'big-array-literal': [SKIP], | 906 'big-array-literal': [SKIP], |
904 }], # 'gcov_coverage' | 907 }], # 'gcov_coverage' |
905 | 908 |
906 ] | 909 ] |
OLD | NEW |