| 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'
|
| ]
|
|
|