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

Unified Diff: test/webkit/webkit.status

Issue 155723005: A64: Synchronize with r19001. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 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 | « test/webkit/string-replacement-outofmemory-expected.txt ('k') | tools/grokdump.py » ('j') | no next file with comments »
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..8400ba76e5a2f8689c1a65cae09f9d6fc5049484 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -27,13 +27,16 @@
[
[ALWAYS, {
+ # BUG(237872). TODO(bmeurer): Investigate.
+ 'string-replacement-outofmemory': [FAIL],
+
##############################################################################
# Flaky tests.
# BUG(v8:2989).
- 'dfg-inline-arguments-become-double': [PASS, FLAKY],
- 'dfg-inline-arguments-become-int32': [PASS, FLAKY],
- 'dfg-inline-arguments-reset': [PASS, FLAKY],
- 'dfg-inline-arguments-reset-changetype': [PASS, FLAKY],
+ 'dfg-inline-arguments-become-double': [PASS, FAIL],
+ 'dfg-inline-arguments-become-int32': [PASS, FAIL],
+ 'dfg-inline-arguments-reset': [PASS, FAIL],
+ 'dfg-inline-arguments-reset-changetype': [PASS, FAIL],
}], # ALWAYS
['mode == debug', {
# Too slow in debug mode.
@@ -42,4 +45,7 @@
'reentrant-caching': [SKIP],
'sort-large-array': [SKIP],
}], # 'mode == debug'
+['simulator', {
+ 'function-apply-aliased': [SKIP],
+}], # 'simulator'
]
« no previous file with comments | « test/webkit/string-replacement-outofmemory-expected.txt ('k') | tools/grokdump.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698