|
Revert "RegExp: Add support for the ES6-proposed sticky flag"
Causes a flaky failure on buildbots. Here is the (deterministic) repro step (thanks to Michael Stanton):
first go to flag-definitions.h and set this to false.
DEFINE_BOOL(enable_sse4_1, false,
"enable use of SSE4.1 instructions if available")
Run the following and it should fail:
tools/run-tests.py --arch=ia32 --mode=release cctest/test-api/Regress2107
R=yangguo@chromium.org
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=24045
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+23 lines, -276 lines) |
Patch |
|
M |
src/bootstrapper.cc
|
View
|
|
3 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
src/compilation-cache.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/heap/heap.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/jsregexp.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/jsregexp.cc
|
View
|
|
5 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
|
M |
src/regexp.js
|
View
|
|
8 chunks |
+10 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
4 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-regexp.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
test/mjsunit/harmony/regexp-sticky.js
|
View
|
|
1 chunk |
+0 lines, -132 lines |
0 comments
|
Download
|
|
D |
test/mjsunit/regexp-not-sticky-yet.js
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
Total messages: 6 (1 generated)
|