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

Unified Diff: test/cctest/cctest.status

Issue 376223002: Refactor ScriptData class for cached compile data. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: addressed comments, refactored test cases. Created 6 years, 5 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 7820f15204d16957f82b8a7331fe86b0b52d89c0..c4aa8b704124522786d03da2aae071a4a3348acd 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -27,8 +27,9 @@
[
[ALWAYS, {
- # All tests prefixed with 'Bug' are expected to fail.
+ # All tests prefixed with 'Bug' or 'ExpectFail' are expected to fail.
'test-api/Bug*': [FAIL],
+ 'test-api/ExpectFail*': [FAIL],
##############################################################################
# BUG(382): Weird test. Can't guarantee that it never times out.

Powered by Google App Engine
This is Rietveld 408576698