[chromium-dev] Re: how to judge layouttests' running result?

2009-06-29 Thread David Jones
Well , I reviewed my layout-tests' output again, and found some errors like: 090629 14:28:30 __init__.py:1032 ERROR LayoutTests/http/tests/xmlhttprequest/xml-encoding.html failed: Text diff mismatch Simplified text diff mismatch /cygdrive/e/mychromesrc/src/third_party/cygwin/bin/wdiff:

[chromium-dev] Re: how to judge layouttests' running result?

2009-06-26 Thread Ojan Vafai
This is not a pass. Specifically Regressions: Unexpected failures lists the failures. Other times, you'll see Regressions: Unexpected * where * is crash, timeout, failures, etc. Also, it should have popped up a window with the results just for the failing tests. Ojan 2009/6/25 David Jones

[chromium-dev] Re: how to judge layouttests' running result?

2009-06-25 Thread Lei Zhang
http://dev.chromium.org/developers/testing/webkit-layout-tests says: ./run_webkit_tests.sh LayoutTests/path/to/your/test.html --full-results-html will produce a page including links to the expected result, actual result, and diff. Does that help? 2009/6/25 David Jones ds...@163.com: I have

[chromium-dev] Re: how to judge layouttests' running result?

2009-06-25 Thread Nico Weber
I usually try to execute the regressing tests manually (most of the time by just open the html file in test shell, sometimes you have to start some local web server). If they pass, I tell myself that the test is just flaky. If they still fail, I start debugging. 2009/6/25 David Jones