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

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

Issue 1685593002: [regexp] experimental implementation for \p property class. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: add ignore case test and simplify parsing Created 4 years, 10 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 | « test/mjsunit/harmony/unicode-regexp-property-class.js ('k') | 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], 283 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
284 'strong/implicit-conversions': [PASS, SLOW], 284 'strong/implicit-conversions': [PASS, SLOW],
285 'strong/load-element-mutate-backing-store': [PASS, SLOW], 285 'strong/load-element-mutate-backing-store': [PASS, SLOW],
286 286
287 # TODO(titzer): correct WASM adapter frame alignment on arm64 287 # TODO(titzer): correct WASM adapter frame alignment on arm64
288 'wasm/*': [PASS, ['arch == arm64', SKIP]], 288 'wasm/*': [PASS, ['arch == arm64', SKIP]],
289 289
290 # TODO(titzer): SSE 4.1 required for asm-wasm test (floor). 290 # TODO(titzer): SSE 4.1 required for asm-wasm test (floor).
291 'wasm/asm-wasm': [SKIP], 291 'wasm/asm-wasm': [SKIP],
292 292
293 # case-insensitive unicode regexp relies on case mapping provided by ICU. 293 # case-insensitive unicode regexp relies on case mapping provided by ICU.
294 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 294 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
295 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] , 295 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]] ,
296 # desugaring regexp property class relies on ICU.
297 'harmony/unicode-regexp-property-class': [PASS, ['no_i18n == True', FAIL]],
296 }], # ALWAYS 298 }], # ALWAYS
297 299
298 ['novfp3 == True', { 300 ['novfp3 == True', {
299 'asm/embenchen/box2d': [SKIP], 301 'asm/embenchen/box2d': [SKIP],
300 'asm/embenchen/zlib': [SKIP], 302 'asm/embenchen/zlib': [SKIP],
301 'asm/embenchen/memops': [SKIP], 303 'asm/embenchen/memops': [SKIP],
302 'asm/embenchen/lua_binarytrees': [SKIP], 304 'asm/embenchen/lua_binarytrees': [SKIP],
303 }], # novfp3 == True 305 }], # novfp3 == True
304 306
305 ############################################################################## 307 ##############################################################################
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 # Tests taking too long. 1024 # Tests taking too long.
1023 'array-functions-prototype-misc': [SKIP], 1025 'array-functions-prototype-misc': [SKIP],
1024 'strong/implicit-conversions': [SKIP], 1026 'strong/implicit-conversions': [SKIP],
1025 'strong/load-element-mutate-backing-store': [SKIP], 1027 'strong/load-element-mutate-backing-store': [SKIP],
1026 1028
1027 # Stack overflow. 1029 # Stack overflow.
1028 'big-array-literal': [SKIP], 1030 'big-array-literal': [SKIP],
1029 }], # 'gcov_coverage' 1031 }], # 'gcov_coverage'
1030 1032
1031 ] 1033 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/unicode-regexp-property-class.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698