Title: [151337] trunk/Tools
Revision
151337
Author
[email protected]
Date
2013-06-07 14:53:48 -0700 (Fri, 07 Jun 2013)

Log Message

Get rid of not very helpful test that fails only on some machines because xcrun is not installed.

Rubberstamped by Ryousuke Niwa.

* Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
(RunTest.test_build_check):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (151336 => 151337)


--- trunk/Tools/ChangeLog	2013-06-07 21:27:17 UTC (rev 151336)
+++ trunk/Tools/ChangeLog	2013-06-07 21:53:48 UTC (rev 151337)
@@ -1,3 +1,12 @@
+2013-06-07  Roger Fong  <[email protected]>
+
+        Get rid of not very helpful test that fails only on some machines because xcrun is not installed.
+
+        Rubberstamped by Ryousuke Niwa.
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
+        (RunTest.test_build_check):
+
 2013-06-07  Hugo Parente Lima  <[email protected]>
 
         [Qt] Remove Qt bits from Scripts/webkitperl/FeatureList.pm

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py (151336 => 151337)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2013-06-07 21:27:17 UTC (rev 151336)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py	2013-06-07 21:53:48 UTC (rev 151337)
@@ -817,16 +817,6 @@
         self.assertEqual(stdout.getvalue(), '')
         self.assertTrue('unsupported platform' in stderr.getvalue())
 
-    def test_build_check(self):
-        # By using a port_name for a different platform than the one we're running on, the build check should always fail.
-        if sys.platform == 'darwin':
-            port_name = 'gtk'
-        else:
-            port_name = 'mac-lion'
-        out = StringIO.StringIO()
-        err = StringIO.StringIO()
-        self.assertEqual(run_webkit_tests.main(['--platform', port_name, 'fast/harness/results.html'], out, err), -1)
-
     def test_verbose_in_child_processes(self):
         # When we actually run multiple processes, we may have to reconfigure logging in the
         # child process (e.g., on win32) and we need to make sure that works and we still
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to