Bug 53080
Summary: | When user terminates build, a success message is erroneously printed | ||
---|---|---|---|
Product: | WebKit | Reporter: | macadder1 |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Minor | CC: | aperez |
Priority: | P4 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
macadder1
If I Control-C while WebKit is building (as part of a build of Qt), I get the following output, which incorrectly suggests that WebKit built successfully:
^Cmake[3]: *** Deleting file `obj/release/TextResourceDecoder.o'
make[3]: *** [obj/release/TextResourceDecoder.o] Error 255
make[2]: *** [sub-WebCore-make_default-ordered] Interrupt
===========================================================
WebKit is now built (29m:15s).
To run QtTestBrowser with this newly-built code, use the
"WebKitTools/Scripts/run-launcher" script.
===========================================================
make[1]: *** [module-qtwebkit] Interrupt
make: *** [sub-qtwebkit-pri-make_default] Interrupt
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrian Perez
This doesn't work anymore since the switch to CMake, closing.