Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: test/mjsunit/mjsunit.status

Issue 9372018: Fix d8-os unit test to be skipped for isolates. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/d8-os.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 186c2a465b1f9ac749e5c14cae43f71b518d5925..2d22fe9075063812e75315eb187eb823254d8451 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -66,6 +66,13 @@ debug-liveedit-check-stack: SKIP
debug-liveedit-patch-positions-replace: SKIP
##############################################################################
+[ $isolates ]
+
+# This test sets the umask on a per-process basis and hence cannot be
+# used in multi-threaded runs.
+d8-os: SKIP
+
+##############################################################################
[ $arch == arm ]
# Slow tests which times out in debug mode.
« no previous file with comments | « test/mjsunit/d8-os.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698