You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vsemozhetbyt opened this issue
Feb 28, 2018
· 3 comments
Labels
c++Issues and PRs that require attention from people who are familiar with C++.i18n-apiIssues and PRs related to the i18n implementation.testIssues and PRs related to the tests.
[ RUN ] URLTest.ToFilePathtest\cctest\test_url.cc(91): error: Value of: URL("file://xn--weird-prdj8vva.com/host/a").ToFilePath() Actual: "\\\\xn--weird-prdj8vva.com\\host\\a"Expected: "\\\\wͪ͊eiͬ͋rd.com\\host\\a"Which is: "\\\\w\xCD\xAA\xCD\x8A" "ei\xCD\xAC\xCD\x8Brd.com\\host\\a"[ FAILED ] URLTest.ToFilePath (0 ms)[----------] 7 tests from URLTest (31 ms total)[----------] Global test environment tear-down[==========] 41 tests from 6 test cases ran. (250 ms total)[ PASSED ] 40 tests.[ FAILED ] 1 test, listed below:[ FAILED ] URLTest.ToFilePath 1 FAILED TEST
Should it be skipped in such case?
The text was updated successfully, but these errors were encountered:
vsemozhetbyt
added
c++
Issues and PRs that require attention from people who are familiar with C++.
test
Issues and PRs related to the tests.
i18n-api
Issues and PRs related to the i18n implementation.
labels
Feb 28, 2018
c++Issues and PRs that require attention from people who are familiar with C++.i18n-apiIssues and PRs related to the i18n implementation.testIssues and PRs related to the tests.
From the output of
.\vcbuild without-intl test
:Should it be skipped in such case?
The text was updated successfully, but these errors were encountered: