Bug 300276
| Summary: | [TestWebKitAPI][GTK][WPE] Use the custom main() for TestJavaScriptCore | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | Keywords: | DoNotImportToRadar |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fujii Hironori
Only TestJavaScriptCore doesn't use TestWebKitAPI's custom main(), and emits the google tests default message.
https://build.webkit.org/#/builders/57/builds/21559/steps/26/logs/stdio
> Running main() from /home/buildbot-worker/GTK-Linux-64-bit-Release-Build/build/Source/ThirdParty/gtest/src/gtest_main.cc
> Note: Google Test filter = JavaScriptCore_DisallowVMEntry.NestedScopes
> [==========] Running 1 test from 1 test suite.
> [----------] Global test environment set-up.
> [----------] 1 test from JavaScriptCore_DisallowVMEntry
> [ RUN ] JavaScriptCore_DisallowVMEntry.NestedScopes
> [ OK ] JavaScriptCore_DisallowVMEntry.NestedScopes (5 ms)
> [----------] 1 test from JavaScriptCore_DisallowVMEntry (5 ms total)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/51903
EWS
Committed 301111@main (9e98f550b371): <https://commits.webkit.org/301111@main>
Reviewed commits have been landed. Closing PR #51903 and removing active labels.