WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
58690
new-run-webkit-tests: save stderr into the layout-test-results dir
https://bugs.webkit.org/show_bug.cgi?id=58690
Summary
new-run-webkit-tests: save stderr into the layout-test-results dir
Dirk Pranke
Reported
2011-04-15 13:49:55 PDT
new-run-webkit-tests: save stderr into the layout-test-results dir
Attachments
Patch
(3.00 KB, patch)
2011-04-15 13:50 PDT
,
Dirk Pranke
ojan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dirk Pranke
Comment 1
2011-04-15 13:50:27 PDT
Created
attachment 89846
[details]
Patch
Dirk Pranke
Comment 2
2011-04-15 13:51:24 PDT
Splitting the saving of the error text out from the display of it (which I'll let Ojan fix in the original bug).
David Levin
Comment 3
2011-04-15 13:56:25 PDT
Comment on
attachment 89846
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=89846&action=review
> Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:341 > tests_run = get_tests_run(['failures/expected/keybaord.html'], tests_included=True, flatten_batches=True)
btw, typo: keybaord
> Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:348 > + 'stuff going to stderr')
What makes the file contain "stuff going to stderr"?
Dirk Pranke
Comment 4
2011-04-15 14:02:06 PDT
(In reply to
comment #3
)
> (From update of
attachment 89846
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=89846&action=review
> > > Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:341 > > tests_run = get_tests_run(['failures/expected/keybaord.html'], tests_included=True, flatten_batches=True) > > btw, typo: keybaord
> Interesting. I'll fix that in a different bug.
> > Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py:348 > > + 'stuff going to stderr') > > What makes the file contain "stuff going to stderr"?
That is done at port/test.py:147, which has custom logic to fake output going to stderr for that particular test. That code has been there forever.
Ojan Vafai
Comment 5
2011-04-15 14:04:00 PDT
Comment on
attachment 89846
[details]
Patch Does this mean we're writing stderr into the test and into the stderr.txt? We should only be doing the latter. Fine with that being part of this patch or a separate patch though.
Dirk Pranke
Comment 6
2011-04-15 14:09:27 PDT
H(In reply to
comment #5
)
> (From update of
attachment 89846
[details]
) > Does this mean we're writing stderr into the test and into the stderr.txt? We should only be doing the latter. Fine with that being part of this patch or a separate patch though.
Hm. Good point, I had forgotten that the chromium ports were doing that. I'll fix that in a separate patch.
Dirk Pranke
Comment 7
2011-04-17 14:49:47 PDT
Committed
r84112
: <
http://trac.webkit.org/changeset/84112
>
Dirk Pranke
Comment 8
2011-04-18 11:08:25 PDT
grr. I don't know why I spaced and committed this yesterday w/o updating the baselines. This was rolled back in
r84127
/
bug 58690
.
Dirk Pranke
Comment 9
2011-04-18 12:52:25 PDT
double-grr:
comment #8
applies to
bug 58708
, not this bug. This patch was fine and didn't need to be rolled out.
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