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. |