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

Unified Diff: test/cctest/cctest.status

Issue 1670813005: Revert of Type Feedback Vector lives in the closure (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/compiler/function-tester.h » ('j') | 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 93aea379017d79c83e7639107343e2590c1b9f2f..b74bda33e49ef0be8abc9f7ccbc9fff7407b4199 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -652,13 +652,6 @@
'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL],
'test-serialize/SerializeInternalReference': [PASS, FAIL],
- # TODO(rmcilroy,4680): Test crashes.
- 'test-serialize/PerIsolateSnapshotBlobs': [SKIP],
- 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [SKIP],
- 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [SKIP],
- 'test-serialize/SnapshotBlobsStackOverflow': [SKIP],
- 'test-decls/CrossScriptReferencesHarmony': [SKIP],
-
# TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
# compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
'test-func-name-inference/GlobalProperty': [SKIP],
@@ -701,6 +694,10 @@
['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.
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/compiler/function-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698