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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1763053002: [Interpreter] Updated mjsunit.status (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: updated mjsunit.status Created 4 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 | « no previous file | 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 9edac479c80ef81976fb55a2f26b2fa1448ba91c..c9812270938e4168a09494bfdb8807ee3f766542 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -805,6 +805,7 @@
'regress/regress-crbug-119800': [FAIL],
'regress/regress-crbug-467180': [FAIL],
'regress/regress-opt-after-debug-deopt': [FAIL],
+ 'regress/regress-crbug-568477-2': [FAIL],
# TODO(rmcilroy,4765): assertion failures in LiveEdit tests.
'debug-liveedit-restart-frame': [FAIL],
@@ -821,6 +822,12 @@
'es6/debug-liveedit-new-target-2': [FAIL],
'es6/debug-liveedit-new-target-3': [FAIL],
+ # Related to Debugger. Goes into a loop in function:
rmcilroy 2016/03/05 03:11:32 # TODO(yangguo/rmcilroy,4690):
mythria 2016/03/07 09:50:57 Done.
+ # Debug::FindSharedFunctionInfoInScript and times out.
+ 'regress/regress-crbug-517592': [SKIP],
+ 'regress/regress-1853': [SKIP],
+ 'regress/regress-crbug-424142': [SKIP],
+
# TODO(rmcilroy,4681): Requires support for generators.
'messages': [FAIL],
'es6/array-from': [FAIL],
@@ -866,22 +873,23 @@
# TODO(mythria, 4764): lack of osr support.
'regress/regress-2618': [FAIL],
+ # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
+ # till it is optimized. So test timeouts.
+ 'array-literal-transitions': [SKIP],
- # TODO(rmcilroy,4680): Test assert failures.
- 'debug-liveedit-2': [FAIL],
+ # TODO(mythria, 4680): Relate to GC and ignition holding references to
+ # objects.
'es6/mirror-collections': [FAIL],
- 'es6/regress/regress-468661': [FAIL],
+
+ # TODO(mythria, 4680): line numbers in eval test. Coloumn number is
+ # incorrect.
'regress/regress-crbug-109362': [FAIL],
- 'regress/regress-crbug-568477-2': [FAIL],
- # TODO(rmcilroy,4680): Test timeouts.
- 'array-literal-transitions': [SKIP],
- 'regress/regress-crbug-517592': [SKIP],
- 'regress/regress-crbug-568477-4': [SKIP],
- 'regress/regress-crbug-409614': [SKIP],
- 'regress/regress-crbug-42414': [SKIP],
- 'regress/regress-1853': [SKIP],
- 'regress/regress-crbug-424142': [SKIP],
+ # TODO(mythria, 4680): possibly problem with line numbers.
+ 'es6/regress/regress-468661': [FAIL],
+
+ # TODO(rmcilroy,4680): Test assert failures.
+ 'debug-liveedit-2': [FAIL],
rmcilroy 2016/03/05 03:11:32 Move to the "assertion failures in LiveEdit tests"
mythria 2016/03/07 09:50:57 Done.
# with statements no longer always have a block as their body
'regress/regress-95485': [SKIP],
@@ -891,20 +899,22 @@
# TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3
# seconds.
'regress/regress-165637': [FAIL],
-}], # ignition == True and arch == arm64
-['ignition == True and (arch == arm or arch == arm64)', {
- # TODO(rmcilroy,4680): Arm / Arm64 specific timeouts.
+ # TODO(rmcilroy,4680): Arm64 specific timeouts.
'asm/construct-double': [SKIP],
- 'compiler/osr-nested': [SKIP],
'compiler/osr-one': [SKIP],
'compiler/osr-two': [SKIP],
+ # There is a global flag to skip this, do we need it here?
rmcilroy 2016/03/05 03:11:32 Nope, just remove it if it from here skipped globa
mythria 2016/03/07 09:50:57 Done.
+ 'regress/regress-91008': [SKIP],
+}], # ignition == True and arch == arm64
+
+['ignition == True and arch == arm', {
+ # TODO(rmcilroy,4680): Arm specific timeouts.
+ 'compiler/osr-one': [PASS, ['mode == debug', SKIP]],
+ 'compiler/osr-two': [PASS, ['mode == debug', SKIP]],
mythria 2016/03/04 17:31:41 These two tests pass in release mode, but I am not
rmcilroy 2016/03/05 03:11:32 If this works, PASS on release and SKIP on debug s
mythria 2016/03/07 09:50:57 Done.
'regress/regress-1257': [SKIP],
mythria 2016/03/04 17:31:41 This test is flaky. It pass locally for me always.
rmcilroy 2016/03/05 03:11:32 Ack, it might just be super slow, if so we can tak
- 'regress/regress-165637': [SKIP],
- 'regress/regress-2185': [SKIP],
+ # There is a global flag to skip this, do we need it here?
rmcilroy 2016/03/05 03:11:32 Nope, just remove it if it from here skipped globa
mythria 2016/03/07 09:50:57 Done.
'regress/regress-91008': [SKIP],
- 'unicodelctest': [SKIP],
- 'unicodelctest-no-optimization': [SKIP],
}], # ignition == True and (arch == arm or arch == arm64)
##############################################################################
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698