Bug 315261
| Summary: | REGRESSION(313554@main) [webkitpy] MeasureBuildTimeTest.test_clean_and_null_build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | Tools / Tests | Assignee: | Lauro Moura <lmoura> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | gsnedders, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
webkitpy.scripts.measure_build_time_unittest.MeasureBuildTimeTest.test_clean_and_null_build
Error:
Traceback (most recent call last):
File "/home/lauro/wkdev-shared/dev/WebKit/Tools/Scripts/webkitpy/scripts/measure_build_time_unittest.py", line 69, in test_clean_and_null_build
self.assertEqual(proc.returncode, 0)
AssertionError: 1 != 0
Originally, this test assumed we only had the clean and null builds, missing passing the `--tests` option to restrict the underlying tests.
Tentative patch incoming.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Pull request: https://github.com/WebKit/WebKit/pull/65374
EWS
Committed 313685@main (f86f3bb6f3a2): <https://commits.webkit.org/313685@main>
Reviewed commits have been landed. Closing PR #65374 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/177644426>
Ryan Haddad
*** Bug 315249 has been marked as a duplicate of this bug. ***