Bug 150153
| Summary: | [EFL, AppleWin] WTF.ConcatenateCharacterArrayAndEmptyString API test failed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hunseop Jeong <hs85.jeong> |
| Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, bfulgham, ggaren, gyuyoung.kim, kling, lucas.de.marchi, ossy, ryanhaddad |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Hunseop Jeong
**FAIL** WTF.ConcatenateCharacterArrayAndEmptyString
../../Tools/TestWebKitAPI/Tests/WTF/StringOperators.cpp:204
Value of: static_cast<unsigned>(4)
Actual: 4
Expected: concatenation.length()
Which is: 5
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hunseop Jeong
WTF.ConcatenateCharacterArrayAndEmptyString test added at r191069.
https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/54546/steps/run-api-tests/logs/stdio
Apple Win7 also got the failed result.
If I run only WTF.ConcatenateCharacterArrayAndEmptyString then it pass, but I run all tests then it failed.
Alexey Proskuryakov
Andreas, will you have a chance to look into this soon?
Andreas Kling
Committed r191236: <http://trac.webkit.org/changeset/191236>
Andreas Kling
(In reply to comment #2)
> Andreas, will you have a chance to look into this soon?
Thanks for the reminder! :)
Alexey Proskuryakov
Thank you!