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

Unified Diff: test/cctest/cctest.status

Issue 1855913002: [interpreter] add some expression positions. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 7c70aa21c4d0b511d8c43e7642bb74c0ddc5e73a..c48d9aa35a3ba8cedd120b26e537f08406ba0153 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -498,10 +498,6 @@
'test-heap/TestCodeFlushingIncremental': [FAIL],
'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck_always_on == True', FAIL]],
- # TODO(rmcilroy,4689): Stack trace line number failures.
- 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
- 'test-api/TryCatchMixedNesting': [FAIL],
-
# TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
# on nodes (behind --turbo_source_positions flag).
'test-cpu-profiler/TickLinesOptimized': [FAIL],
@@ -527,9 +523,6 @@
# in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL],
- # TODO(mythria,4680): Incorrect column number on eval.
- 'test-api/PromiseRejectCallback': [FAIL],
-
# TODO(rmcilroy,4680): Fails with eager compilation due to SharedFunctionInfo
# being null in compiler.cc Renumber(), meaning MaybeDisableOptimization never
# gets called.

Powered by Google App Engine
This is Rietveld 408576698