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: https://svn.webkit.org/repository/webkit/trunk@121120
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+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
// 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.