Bug 165151
| Summary: | REGRESSION (r209058): API test StringBuilderTest.Equal failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ap, darin, sam |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=165142 | ||
Ryan Haddad
API test StringBuilderTest.Equal failing
FAIL StringBuilderTest.Equal
/Volumes/Data/slave/yosemite-release/build/Tools/TestWebKitAPI/Tests/WTF/StringBuilder.cpp:226
Value of: builder1 == String()
Actual: false
Expected: true
https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK1%20%28Tests%29/builds/19933/steps/run-api-tests/logs/stdio
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
The test was crashing up until http://trac.webkit.org/changeset/209074 was landed.
Ryan Haddad
Duping to the original bug for the change that introduced this regression since it was rolled out.
*** This bug has been marked as a duplicate of bug 165003 ***