The comment in test_expectations_android.txt is unclear as to the purpose of this...
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 24 Jun 2012 18:44:02 +0000 (18:44 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 24 Jun 2012 18:44:02 +0000 (18:44 +0000)
https://bugs.webkit.org/show_bug.cgi?id=89832

Reviewed by Ojan Vafai.

This patch attempts to clarify the purpose of this file and what will
happen to it in the future.

* platform/chromium/test_expectations_android.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121120 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/platform/chromium/test_expectations_android.txt

index 4f4a923..59216a5 100644 (file)
@@ -1,3 +1,15 @@
+2012-06-24  Adam Barth  <abarth@webkit.org>
+
+        The comment in test_expectations_android.txt is unclear as to the purpose of this file.
+        https://bugs.webkit.org/show_bug.cgi?id=89832
+
+        Reviewed by Ojan Vafai.
+
+        This patch attempts to clarify the purpose of this file and what will
+        happen to it in the future.
+
+        * platform/chromium/test_expectations_android.txt:
+
 2012-06-24  Christophe Dumez  <christophe.dumez@intel.com>
 
         [EFL] Skip fast/text/hyphen-min-preferred-width.html
index a64a83d..2137d79 100644 (file)
@@ -1,4 +1,6 @@
 // This file should remain empty. It is used by the chromium-android port in
-// its downstream repository to manage test expecations downstream. Rather than
-// add expectations to this file upstream, please add them to the normal
-// TestExpectations file with the ANDROID keyword.
+// its downstream repository to manage test expecations downstream.  When the
+// chromium-android port runs tests on build.webkit.org, test expectations
+// should be put in the Chromium TestExpectations file as normal rather than
+// here.  We will delete this file once we finish upstreaming the
+// chromium-android port.