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

Unified Diff: test/cctest/cctest.status

Issue 1682853004: [interpreter, debugger] implement bytecode break location iterator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: small fix 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 036643b2f4a1ad1a1ce2ea16cfb2df21bac51f59..0ac1d27fbb6183e102f6b8da9448737a3372e7ea 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -578,8 +578,6 @@
'test-compiler/OptimizedCodeSharing3': [FAIL],
# TODO(rmcilroy,4689): Stack trace line number failures.
- 'test-api/CaptureStackTraceForUncaughtException': [FAIL],
- 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL],
'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
'test-api/TryCatchMixedNesting': [PASS, FAIL],
@@ -617,11 +615,7 @@
'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
'test-feedback-vector/VectorCallICStates': [FAIL],
'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
- 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL],
'test-api/PromiseRejectCallback': [FAIL],
- 'test-api/RethrowBogusErrorStackTrace': [FAIL],
- 'test-api/RethrowPrimitiveStackTrace': [FAIL],
- 'test-api/TryCatchSourceInfo': [FAIL],
'test-api/SetJitCodeEventHandler': [FAIL],
'test-heap/WeakFunctionInConstructor': [FAIL],
'test-heap/Regress169209': [FAIL],

Powered by Google App Engine
This is Rietveld 408576698