v8/test
cullinan 87db4ff1f4 Fix/suppress unittests broken on Android
cctest/test-threads/ThreadJoinSelf is suppressed for Android, but the
test has since been moved to unittests/Thread.SelfJoin. Move the
suppression to unittests.status.

unittests/ThreadLocalStorageTest.DoTest fails on older Android devices
as it assumes the availability of more TLS slots than many devices
implement. Test a smaller number of slots (32) on Android. Remove old
suppression of test-platform-tls/FastTLS (which no longer exists).

cctest/test-mark-compact/RegressJoinThreadsOnIsolateDeinit can't deal
with shared mappings. Check for 's' instead of '-'.

BUG=v8:3706
LOG=

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

Cr-Commit-Position: refs/heads/master@{#25492}
2014-11-24 18:06:10 +00:00
..
benchmarks Revert "Enable turbofan deoptimization by default." 2014-10-27 14:37:10 +00:00
cctest Fix/suppress unittests broken on Android 2014-11-24 18:06:10 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
message Correctly compute line numbers in functions from the function constructor. 2014-11-12 10:06:47 +00:00
mjsunit [turbofan] Fix matching of the lea instruction. 2014-11-24 17:45:33 +00:00
mozilla ARM64: skip flaky mozilla/ecma/Date/15.9.5.26-1 until it is fixed. 2014-11-21 11:24:54 +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 Convert argument toObject() in Object.getOwnPropertyNames/Descriptors 2014-10-15 14:01:20 +00:00
test262-es6 Rename String.prototype.contains to 'includes'. 2014-11-20 19:21:36 +00:00
unittests Fix/suppress unittests broken on Android 2014-11-24 18:06:10 +00:00
webkit Correctly escape RegExp source. 2014-11-21 10:50:24 +00:00