Commit 4db1f680 authored by dslomov@chromium.org's avatar dslomov@chromium.org

Disabling flakes.Filed 3433, 3434, 3435.

R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/382083003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22348 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent aba630f1
......@@ -99,6 +99,9 @@
# BUG(v8:3247).
'test-mark-compact/NoPromotion': [SKIP],
# BUG(v8:3434)
' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP]
}], # 'arch == arm64'
['arch == arm64 and simulator_run == True', {
......@@ -156,6 +159,9 @@
# BUG(3331). Fails on windows.
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
# BUG(v8:3433). Crashes on windows.
'test-cpu-profiler/FunctionApplySample': [SKIP],
}], # 'system == windows'
##############################################################################
......
......@@ -404,6 +404,11 @@
# Random failures on HW, need investigation.
'debug-*': [SKIP],
}],
##############################################################################
['system == windows', {
# BUG(v8:3435)
'debug-script-breakpoints': [PASS, FAIL],
}], # 'system == windows'
##############################################################################
# Native Client uses the ARM simulator so will behave similarly to arm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment