| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], | 261 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], |
| 262 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], | 262 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], |
| 263 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], | 263 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], |
| 264 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], | 264 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], |
| 265 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], | 265 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
| 266 | 266 |
| 267 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | 267 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
| 268 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], | 268 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], |
| 269 | 269 |
| 270 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 270 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
| 271 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 271 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
| 272 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]]
, | 272 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
| 273 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 273 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
| 274 # desugaring regexp property class relies on ICU. | 274 # desugaring regexp property class relies on ICU. |
| 275 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 275 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
| 276 | 276 |
| 277 ############################################################################ | 277 ############################################################################ |
| 278 # Ignition | 278 # Ignition |
| 279 | 279 |
| 280 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. | 280 # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
| 281 'array-literal-feedback': [PASS, NO_IGNITION], | 281 'array-literal-feedback': [PASS, NO_IGNITION], |
| 282 'regress/regress-4121': [PASS, NO_IGNITION], | 282 'regress/regress-4121': [PASS, NO_IGNITION], |
| (...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 ############################################################################## | 875 ############################################################################## |
| 876 ['gcov_coverage', { | 876 ['gcov_coverage', { |
| 877 # Tests taking too long. | 877 # Tests taking too long. |
| 878 'array-functions-prototype-misc': [SKIP], | 878 'array-functions-prototype-misc': [SKIP], |
| 879 | 879 |
| 880 # Stack overflow. | 880 # Stack overflow. |
| 881 'big-array-literal': [SKIP], | 881 'big-array-literal': [SKIP], |
| 882 }], # 'gcov_coverage' | 882 }], # 'gcov_coverage' |
| 883 | 883 |
| 884 ] | 884 ] |
| OLD | NEW |