Commit 08ded373 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[cleanup] Move d8 mjsunit tests into the d8 directory

Since we have this d8 directory now, we can also use it.

R=machenbach@chromium.org

Bug: v8:7109
Change-Id: I595ceb30e1c9350ad00d5cfaf998e40294602103
Reviewed-on: https://chromium-review.googlesource.com/803214Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49817}
parent d4c4a932
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
############################################################################## ##############################################################################
# No need to waste time for this test. # No need to waste time for this test.
'd8-performance-now': [PASS, NO_VARIANTS], 'd8/d8-performance-now': [PASS, NO_VARIANTS],
'regress/regress-crbug-491062': [PASS, NO_VARIANTS], 'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
# Issue 488: this test sometimes times out. # Issue 488: this test sometimes times out.
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
# we cannot run several variants of d8-os simultaneously, since all of them # 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 # 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. # 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]], 'd8/d8-os': [PASS, NO_VARIANTS, ['isolates or arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]], 'tools/tickprocessor': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
'tools/dumpcpp': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]], 'tools/dumpcpp': [PASS, NO_VARIANTS, ['arch == android_arm or arch == android_arm64 or arch == android_ia32', SKIP]],
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
'array-constructor-feedback': [SKIP], 'array-constructor-feedback': [SKIP],
'array-feedback': [SKIP], 'array-feedback': [SKIP],
'array-literal-feedback': [SKIP], 'array-literal-feedback': [SKIP],
'd8-performance-now': [SKIP], 'd8/d8-performance-now': [SKIP],
'elements-kind': [SKIP], 'elements-kind': [SKIP],
'elements-transition-hoisting': [SKIP], 'elements-transition-hoisting': [SKIP],
'fast-prototype': [SKIP], 'fast-prototype': [SKIP],
...@@ -636,8 +636,8 @@ ...@@ -636,8 +636,8 @@
['predictable == True', { ['predictable == True', {
# Skip tests that are known to be non-deterministic. # Skip tests that are known to be non-deterministic.
'd8-worker-sharedarraybuffer': [SKIP], 'd8/d8-worker-sharedarraybuffer': [SKIP],
'd8-os': [SKIP], 'd8/d8-os': [SKIP],
}], # 'predictable == True' }], # 'predictable == True'
############################################################################## ##############################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment