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

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

Issue 1940643002: Avoid infinite loop in RegExp.prototype[Symbol.split] (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove another fail expectation 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 | « src/js/regexp.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 112 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
113 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 113 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
114 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL], 114 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL],
115 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP], 115 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP],
116 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL], 116 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL],
117 'built-ins/RegExp/prototype/Symbol.search/get-sticky-err': [FAIL], 117 'built-ins/RegExp/prototype/Symbol.search/get-sticky-err': [FAIL],
118 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], 118 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL],
119 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], 119 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL],
120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], 120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL],
121 121
122 # Missing lastIndex support
123 'built-ins/RegExp/prototype/Symbol.split/str-result-coerce-length-err': [FAIL] ,
124
125 # Times out 122 # Times out
126 'built-ins/RegExp/prototype/Symbol.split/str-coerce-lastindex': [SKIP],
127 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], 123 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP],
128 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP], 124 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP],
129 125
130 # Sticky support busted 126 # Sticky support busted
131 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], 127 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
132 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], 128 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
133 129
134 # SKIP rather than FAIL, as the test checks for an exception which 130 # SKIP rather than FAIL, as the test checks for an exception which
135 # happens to be thrown for some other reason. 131 # happens to be thrown for some other reason.
136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], 132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], 322 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
327 }], # asan == True 323 }], # asan == True
328 324
329 ['asan == True or msan == True or tsan == True', { 325 ['asan == True or msan == True or tsan == True', {
330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 326 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
331 # The failed allocation causes an asan/msan/tsan error 327 # The failed allocation causes an asan/msan/tsan error
332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 328 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
333 }], # asan == True or msan == True or tsan == True 329 }], # asan == True or msan == True or tsan == True
334 330
335 ] 331 ]
OLDNEW
« no previous file with comments | « src/js/regexp.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698