Title: [189132] trunk/Tools
Revision
189132
Author
[email protected]
Date
2015-08-28 16:16:23 -0700 (Fri, 28 Aug 2015)

Log Message

Remove an old temporary script that has served its purpose

* Scripts/convert-test-expectations: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Tools/ChangeLog (189131 => 189132)


--- trunk/Tools/ChangeLog	2015-08-28 22:59:10 UTC (rev 189131)
+++ trunk/Tools/ChangeLog	2015-08-28 23:16:23 UTC (rev 189132)
@@ -1,3 +1,9 @@
+2015-08-28  Timothy Horton  <[email protected]>
+
+        Remove an old temporary script that has served its purpose
+
+        * Scripts/convert-test-expectations: Removed.
+
 2015-08-28  Jer Noble  <[email protected]>
 
         [iOS] Add WebKit/WebKit2 settings to control automatic data loading

Deleted: trunk/Tools/Scripts/convert-test-expectations (189131 => 189132)


--- trunk/Tools/Scripts/convert-test-expectations	2015-08-28 22:59:10 UTC (rev 189131)
+++ trunk/Tools/Scripts/convert-test-expectations	2015-08-28 23:16:23 UTC (rev 189132)
@@ -1,19 +0,0 @@
-#!/usr/bin/python
-
-# FIXME: Delete this file after all of the TestExpectations are converted.
-
-import sys
-
-from webkitpy.common.host import Host
-from webkitpy.layout_tests.models.test_expectations import TestExpectationParser
-
-host = Host()
-port = host.port_factory.get(sys.argv[1])
-filename = sys.argv[2]
-contents = host.filesystem.read_text_file(filename)
-
-parser = TestExpectationParser(port, [], False)
-expectation_lines = parser.parse(filename, contents)
-for line in expectation_lines:
-    new_line = line.to_string(parser._test_configuration_converter)
-    print new_line
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to