Bug 150153 - [EFL, AppleWin] WTF.ConcatenateCharacterArrayAndEmptyString API test failed
Summary: [EFL, AppleWin] WTF.ConcatenateCharacterArrayAndEmptyString API test failed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-14 19:45 PDT by Hunseop Jeong
Modified: 2015-10-16 22:14 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-10-14 19:45:45 PDT
**FAIL** WTF.ConcatenateCharacterArrayAndEmptyString

../../Tools/TestWebKitAPI/Tests/WTF/StringOperators.cpp:204
Value of: static_cast<unsigned>(4)
  Actual: 4
Expected: concatenation.length()
Which is: 5
Comment 1 Hunseop Jeong 2015-10-14 21:54:19 PDT
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.
Comment 2 Alexey Proskuryakov 2015-10-16 15:44:12 PDT
Andreas, will you have a chance to look into this soon?
Comment 3 Andreas Kling 2015-10-16 21:49:40 PDT
Committed r191236: <http://trac.webkit.org/changeset/191236>
Comment 4 Andreas Kling 2015-10-16 21:50:47 PDT
(In reply to comment #2)
> Andreas, will you have a chance to look into this soon?

Thanks for the reminder! :)
Comment 5 Alexey Proskuryakov 2015-10-16 22:14:15 PDT
Thank you!