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

Unified Diff: chrome/renderer/extensions/json_schema_unittest.cc

Issue 231024: Disable the json_schema_unittest since it crashes after a WebKit deps roll.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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: chrome/renderer/extensions/json_schema_unittest.cc
===================================================================
--- chrome/renderer/extensions/json_schema_unittest.cc (revision 27125)
+++ chrome/renderer/extensions/json_schema_unittest.cc (working copy)
@@ -48,47 +48,49 @@
}
};
-TEST_F(JsonSchemaTest, TestFormatError) {
+// TODO: Re-enable this test! http://crbug.com/22971
+#if 0
Erik does not do reviews 2009/09/24 23:10:00 drive-by: why use #if 0 if you added DISABLED_ to
jorlow 2009/09/24 23:11:55 The #if 0 was necessary because it crashed (not ju
+TEST_F(JsonSchemaTest, DISABLED_TestFormatError) {
TestFunction("testFormatError");
}
-TEST_F(JsonSchemaTest, TestComplex) {
+TEST_F(JsonSchemaTest, DISABLED_TestComplex) {
TestFunction("testComplex");
}
-TEST_F(JsonSchemaTest, TestEnum) {
+TEST_F(JsonSchemaTest, DISABLED_TestEnum) {
TestFunction("testEnum");
}
-TEST_F(JsonSchemaTest, TestExtends) {
+TEST_F(JsonSchemaTest, DISABLED_TestExtends) {
TestFunction("testExtends");
}
-TEST_F(JsonSchemaTest, TestObject) {
+TEST_F(JsonSchemaTest, DISABLED_TestObject) {
TestFunction("testObject");
}
-TEST_F(JsonSchemaTest, TestArrayTuple) {
+TEST_F(JsonSchemaTest, DISABLED_TestArrayTuple) {
TestFunction("testArrayTuple");
}
-TEST_F(JsonSchemaTest, TestArrayNonTuple) {
+TEST_F(JsonSchemaTest, DISABLED_TestArrayNonTuple) {
TestFunction("testArrayNonTuple");
}
-TEST_F(JsonSchemaTest, TestString) {
+TEST_F(JsonSchemaTest, DISABLED_TestString) {
TestFunction("testString");
}
-TEST_F(JsonSchemaTest, TestNumber) {
+TEST_F(JsonSchemaTest, DISABLED_TestNumber) {
TestFunction("testNumber");
}
-TEST_F(JsonSchemaTest, TestType) {
+TEST_F(JsonSchemaTest, DISABLED_TestType) {
TestFunction("testType");
}
-TEST_F(JsonSchemaTest, TestTypeReference) {
+TEST_F(JsonSchemaTest, DISABLED_TestTypeReference) {
TestFunction("testTypeReference");
}
-
+#endif
Property changes on: chrome/renderer/extensions/json_schema_unittest.cc
___________________________________________________________________
Name: svn:eol-style
+ LF
« 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