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

Unified Diff: test/webkit/webkit.status

Issue 139233005: Skip webkit/function-apply-aliased.js when running on simulators. (Closed) Base URL: https://github.com/v8/v8.git@gbl
Patch Set: Created 6 years, 11 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 | tools/run-tests.py » ('j') | tools/run-tests.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index 98935f79afaec4be856bc769d2c72829cb679726..9c4ec17026585edd00a10276556af5f3e952f242 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -42,4 +42,7 @@
'reentrant-caching': [SKIP],
'sort-large-array': [SKIP],
}], # 'mode == debug'
+['sim == True', {
Jakob Kummerow 2014/01/30 09:51:09 Please call the variable 'simulator'. Also, you ca
kilvadyb 2014/01/30 10:34:50 Done.
+ 'function-apply-aliased': [SKIP],
+}], # 'sim == True'
]
« no previous file with comments | « no previous file | tools/run-tests.py » ('j') | tools/run-tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698