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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1527103005: [d8] Remove "os" object from d8. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 8a81fd326af0f4aa000d0a600b7ede3c87cda442..862b88dd0fb5c0ae5dc330bc1794968988dd5177 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -218,14 +218,7 @@
'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]],
##############################################################################
- # This test sets the umask on a per-process basis and hence cannot be
- # used in multi-threaded runs.
- # On android there is no /tmp directory.
- # Currently d8-os generates a temporary directory name using Math.random(), so
- # we cannot run several variants of d8-os simultaneously, since all of them
- # get the same random seed and would generate the same directory name. Besides
- # that, it doesn't make sense to run several variants of d8-os anyways.
- 'd8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
+ # Tick processor test does not work on android.
'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
##############################################################################
@@ -652,9 +645,6 @@
# the ARM simulator.
##############################################################################
['arch == nacl_ia32 or arch == nacl_x64', {
- # There is no /tmp directory for NaCl runs
- 'd8-os': [SKIP],
-
# Stack manipulations in LiveEdit is not implemented for this arch.
'debug-liveedit-check-stack': [SKIP],
'debug-liveedit-stack-padding': [SKIP],
« 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