Update website to reflect that tests are no longer failing on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113704 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Francois Pichet 2010-09-11 21:16:11 +00:00
Родитель d9a8bbcf8d
Коммит b2043d71df
1 изменённых файлов: 9 добавлений и 21 удалений

Просмотреть файл

@ -202,30 +202,18 @@
<p>The -sv option above tells the runner to show the test output if <p>The -sv option above tells the runner to show the test output if
any tests failed, to help you determine the cause of failure.</p> any tests failed, to help you determine the cause of failure.</p>
<p>Note that a few tests currently fail on Windows. We are working to <p>Your output might look something like this:</p>
correct this. Therefore your output might look something like this:</p>
<tt><pre>lit.py: lit.cfg:152: note: using clang: 'C:/Tools/llvm/bin/Debug\\clang.EXE' <tt><pre>lit.py: lit.cfg:152: note: using clang: 'C:/Tools/llvm/bin/Release\\clang.EXE'
-- Testing: 1723 tests, 2 threads -- -- Testing: Testing: 2534 tests, 4 threads --
FAIL: Clang::(test path) (659 of 1723) Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
******************** TEST 'Clang::(test path)' FAILED ******************** Testing Time: 81.52s
Script: Expected Passes : 2503
(commands run) Expected Failures : 28
Command Output (stdout): Unsupported Tests : 3
(output here)
Command Output (stderr):
(output here)
********************
Testing Time: 83.66s
********************
Failing Tests (1):
Clang::(test path)
Expected Passes : 1704
Expected Failures : 18
Unexpected Failures: 1
</pre></tt> </pre></tt>
<p>The last statistic, "Unexpected Failures", is the important one.</p> <p>The statistic, "Unexpected Failures" (not shown if all tests pass), is the important one.</p>
<!--=====================================================================--> <!--=====================================================================-->
<h2 id="patches">Creating Patch Files</h2> <h2 id="patches">Creating Patch Files</h2>