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

Unified Diff: test/cctest/cctest.status

Issue 1902263007: Disable InterpreterCreateArguments on nosnap due to issue with --mstackalign flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 18e8128cc928132fa3b309b0626679c3984c2d3b..c1b28d35f1dbb619a3c44db0458a4fd26f3ed5b0 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -219,6 +219,12 @@
}], # 'no_snap == True'
##############################################################################
+['no_snap == True and mode == debug', {
+ # TODO(rmcilroy,4928): Issue with --mstackalign.
+ 'test-interpreter/InterpreterCreateArguments': [SKIP],
+}], # 'no_snap == True and mode == debug'
+
+##############################################################################
# TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
# section to not overwrite the expectations for TestThatAlwaysFails.
['no_snap == True and system == windows', {
« 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