[Webkit-unassigned] [Bug 204484] Impossible to debug webkitpy tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 18:47:24 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204484

--- Comment #4 from Jonathan Bedard <jbedard at apple.com> ---
It does weird things with newlines, but when I do:

....
def test_diff_text(self):
    print '\n\nfoo'
    port = self.make_port()
    # Make sure that we don't run into decoding exceptions when the
    # filenames are unicode, with regular or malformed input (expected or
    # actual input is always raw bytes, not unicode).
...

I see:

Skipping QueueStatusServer tests; the Google AppEngine Python SDK is not installed.
Suppressing most webkitpy logging while running unit tests.
Skipping tests in the following modules or packages because they are really, really, slow:
    webkitpy.common.checkout.scm.scm_unittest
    (https://bugs.webkit.org/show_bug.cgi?id=31818; use --all to include)

[619/1932] webkitpy.performance_tests.perftest_unittest.TestPerfTest.test_parse_output_with_detailed_info passed                   

foo
Ran 1932 tests in 7.581s                                                                                                                   

OK

I still think this bug stands though, because you're definitely right about info logging.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191122/b444f7ea/attachment-0001.htm>


More information about the webkit-unassigned mailing list