[webkit-changes] [105852] trunk/LayoutTests

2012-01-24 Thread ossy
Title: [105852] trunk/LayoutTests








Revision 105852
Author o...@webkit.org
Date 2012-01-24 23:58:18 -0800 (Tue, 24 Jan 2012)


Log Message
Unreviewed gardening. Skip failing tests.

* platform/qt-wk2/Skipped:
* platform/wk2/Skipped:

Modified Paths

trunk/LayoutTests/ChangeLog
trunk/LayoutTests/platform/qt-wk2/Skipped
trunk/LayoutTests/platform/wk2/Skipped




Diff

Modified: trunk/LayoutTests/ChangeLog (105851 => 105852)

--- trunk/LayoutTests/ChangeLog	2012-01-25 07:49:39 UTC (rev 105851)
+++ trunk/LayoutTests/ChangeLog	2012-01-25 07:58:18 UTC (rev 105852)
@@ -1,5 +1,12 @@
 2012-01-24  Csaba Osztrogonác  
 
+Unreviewed gardening. Skip failing tests.
+
+* platform/qt-wk2/Skipped:
+* platform/wk2/Skipped:
+
+2012-01-24  Csaba Osztrogonác  
+
 [Qt] Unreviewed gardening. Add Qt specific expected results after r105769.
 
 * platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.


Modified: trunk/LayoutTests/platform/qt-wk2/Skipped (105851 => 105852)

--- trunk/LayoutTests/platform/qt-wk2/Skipped	2012-01-25 07:49:39 UTC (rev 105851)
+++ trunk/LayoutTests/platform/qt-wk2/Skipped	2012-01-25 07:58:18 UTC (rev 105852)
@@ -519,3 +519,7 @@
 # [Qt][WK2] http/tests/navigation/anchor-frames-gbk.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=76896
 http/tests/navigation/anchor-frames-gbk.html
+
+# [Qt][WK2] scrollbars/scroll-rtl-or-bt-layer.html fails
+# https://bugs.webkit.org/show_bug.cgi?id=76986
+scrollbars/scroll-rtl-or-bt-layer.html


Modified: trunk/LayoutTests/platform/wk2/Skipped (105851 => 105852)

--- trunk/LayoutTests/platform/wk2/Skipped	2012-01-25 07:49:39 UTC (rev 105851)
+++ trunk/LayoutTests/platform/wk2/Skipped	2012-01-25 07:58:18 UTC (rev 105852)
@@ -708,6 +708,7 @@
 editing/selection/collapse-selection-in-bidi.html
 editing/selection/context-menu-text-selection.html
 editing/selection/directionality-after-undo-replace.html
+editing/selection/extend-selection-after-double-click.html
 editing/selection/move-by-word-visually-crash-test-4.html
 editing/selection/move-by-word-visually-crash-test-3.html
 editing/selection/move-left-right-by-word-mac.html






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes


[webkit-changes] [105851] trunk/LayoutTests

2012-01-24 Thread ossy
Title: [105851] trunk/LayoutTests








Revision 105851
Author o...@webkit.org
Date 2012-01-24 23:49:39 -0800 (Tue, 24 Jan 2012)


Log Message
[Qt] Unreviewed gardening. Add Qt specific expected results after r105769.

* platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
* platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.txt: Added.

Modified Paths

trunk/LayoutTests/ChangeLog


Added Paths

trunk/LayoutTests/platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.png
trunk/LayoutTests/platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.txt




Diff

Modified: trunk/LayoutTests/ChangeLog (105850 => 105851)

--- trunk/LayoutTests/ChangeLog	2012-01-25 07:01:47 UTC (rev 105850)
+++ trunk/LayoutTests/ChangeLog	2012-01-25 07:49:39 UTC (rev 105851)
@@ -1,3 +1,10 @@
+2012-01-24  Csaba Osztrogonác  
+
+[Qt] Unreviewed gardening. Add Qt specific expected results after r105769.
+
+* platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.png: Added.
+* platform/qt/fast/multicol/span/generated-child-split-flow-crash-expected.txt: Added.
+
 2012-01-25  Roland Steiner  
 
 

[webkit-changes] [105850] trunk/Tools

2012-01-24 Thread rniwa
Title: [105850] trunk/Tools








Revision 105850
Author rn...@webkit.org
Date 2012-01-24 23:01:47 -0800 (Tue, 24 Jan 2012)


Log Message
Build fix. Trigger Chromium Mac Release (Perf) on new commits.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json
trunk/Tools/ChangeLog




Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (105849 => 105850)

--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-01-25 06:48:26 UTC (rev 105849)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-01-25 07:01:47 UTC (rev 105850)
@@ -279,7 +279,8 @@
"Qt Linux MIPS Release", "Qt Linux SH4 Release",
"Chromium Win Release", "Chromium Win Release (Tests)", "Chromium Mac Release", "Chromium Mac Release (Tests)",
"Chromium Linux Release", "Chromium Linux Release (Tests)", "Chromium Linux Release (Grid Layout)",
-   "Chromium Android Release", "WinCairo Release", "WinCE Release (Build)", "EFL Linux Release (Build)"]
+   "Chromium Android Release", "Chromium Mac Release (Perf)", "WinCairo Release", "WinCE Release (Build)",
+   "EFL Linux Release (Build)"]
 },
 { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0, 
   "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Debug (Build)"] 


Modified: trunk/Tools/ChangeLog (105849 => 105850)

--- trunk/Tools/ChangeLog	2012-01-25 06:48:26 UTC (rev 105849)
+++ trunk/Tools/ChangeLog	2012-01-25 07:01:47 UTC (rev 105850)
@@ -1,3 +1,9 @@
+2012-01-24  Ryosuke Niwa  
+
+Build fix. Trigger Chromium Mac Release (Perf) on new commits.
+
+* BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-01-23  Ryosuke Niwa  
 
 WebKit needs public performance tests running on public bots






___
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes


[webkit-changes] [105849] trunk

2012-01-24 Thread rolandsteiner
Title: [105849] trunk








Revision 105849
Author rolandstei...@chromium.org
Date 2012-01-24 22:48:26 -0800 (Tue, 24 Jan 2012)


Log Message
: Implement registering of