WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 63793
67164
[nrwt] Broken output when writing new test results
https://bugs.webkit.org/show_bug.cgi?id=67164
Summary
[nrwt] Broken output when writing new test results
Alexey Proskuryakov
Reported
2011-08-29 16:19:16 PDT
This is the output that I'm currently getting from NRWT on Lion (there is a test landed without results): compositing/tiling/crash-reparent-tiled-layer.html -> unexpected text diff mismatch http/tests/appcache/origin-usage.html -> unexpected text diff mismatch css2.1/t0602-c13-inheritance-00-e.html -> unexpected text diff mismatch http/tests/cookies/simple-cookies-max-age.html -> unexpected text diff mismatch canvas/philip/tests/2d.path.stroke.prune.arc.html -> unexpected text diff mismatch fast/canvas/webgl/canvas-test.html -> unexpected text diff mismatch Testing (38%): 10203 ran as expectedWriting new expected result "fast/exclusions/triangle-exclusion-expected.txt" fast/exclusions/triangle-exclusion.html -> unexpected no expected result found fast/files/create-blob-url-crash.html -> unexpected text diff mismatch fast/text/complex-preferred-logical-widths.html -> unexpected text diff mismatch fast/text/hyphenate-locale.html -> unexpected text diff mismatch The line for "Writing new expected result" looks wrong.
Attachments
Add attachment
proposed patch, testcase, etc.
Dirk Pranke
Comment 1
2011-08-29 16:26:27 PDT
By "looks wrong" I'm guessing you mean that there should've been a carriage return in between "expected" and "Writing"? This is a known flaw in the way stuff gets logged to stderr in NRWT by default; messages in the worker processes interleave with the "progress meter" in the manager process. We have not bothered to implement the "general" solution that would coordinate messages between processes; the hack we normally employ is to print a blank line before printing messages from the workers. Such a hack is a trivial fix.
Dirk Pranke
Comment 2
2012-06-08 18:59:18 PDT
this is actually a duplicate of 63793. *** This bug has been marked as a duplicate of
bug 63793
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug