Title: [100836] trunk
Revision
100836
Author
[email protected]
Date
2011-11-18 18:36:58 -0800 (Fri, 18 Nov 2011)

Log Message

Prepare to move manual-tests out of WebCore
https://bugs.webkit.org/show_bug.cgi?id=72782

Reviewed by Eric Seidel.

.: 

Update these files to refer to the new location of ManualTests.

* .gitattributes:
* Source/cmake/WebKitPackaging.cmake:

Tools: 

Update this file to refer to the new location of ManualTests.

* Scripts/webkitpy/common/config/build.py:

Modified Paths

Diff

Modified: trunk/.gitattributes (100835 => 100836)


--- trunk/.gitattributes	2011-11-19 02:25:54 UTC (rev 100835)
+++ trunk/.gitattributes	2011-11-19 02:36:58 UTC (rev 100836)
@@ -187,6 +187,13 @@
 LayoutTests/tables/mozilla_expected_failures/images/main-horizontal-scroll.gif -crlf
 LayoutTests/wml/resources/enter-card-with-events.wml -crlf
 LayoutTests/wml/resources/enter-first-card-with-events.wml -crlf
+ManualTests/DOMContextMenuEvent.html -crlf
+ManualTests/cursor-max-size.html -crlf
+ManualTests/drag-with-div-or-image-as-data-image.html -crlf
+ManualTests/empty-script-crash.html -crlf
+ManualTests/remove-form-node-with-radio-buttons-crash.html -crlf
+ManualTests/select-delete-item.html -crlf
+ManualTests/textarea-caret-position-after-auto-spell-correct.html -crlf
 PerformanceTests/PageLoad/svg/files/Harvey_Rayner.svg -crlf
 PerformanceTests/PageLoad/svg/files/cacuts_02.svg -crlf
 PerformanceTests/PageLoad/svg/files/crawfish2_ganson.svg -crlf
@@ -198,13 +205,6 @@
 Source/WebCore/bindings/js/JSExceptionBase.cpp -crlf
 Source/WebCore/bindings/js/JSExceptionBase.h -crlf
 Source/WebCore/inspector/Inspector.json -crlf
-Source/WebCore/manual-tests/DOMContextMenuEvent.html -crlf
-Source/WebCore/manual-tests/cursor-max-size.html -crlf
-Source/WebCore/manual-tests/drag-with-div-or-image-as-data-image.html -crlf
-Source/WebCore/manual-tests/empty-script-crash.html -crlf
-Source/WebCore/manual-tests/remove-form-node-with-radio-buttons-crash.html -crlf
-Source/WebCore/manual-tests/select-delete-item.html -crlf
-Source/WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html -crlf
 Source/WebCore/platform/chromium/SuddenTerminationChromium.cpp -crlf
 Source/WebCore/platform/network/win/NetworkStateNotifierWin.cpp -crlf
 Source/WebCore/platform/wx/wxcode/non-kerned-drawing.h -crlf

Modified: trunk/ChangeLog (100835 => 100836)


--- trunk/ChangeLog	2011-11-19 02:25:54 UTC (rev 100835)
+++ trunk/ChangeLog	2011-11-19 02:36:58 UTC (rev 100836)
@@ -1,3 +1,15 @@
+2011-11-18  Adam Barth  <[email protected]>
+
+        Prepare to move manual-tests out of WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=72782
+
+        Reviewed by Eric Seidel.
+
+        Update these files to refer to the new location of ManualTests.
+
+        * .gitattributes:
+        * Source/cmake/WebKitPackaging.cmake:
+
 2011-11-18  Patrick Gansterer  <[email protected]>
 
         [CMake] Add possibility to overwrite WEBKIT_PORT_DIR in platform specific files

Modified: trunk/Source/cmake/WebKitPackaging.cmake (100835 => 100836)


--- trunk/Source/cmake/WebKitPackaging.cmake	2011-11-19 02:25:54 UTC (rev 100835)
+++ trunk/Source/cmake/WebKitPackaging.cmake	2011-11-19 02:36:58 UTC (rev 100836)
@@ -78,7 +78,7 @@
   IF(NOT WEBKIT_CPACK_ADD_TESTS)
     LIST(APPEND CPACK_SOURCE_IGNORE_FILES
       "/LayoutTests/"
-      "/manual-tests/"
+      "/ManualTests/"
       "/tests/"
       )
   ENDIF(NOT WEBKIT_CPACK_ADD_TESTS)

Modified: trunk/Tools/ChangeLog (100835 => 100836)


--- trunk/Tools/ChangeLog	2011-11-19 02:25:54 UTC (rev 100835)
+++ trunk/Tools/ChangeLog	2011-11-19 02:36:58 UTC (rev 100836)
@@ -1,3 +1,14 @@
+2011-11-18  Adam Barth  <[email protected]>
+
+        Prepare to move manual-tests out of WebCore
+        https://bugs.webkit.org/show_bug.cgi?id=72782
+
+        Reviewed by Eric Seidel.
+
+        Update this file to refer to the new location of ManualTests.
+
+        * Scripts/webkitpy/common/config/build.py:
+
 2011-11-18  James Robinson  <[email protected]>
 
         [chromium] Set min/max page scale factors when calling eventSender.scalePageBy to avoid clamping

Modified: trunk/Tools/Scripts/webkitpy/common/config/build.py (100835 => 100836)


--- trunk/Tools/Scripts/webkitpy/common/config/build.py	2011-11-19 02:25:54 UTC (rev 100835)
+++ trunk/Tools/Scripts/webkitpy/common/config/build.py	2011-11-19 02:36:58 UTC (rev 100836)
@@ -43,7 +43,7 @@
         # Directories that shouldn't trigger builds on any bots.
         ("Examples", []),
         ("PerformanceTests", []),
-        ("Source/WebCore/manual-tests", []),
+        ("ManualTests", []),
         ("Tools/BuildSlaveSupport/build.webkit.org-config/public_html", []),
         ("Websites", []),
         ("efl", []),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to