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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1772423002: Don't do any special normalization if a boilerplate contains function literals. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: mark osr-one/osr-two as skip on ignition/arm Created 4 years, 9 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/cctest/interpreter/bytecode_expectations/WithStatement.golden ('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 4c123123ea225586b7357b3edaee992408c06968..fdf7497a6d9c0ae8fca16df5dad7a71ad5573416 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -895,8 +895,8 @@
['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]],
+ 'compiler/osr-one': [SKIP],
+ 'compiler/osr-two': [SKIP],
'regress/regress-1257': [SKIP],
}], # ignition == True and (arch == arm or arch == arm64)
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/WithStatement.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698