v8/test
rossberg@chromium.org cc960f8034 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=

Review URL: https://codereview.chromium.org/580123002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24045 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-09-18 14:53:00 +00:00
..
base-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
benchmarks Skip octane/pdfjs for now in debug mode because slow. 2014-09-15 14:28:06 +00:00
cctest Revert "RegExp: Add support for the ES6-proposed sticky flag" 2014-09-18 14:53:00 +00:00
compiler-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
fuzz-natives Rename Runtime_CompileUnoptimized to Runtime_CompileLazy, because that is what it does. Split Compiler::GetUnoptimizedCode into two variants, one for lazy compilation (which can return optimized code!) and the other that actually returns unoptimized code. 2014-09-17 15:29:42 +00:00
heap-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
intl Enable test cases that no longer timeout. 2014-08-26 08:44:25 +00:00
libplatform-unittests Reland "Refactoring: Make gtest testsuite the default." 2014-09-02 09:21:03 +00:00
message Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
mjsunit Revert "RegExp: Add support for the ES6-proposed sticky flag" 2014-09-18 14:53:00 +00:00
mozilla Exact black-list of AST nodes for TurboFan. 2014-09-15 15:06:05 +00:00
perf-test/Collections Add Collections perf tests to v8 public repo. 2014-09-01 14:52:06 +00:00
preparser ES6: Duplicate properties are no longer an error 2014-08-20 14:25:48 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 Enable test cases that no longer timeout. 2014-08-26 08:44:25 +00:00
test262-es6 Update test262-es6 2014-09-11 13:39:37 +00:00
webkit Exact black-list of AST nodes for TurboFan. 2014-09-15 15:06:05 +00:00