Bug 165151

Summary: REGRESSION (r209058): API test StringBuilderTest.Equal failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: 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

Description Ryan Haddad 2016-11-29 12:06:04 PST
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
Comment 1 Ryan Haddad 2016-11-29 12:07:16 PST
The test was crashing up until http://trac.webkit.org/changeset/209074 was landed.
Comment 2 Ryan Haddad 2016-11-29 20:57:08 PST
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 ***