Title: [92857] trunk/Tools
- Revision
- 92857
- Author
- [email protected]
- Date
- 2011-08-11 09:44:55 -0700 (Thu, 11 Aug 2011)
Log Message
Unreviewed, rolling out r92847.
http://trac.webkit.org/changeset/92847
https://bugs.webkit.org/show_bug.cgi?id=65986
Broke check-webkit-style
* Scripts/webkitpy/style/checker.py:
* Scripts/webkitpy/style/checker_unittest.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (92856 => 92857)
--- trunk/Tools/ChangeLog 2011-08-11 16:37:55 UTC (rev 92856)
+++ trunk/Tools/ChangeLog 2011-08-11 16:44:55 UTC (rev 92857)
@@ -1,3 +1,14 @@
+2011-08-11 Dimitri Glazkov <[email protected]>
+
+ Unreviewed, rolling out r92847.
+ http://trac.webkit.org/changeset/92847
+ https://bugs.webkit.org/show_bug.cgi?id=65986
+
+ Broke check-webkit-style
+
+ * Scripts/webkitpy/style/checker.py:
+ * Scripts/webkitpy/style/checker_unittest.py:
+
2011-08-11 Pierre Rossi <[email protected]>
[Qt] autotests shouldn't require config.h in the style check
Modified: trunk/Tools/Scripts/webkitpy/style/checker.py (92856 => 92857)
--- trunk/Tools/Scripts/webkitpy/style/checker.py 2011-08-11 16:37:55 UTC (rev 92856)
+++ trunk/Tools/Scripts/webkitpy/style/checker.py 2011-08-11 16:44:55 UTC (rev 92857)
@@ -124,15 +124,11 @@
([# TestNetscapePlugIn has no config.h and uses funny names like
# NPP_SetWindow.
"Tools/DumpRenderTree/TestNetscapePlugIn/",
- ([# The MIMESniffing test tests the code directly rather than the API,
- # let's enable the include check for this one.
- "Source/WebKit/qt/tests/MIMESniffing"],
- ["+build/include"]),
# The API test harnesses have no config.h and use funny macros like
# TEST_CLASS_NAME.
"Tools/WebKitAPITest/",
"Tools/TestWebKitAPI/",
- "Source/WebKit/qt/tests/"],
+ "Source/WebKit/qt/tests/qdeclarativewebview"],
["-build/include",
"-readability/naming"]),
([# There is no clean way to avoid "yy_*" names used by flex.
@@ -141,6 +137,7 @@
# and on test xxx_data methos on tests)
"Source/_javascript_Core/qt/",
"Source/WebKit/qt/Api/",
+ "Source/WebKit/qt/tests/",
"Source/WebKit/qt/declarative/",
"Source/WebKit/qt/examples/"],
["-readability/naming"]),
Modified: trunk/Tools/Scripts/webkitpy/style/checker_unittest.py (92856 => 92857)
--- trunk/Tools/Scripts/webkitpy/style/checker_unittest.py 2011-08-11 16:37:55 UTC (rev 92856)
+++ trunk/Tools/Scripts/webkitpy/style/checker_unittest.py 2011-08-11 16:44:55 UTC (rev 92857)
@@ -256,10 +256,6 @@
assertNoCheck("Tools/MiniBrowser/qt/UrlLoader.cpp",
"build/include")
- assertNoCheck("Source/WebKit/qt/tests/util.cpp",
- "build/include")
- assertCheck("Source/WebKit/qt/tests/MIMESniffing/tst_MIMESniffing.cpp",
- "build/include")
assertNoCheck("Source/WebCore/ForwardingHeaders/debugger/Debugger.h",
"build/header_guard")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes