Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 2006133002: Mark regexp regression test as failing on noi18n (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698