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

Unified Diff: test/cctest/cctest.status

Issue 2428463002: [serializer] add test case for unknown external references. (Closed)
Patch Set: fix 2 Created 4 years, 2 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/snapshot/serializer-common.cc ('k') | test/cctest/test-serialize.cc » ('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 1052e90d9531be0a2d0ffeecbd00454b1e2cb18f..eac5b92d8b88428f24d5026189c70ab6c21bad98 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -29,7 +29,6 @@
[ALWAYS, {
# All tests prefixed with 'Bug' are expected to fail.
'test-api/Bug*': [FAIL],
- 'test-serialize/Bug*': [FAIL],
##############################################################################
@@ -90,6 +89,9 @@
# BUG(3742).
'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
+ # Test that serialization with unknown external reference fails.
+ 'test-serialize/SnapshotCreatorUnknownExternalReferences': [FAIL],
+
############################################################################
# Slow tests.
'test-api/Threading1': [PASS, ['mode == debug', SLOW]],
« no previous file with comments | « src/snapshot/serializer-common.cc ('k') | test/cctest/test-serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698