summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-15 23:18:06 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-15 23:18:06 +0000
commit980953f49b0fc6c99ab8debd29e7a9e2b7667dda (patch)
treec9be8e48fbf86a407928d9c25a728a7f9675c116
parentc14c3b6d82b1107c6bf9cdb91da06ed27f7e0ee9 (diff)
downloadchromium_src-980953f49b0fc6c99ab8debd29e7a9e2b7667dda.zip
chromium_src-980953f49b0fc6c99ab8debd29e7a9e2b7667dda.tar.gz
chromium_src-980953f49b0fc6c99ab8debd29e7a9e2b7667dda.tar.bz2
Adds a dummy file so git users can run layout tests on Vista
Currently folks who use git to check out the chromium repo cannot run the layout tests on vista because run_webkit_tests.py checks for the existence of platform/chromium-win-vista and git, unlike SVN, will not create an empty directory if one exists upstream. This works around the issue by adding a dummy file to platform/chromium-win-vista so the directory always is there. Review URL: http://codereview.chromium.org/201128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26293 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--webkit/data/layout_tests/platform/chromium-win-vista/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win-vista/README.txt b/webkit/data/layout_tests/platform/chromium-win-vista/README.txt
new file mode 100644
index 0000000..d3794f6
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win-vista/README.txt
@@ -0,0 +1,3 @@
+This directory is intentionally empty since all vista test expectations are in chromium-win. However, if the directory is actually empty then folks using git to track the Chromium repo will not get a directory at all which makes run_webkit_tests.py a sad panda. Thus this README is here to make sure the directory is added so tests can run.
+
+This file should be removed whenever vista-specific test expectations are checked into this directory.