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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 282 'es7/object-observe': [PASS, ['mode == debug', SLOW]], |
283 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 283 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
284 'readonly': [PASS, SLOW], | 284 'readonly': [PASS, SLOW], |
285 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 285 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], |
286 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 286 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
287 'strong/implicit-conversions': [PASS, SLOW], | 287 'strong/implicit-conversions': [PASS, SLOW], |
288 'strong/load-element-mutate-backing-store': [PASS, SLOW], | 288 'strong/load-element-mutate-backing-store': [PASS, SLOW], |
289 | 289 |
290 # TODO(titzer): correct WASM adapter frame alignment on arm64 | 290 # TODO(titzer): correct WASM adapter frame alignment on arm64 |
291 'wasm/*': [PASS, ['arch == arm64', SKIP]], | 291 'wasm/*': [PASS, ['arch == arm64', SKIP]], |
292 | 292 'wasm/asm-wasm': [PASS, ['arch == arm or arch == arm64', SKIP]], |
293 # TODO(titzer): SSE 4.1 required for asm-wasm test (floor). | |
294 'wasm/asm-wasm': [SKIP], | |
295 | 293 |
296 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 294 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
297 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 295 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
298 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 296 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
299 # desugaring regexp property class relies on ICU. | 297 # desugaring regexp property class relies on ICU. |
300 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]], | 298 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]], |
301 }], # ALWAYS | 299 }], # ALWAYS |
302 | 300 |
303 ['novfp3 == True', { | 301 ['novfp3 == True', { |
304 'asm/embenchen/box2d': [SKIP], | 302 'asm/embenchen/box2d': [SKIP], |
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 # Tests taking too long. | 1024 # Tests taking too long. |
1027 'array-functions-prototype-misc': [SKIP], | 1025 'array-functions-prototype-misc': [SKIP], |
1028 'strong/implicit-conversions': [SKIP], | 1026 'strong/implicit-conversions': [SKIP], |
1029 'strong/load-element-mutate-backing-store': [SKIP], | 1027 'strong/load-element-mutate-backing-store': [SKIP], |
1030 | 1028 |
1031 # Stack overflow. | 1029 # Stack overflow. |
1032 'big-array-literal': [SKIP], | 1030 'big-array-literal': [SKIP], |
1033 }], # 'gcov_coverage' | 1031 }], # 'gcov_coverage' |
1034 | 1032 |
1035 ] | 1033 ] |
OLD | NEW |