Fix/suppress unittests broken on Android
authorcullinan <cullinan@amazon.com>
Mon, 24 Nov 2014 18:05:56 +0000 (10:05 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 18:06:10 +0000 (18:06 +0000)
commit87db4ff1f4d76eecb8f19d62f4c04279d56bf229
tree45962d23d2986021431380a9eff9ff2abdaad857
parentd9cabb9b22606c57c221322a77d873f3a4f3da6f
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}
test/cctest/cctest.status
test/cctest/test-mark-compact.cc
test/unittests/base/platform/platform-unittest.cc
test/unittests/unittests.status