diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 02:12:17 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-18 02:12:17 +0000 |
commit | d7d570877b98523beb95da5e8051e21444e96ee3 (patch) | |
tree | 9a9d96bc8febeff4e0f91cb99f41379a18be41e7 /webkit/tools/layout_tests | |
parent | 60d0b8ef2724917666ba686438995bacb179ae76 (diff) | |
download | chromium_src-d7d570877b98523beb95da5e8051e21444e96ee3.zip chromium_src-d7d570877b98523beb95da5e8051e21444e96ee3.tar.gz chromium_src-d7d570877b98523beb95da5e8051e21444e96ee3.tar.bz2 |
Update tools to reflect movement of TestExpectations
Also fix SVN URL in test_expectations*.py to use src.chromium.org after blink
fork.
Also fix test_expectations_history_unittest.py to use correct time zone. Commit
time stamps are in UTC, so we need to specify date ranges in UTC, rather than
local time, to ensure consistent behaviour in all locations.
BUG=230264
Review URL: https://codereview.chromium.org/14316009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index dc5ee63..4229c65 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -1,7 +1,7 @@ # This file should almost always be empty. Normally Chromium test expectations # are only put here temporarily, and moved to -# src/third_party/WebKit/LayoutTests/platform/chromium/TestExpectations -# where they will remain until they are rebaselined. +# src/third_party/WebKit/LayoutTests/TestExpectations where they will remain +# until they are rebaselined. # # # If you are landing a Chromium CL that would break webkit layout tests, @@ -13,10 +13,10 @@ # # 2. BEFORE landing your Chromium CL, land a WebKit CL adding those same # expected failures to -# src/third_party/WebKit/LayoutTests/platform/chromium/TestExpectations . -# If you are unable to do this yourself, please get a WebKit Committer to do -# it for you, or at least coordinate with a current WebKit Gardener to make -# sure she is aware of the pending breakages. +# src/third_party/WebKit/LayoutTests/TestExpectations . If you are unable to do +# this yourself, please get a WebKit Committer to do it for you, or at least +# coordinate with a current WebKit Gardener to make sure she is aware of the +# pending breakages. # # 3. AFTER you have landed the WebKit test_expectations CL, you can land your # Chromium CL. Be sure to include your expected failures in this file, so @@ -27,7 +27,6 @@ # Every time Chromium's "WebKit Gardener" rolls the WebKit DEPS within # Chromium, he will delete ALL expectations within this file. (By then, they # will be redundant, because you already landed those same expectations in -# src/third_party/WebKit/LayoutTests/platform/chromium/TestExpectations . -# Right?) +# src/third_party/WebKit/LayoutTests/TestExpectations . Right?) # # EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL |