X-Git-Url: https://git.webkit.org/?p=WebKit.git;a=blobdiff_plain;f=Tools%2FChangeLog;h=5afe6db12fa5d4cd8e20603ddd0ba9cd6e053d8c;hp=dffb30afcee6dd8befa97a6eb1e8ffbab2e82c4a;hb=be5ec91f3f5600f4bc899fa12104a906bed7bd53;hpb=155785fd4c1ad236b85ee1cf2129587ab1d7c8c3 diff --git a/Tools/ChangeLog b/Tools/ChangeLog index dffb30afcee6..5afe6db12fa5 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,25 @@ +2011-02-03 Dirk Pranke + + Reviewed by Mihai Parparita. + + new-run-webkit-tests: fix normalization of paths on windows when gathering files + + r77434 introduced a bug that was causing the test expectations + for the GPU ports to not be treated properly. It turns out that + when we gathered the list of test files on Windows, we would + return paths of the form "c:\LayoutTests/fast/canvas", and the + mixture of backslashes and forward slashes was confusing things. + + This patch normalizes all of the filenames returned from + test_files.find(), and adds better tests for this (fixing a + couple of other bugs found in the meantime). + + https://bugs.webkit.org/show_bug.cgi?id=53720 + + * Scripts/webkitpy/layout_tests/port/test.py: + * Scripts/webkitpy/layout_tests/port/test_files.py: + * Scripts/webkitpy/layout_tests/port/test_files_unittest.py: + 2011-02-03 Adam Roben Add links to Windows crash logs in results.html