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

Unified Diff: test/webkit/webkit.status

Issue 185653004: Experimental parser: merge to r19637 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
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-trim-expected.txt ('k') | tools/bash-completion.sh » ('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..1c68070d4274aa186a907d460e1a6197c1bf8e15 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,10 @@
'reentrant-caching': [SKIP],
'sort-large-array': [SKIP],
}], # 'mode == debug'
+['simulator', {
+ 'function-apply-aliased': [SKIP],
+}], # 'simulator'
+['arch == a64 and simulator_run == True', {
+ 'dfg-int-overflow-in-loop': [SKIP],
+}], # 'arch == a64 and simulator_run == True'
]
« no previous file with comments | « test/webkit/string-trim-expected.txt ('k') | tools/bash-completion.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698