-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't run gtest after #106 #116
Comments
@euphony-io/all-ca-members |
I can't believe this problem happens in other versions. |
@yeonns API 30API 24 + API 30 |
@kuro11pow2 Sorry for late response. There are two types of errors. I don't know why. 😢 Development Environment
Build Log (Error Type1)
Build Log(Error Type2)Build Success Environment
INSTANTIATE_TEST_CASE_P(
ChrasetDecodingTestSuite,
UTF32CharsetTestFixture,
::testing::Values(
TestParamType("a", "00000061")
));
INSTANTIATE_TEST_CASE_P(
ChrasetDecodingTestSuite,
UTF16CharsetTestFixture,
::testing::Values(
TestParamType("가", "ac00"),
TestParamType("36.5℃", "00330036002e00352103")
)); |
Let me test those cases!! |
@yeonns I'm going to check S20 FE device with same environment! |
As the number of gtests increases, the build fails on API30 as it does with API28.
On API30, the build fails after 285 tests.
limitation
The text was updated successfully, but these errors were encountered: