Reviewers: Jakob,

Message:
PTAL

Description:
Adjust Android test expectations.

Disable long running tests:
- test-threads/ThreadJoinSelf in release and debug modes.
- regress/regress-1122 in debug mode.

Disable failing test:
- preparser/strict-octal-regexp (v8 issue 2265).

[email protected]


Please review this at https://chromiumcodereview.appspot.com/11185073/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/cctest/cctest.status
  M test/mjsunit/mjsunit.status
  M test/preparser/preparser.status


Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index c55fc2a8db65836e796a72151141883782cc1009..ab59e3356fefa454766871f3c60ba7509d29a246 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -84,3 +84,6 @@ test-log/ProfLazyMode: SKIP

 # platform-tls.h does not contain an ANDROID-related header.
 test-platform-tls/FastTLS: SKIP
+
+# This test times out.
+test-threads/ThreadJoinSelf: SKIP
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 7fd22a587623876167150b271b3dc66ba927333c..037093bf7318d872cafc6f86c51745650d9a83ea 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -73,6 +73,7 @@ tools/tickprocessor: PASS, SKIP if ($arch == android_arm | | $arch == android_ia3
 try: PASS, SKIP if $mode == debug
 debug-scripts-request: PASS, SKIP if $mode == debug
 array-constructor: PASS, SKIP if $mode == debug
+regress/regress-1122: PASS, SKIP if ($mode == debug && $arch == android_arm)

 # Flaky test that can hit compilation-time stack overflow in debug mode.
 unicode-test: PASS, (PASS || FAIL) if $mode == debug
Index: test/preparser/preparser.status
diff --git a/test/preparser/preparser.status b/test/preparser/preparser.status index 6f15fedd8f62211715dc3b0d5447b370b91d616b..40c5caf7427b855e892317c3517d51df1a2bfa2a 100644
--- a/test/preparser/preparser.status
+++ b/test/preparser/preparser.status
@@ -31,3 +31,8 @@ prefix preparser
 # escapes (we need to parse to distinguish octal escapes from valid
 # back-references).
 strict-octal-regexp: FAIL
+
+[ $arch == android_arm || $arch == android_ia32 ]
+# Remove this once the issue above is fixed. Android test runner does not
+# handle "FAIL" test expectation correctly.
+strict-octal-regexp: SKIP


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to