Bug 315249
| Summary: | REGRESSION(313554@main): webkitpy.scripts.measure_build_time_unittest.MeasureBuildTimeTest.test_clean_and_null_build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | emw, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=315127 | ||
Sam Sneddon [:gsnedders]
```
'./Tools/Scripts/test-webkitpy' 'webkitpy.scripts.measure_build_time_unittest.MeasureBuildTimeTest.test_clean_and_null_build'
Suppressing most webkitpy logging while running unit tests.
[1/1] webkitpy.scripts.measure_build_time_unittest.MeasureBuildTimeTest.test_clean_and_null_build failed:
Traceback (most recent call last):
File "/Volumes/gsnedders/projects/Safari/OpenSource/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
Ran 1 test in 0.163s
FAILED (failures=1, errors=0)
```
This bisects to 313554@main.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177574839>
Ryan Haddad
Sorry for the forward dupe, but Lauro fixed this in https://bugs.webkit.org/show_bug.cgi?id=315261
*** This bug has been marked as a duplicate of bug 315261 ***