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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], | 271 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], |
272 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], | 272 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], |
273 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], | 273 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
274 | 274 |
275 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | 275 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
276 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], | 276 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], |
277 | 277 |
278 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 278 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
279 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 279 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
280 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 280 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, |
| 281 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
281 # desugaring regexp property class relies on ICU. | 282 # desugaring regexp property class relies on ICU. |
282 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 283 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
283 | 284 |
284 ############################################################################ | 285 ############################################################################ |
285 # Ignition | 286 # Ignition |
286 | 287 |
287 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 288 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
288 'array-literal-feedback': [PASS, NO_IGNITION], | 289 'array-literal-feedback': [PASS, NO_IGNITION], |
289 'regress/regress-4121': [PASS, NO_IGNITION], | 290 'regress/regress-4121': [PASS, NO_IGNITION], |
290 | 291 |
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 ############################################################################## | 894 ############################################################################## |
894 ['gcov_coverage', { | 895 ['gcov_coverage', { |
895 # Tests taking too long. | 896 # Tests taking too long. |
896 'array-functions-prototype-misc': [SKIP], | 897 'array-functions-prototype-misc': [SKIP], |
897 | 898 |
898 # Stack overflow. | 899 # Stack overflow. |
899 'big-array-literal': [SKIP], | 900 'big-array-literal': [SKIP], |
900 }], # 'gcov_coverage' | 901 }], # 'gcov_coverage' |
901 | 902 |
902 ] | 903 ] |
OLD | NEW |