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

Unified Diff: test/cctest/cctest.status

Issue 1733363002: [interpreter] Enable tests on x64-debug that no longer fail. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 3966209a129f63c964cb88a235ce1085324dca64..c224008aa4579e9d16783f44106a5d4a640c76a7 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -498,6 +498,7 @@
}], # 'arch == ppc64 and simulator_run == True'
+##############################################################################
['ignition == True', {
# TODO(yangguo,4690): Test failures in debugger tests.
'test-debug/DebugStepLocals': [FAIL],
@@ -594,17 +595,4 @@
'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == arm64', PASS]],
}], # ignition == True
-['ignition == True and arch == x64', {
- # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry
- 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['mode == debug', FAIL]],
- 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', FAIL]],
- 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
- 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
- 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
-
- # TODO(rmcilroy,4680): Test assert errors.
- 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
- 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug', FAIL]],
-}],
-
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698