summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/webkit.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/webkit/webkit.status')
-rw-r--r--deps/v8/test/webkit/webkit.status18
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/v8/test/webkit/webkit.status b/deps/v8/test/webkit/webkit.status
index eba1be3f0f..1c68070d42 100644
--- a/deps/v8/test/webkit/webkit.status
+++ b/deps/v8/test/webkit/webkit.status
@@ -26,6 +26,18 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[
+[ALWAYS, {
+ # BUG(237872). TODO(bmeurer): Investigate.
+ 'string-replacement-outofmemory': [FAIL],
+
+ ##############################################################################
+ # Flaky tests.
+ # BUG(v8:2989).
+ '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.
'dfg-int-overflow-in-loop': [SKIP],
@@ -33,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'
]