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

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

Issue 2630233003: [regexp] Create property on result for each named capture (Closed)
Patch Set: Null proto and remove __proto__ blacklist Created 3 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/regexp-named-captures.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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]], 149 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]],
150 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], 150 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]],
151 151
152 # case-insensitive unicode regexp relies on case mapping provided by ICU. 152 # case-insensitive unicode regexp relies on case mapping provided by ICU.
153 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], 153 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
154 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], 154 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
155 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], 155 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]],
156 # desugaring regexp property class relies on ICU. 156 # desugaring regexp property class relies on ICU.
157 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], 157 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
158 158
159 # noi18n build cannot parse characters in supplementary plane.
160 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]],
161
159 # Allocates a large array buffer, which TSAN sometimes cannot handle. 162 # Allocates a large array buffer, which TSAN sometimes cannot handle.
160 'regress/regress-599717': [PASS, ['tsan', SKIP]], 163 'regress/regress-599717': [PASS, ['tsan', SKIP]],
161 164
162 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). 165 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
163 'unicodelctest': [PASS, NO_VARIANTS], 166 'unicodelctest': [PASS, NO_VARIANTS],
164 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], 167 'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
165 168
166 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, 169 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds,
167 # which makes the test useless. 170 # which makes the test useless.
168 'big-object-literal': [PASS, ['mode == debug', SKIP]], 171 'big-object-literal': [PASS, ['mode == debug', SKIP]],
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'lithium/*': [SKIP], 641 'lithium/*': [SKIP],
639 'third_party/*': [SKIP], 642 'third_party/*': [SKIP],
640 'tools/*': [SKIP], 643 'tools/*': [SKIP],
641 'apply': [SKIP], 644 'apply': [SKIP],
642 'math-*': [SKIP], 645 'math-*': [SKIP],
643 'unicode-test': [SKIP], 646 'unicode-test': [SKIP],
644 'whitespaces': [SKIP], 647 'whitespaces': [SKIP],
645 }], # variant == wasm_traps 648 }], # variant == wasm_traps
646 649
647 ] 650 ]
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/regexp-named-captures.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698