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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1703453002: [interpreter, debugger] support debug breaks via bytecode array copy (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 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/mjsunit/ignition/debug-break.js ('k') | test/unittests/interpreter/bytecode-array-builder-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 283036b7498d3182242ffd17b1eba0349a27af8c..4fec8ae5e227b51cfde8b4200a7c1b81e27ec0d0 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -778,15 +778,10 @@
# DCHECK(IsDebugBreak() || IsDebuggerStatement());
'regress/regress-1523': [FAIL],
'regress/regress-102153': [FAIL],
- 'regress/regress-1586': [FAIL],
'regress/regress-2825': [FAIL],
- 'regress/regress-3960': [FAIL],
'regress/regress-crbug-119800': [FAIL],
'regress/regress-crbug-467180': [FAIL],
- 'regress/regress-998565': [FAIL],
- 'regress/regress-crbug-432493': [FAIL],
'regress/regress-opt-after-debug-deopt': [FAIL],
- 'regress/regress-crbug-481896': [FAIL],
# TODO(rmcilroy,4681): Requires support for generators.
'messages': [FAIL],
@@ -859,12 +854,10 @@
'regress/regress-4266': [FAIL],
'harmony/simd': [FAIL],
'regress/regress-crbug-109362': [FAIL],
- 'regress/regress-131994': [FAIL],
'regress/regress-crbug-568477-2': [FAIL],
'regress/regress-crbug-568477-3': [FAIL],
'regress/regress-crbug-568477-1': [FAIL],
'regress/regress-2318': [FAIL],
- 'regress/regress-crbug-582051': [FAIL],
# TODO(rmcilroy, 4680): new ES6 instanceof support
'harmony/instanceof-es6': [SKIP],
@@ -879,20 +872,6 @@
'regress/regress-crbug-424142': [SKIP],
}], # ignition == True
-['ignition == True and (mode == debug or dcheck_always_on == True)', {
- # TODO(yangguo,4690): Check failure in debug.cc BreakLocation::SetBreakPoint
- # DCHECK(IsDebugBreak() || IsDebuggerStatement());
- 'regress/regress-419663': [FAIL],
- 'regress/regress-4320': [FAIL],
- 'regress/regress-1639': [FAIL],
- 'regress/regress-94873': [FAIL],
- 'regress/regress-1639-2': [FAIL],
- 'regress/regress-crbug-387599': [FAIL],
- 'regress/regress-prepare-break-while-recompile': [FAIL],
- 'regress/regress-crbug-506443': [FAIL],
- 'regress/regress-crbug-507070': [FAIL],
-}], # ignition == True and mode == debug
-
['ignition == True and arch == arm64', {
# TODO(rmcilroy,4680): Fails on Arm64 due to expecting to take less than 3
# seconds.
« no previous file with comments | « test/mjsunit/ignition/debug-break.js ('k') | test/unittests/interpreter/bytecode-array-builder-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698