Re: [webkit-dev] Some stderr output missing when using run-webkit-tests

2012-10-29 Thread Dana Jansens
On Mon, Oct 29, 2012 at 6:59 PM, Dirk Pranke dpra...@chromium.org wrote:
 If that's the case, it's a bug, and new to me.

The output was present on the results page, but it would only include
the first, maybe, 60 lines or so.

- Dana


 -- Dirk

 On Mon, Oct 29, 2012 at 3:42 PM, Terry Anderson tdander...@chromium.org 
 wrote:
 I was actually noticing that some of the stderr output was missing from a
 failing test, not a passing one.

 Terry


 On Sun, Oct 28, 2012 at 8:42 PM, Dirk Pranke dpra...@chromium.org wrote:

 As Balazs said, we don't save the stderr output from tests that pass.
 So, you don't have to crash, but your tests have to at least fail. It
 wouldn't be hard to change that somehow ...

 -- Dirk

 On Sun, Oct 28, 2012 at 4:29 PM, Terry Anderson tdander...@chromium.org
 wrote:
  Hi webkit-dev,
 
  When I include fprintf(stderr, ...) statements in WebKit code that I
  expect
  to be executed when running a set of layout tests, the summary page of
  run-webkit-tests will sometimes only show a subset of these statements.
  However, when I add a CRASH() somewhere in the code, the missing
  stderr
  output will appear on the summary page. Has anyone else experienced this
  issue? Is there a way to force run-webkit-tests to display all stderr
  output
  without needing to force a crash at a particular point in the code?
 
  Terry
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo/webkit-dev
 


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Some stderr output missing when using run-webkit-tests

2012-10-28 Thread Terry Anderson
Hi webkit-dev,

When I include fprintf(stderr, ...) statements in WebKit code that I expect
to be executed when running a set of layout tests, the summary page of
run-webkit-tests will sometimes only show a subset of these statements.
However, when I add a CRASH() somewhere in the code, the missing stderr
output will appear on the summary page. Has anyone else experienced this
issue? Is there a way to force run-webkit-tests to display all stderr
output without needing to force a crash at a particular point in the code?

Terry
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Some stderr output missing when using run-webkit-tests

2012-10-28 Thread Balazs Kelemen

On 10/29/2012 12:29 AM, Terry Anderson wrote:

Hi webkit-dev,

When I include fprintf(stderr, ...) statements in WebKit code that I 
expect to be executed when running a set of layout tests, the summary 
page of run-webkit-tests will sometimes only show a subset of these 
statements. However, when I add a CRASH() somewhere in the code, the 
missing stderr output will appear on the summary page. Has anyone 
else experienced this issue? Is there a way to force run-webkit-tests 
to display all stderr output without needing to force a crash at a 
particular point in the code?


Terry


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


The summary page only shows the stderr output of the failed tests. I 
also annoyed me sometimes, probably this should be changed.


kbalazs
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev