-
Notifications
You must be signed in to change notification settings - Fork 45
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
HOW CAN I SOLVE THIE PROBLEM,THANKS #254
Comments
@gavinjou818, can you please provide some details about your system, CMake version, Python version and other info so that I have a shot at reproducing the problem? You can also provide this info by doing:
That will post to the TriBItS CDash site and then I can see some of this stuff myself. |
That is a reasonable system. Can you run:
and then attach the file That will tell me what is actually failing. |
ctest output details. ctest -VV output details (click to expand)
|
@gavinjou818, this looks to be an internationalization problem assuming tools returning English text. For example, the below test is Expecting output from
I suspect there may be something similar going on with the TriBITS_CheckinTest_UnitTests (but I would have to reproduce for myself to see the details for why it failed). I don't think these failures don't represent problems with the TriBITS software, only with the tests assuming tools returning standard English output. It may be pretty hard to keep these tests very strong and also make them work for all languages. It is likely better to just exclude these tests when it detects a non-English env (but I am not sure how to do that). Any suggestions of a portable way to do this? |
I'm sorry , i have no idea about how to be compatible with different language env,i try to change my system to english env and rebuild this project again.. Thanks for your help.. |
@gavinjou818, glad this is working for you now. Closing as complete. |
The text was updated successfully, but these errors were encountered: