Title: [90898] trunk
- Revision
- 90898
- Author
- [email protected]
- Date
- 2011-07-13 02:40:51 -0700 (Wed, 13 Jul 2011)
Log Message
Unreviewed, rolling out r90893 and r90894.
http://trac.webkit.org/changeset/90893
http://trac.webkit.org/changeset/90894
https://bugs.webkit.org/show_bug.cgi?id=64441
NRWT still doesn't work on qt-mac platform (Requested by Ossy
on #webkit).
Patch by Sheriff Bot <[email protected]> on 2011-07-13
Tools:
* Scripts/run-webkit-tests:
(useNewRunWebKitTests):
LayoutTests:
* platform/qt-mac/Skipped:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (90897 => 90898)
--- trunk/LayoutTests/ChangeLog 2011-07-13 09:09:53 UTC (rev 90897)
+++ trunk/LayoutTests/ChangeLog 2011-07-13 09:40:51 UTC (rev 90898)
@@ -1,3 +1,15 @@
+2011-07-13 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r90893 and r90894.
+ http://trac.webkit.org/changeset/90893
+ http://trac.webkit.org/changeset/90894
+ https://bugs.webkit.org/show_bug.cgi?id=64441
+
+ NRWT still doesn't work on qt-mac platform (Requested by Ossy
+ on #webkit).
+
+ * platform/qt-mac/Skipped:
+
2011-07-13 James Robinson <[email protected]>
[chromium] Add chromium mac gpu baseline for webgl-background-color.html
Modified: trunk/LayoutTests/platform/qt-mac/Skipped (90897 => 90898)
--- trunk/LayoutTests/platform/qt-mac/Skipped 2011-07-13 09:09:53 UTC (rev 90897)
+++ trunk/LayoutTests/platform/qt-mac/Skipped 2011-07-13 09:40:51 UTC (rev 90898)
@@ -4588,8 +4588,10 @@
svg/custom/text-tref-03-b-tref-removal.svg
# New failing tests
+fast/selectors/unqualified-hover-strict.html
http/tests/inspector/network/network-content-replacement-embed.html
http/tests/inspector/network/network-content-replacement-xhr.html
http/tests/inspector/network/network-embed.html
http/tests/inspector/network/network-iframe-load-and-delete.html
http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
+http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
Modified: trunk/Tools/ChangeLog (90897 => 90898)
--- trunk/Tools/ChangeLog 2011-07-13 09:09:53 UTC (rev 90897)
+++ trunk/Tools/ChangeLog 2011-07-13 09:40:51 UTC (rev 90898)
@@ -1,3 +1,16 @@
+2011-07-13 Sheriff Bot <[email protected]>
+
+ Unreviewed, rolling out r90893 and r90894.
+ http://trac.webkit.org/changeset/90893
+ http://trac.webkit.org/changeset/90894
+ https://bugs.webkit.org/show_bug.cgi?id=64441
+
+ NRWT still doesn't work on qt-mac platform (Requested by Ossy
+ on #webkit).
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests):
+
2011-07-13 Csaba Osztrogonác <[email protected]>
[Qt] NRWT should pick up the right httpd config file
Modified: trunk/Tools/Scripts/run-webkit-tests (90897 => 90898)
--- trunk/Tools/Scripts/run-webkit-tests 2011-07-13 09:09:53 UTC (rev 90897)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-07-13 09:40:51 UTC (rev 90898)
@@ -84,9 +84,9 @@
# NRWT Windows support still needs work: https://bugs.webkit.org/show_bug.cgi?id=38756
- # NRWT doesn't support qt-arm and qt-4.8 platforms now: https://bugs.webkit.org/show_bug.cgi?id=64071
+ # NRWT doesn't support qt-mac, qt-arm and qt-4.8 platforms now: https://bugs.webkit.org/show_bug.cgi?id=64071 and https://bugs.webkit.org/show_bug.cgi?id=64086
if (isQt()) {
- return (!usingWebKit2() and !isARM() and (getQtVersion() ne "4.8"));
+ return (!usingWebKit2() and !isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
}
return ((isLeopard() or isSnowLeopard() or isGtk()) and !usingWebKit2() and !usingLeaks());
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes