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
/home/eric/github/faker-cxx/cmake-build-debug/faker-cxx-UT --gtest_filter=* --gtest_color=no
Testing started at 2:32 PM ...
Running main() from /home/eric/github/faker-cxx/externals/googletest/googletest/src/gtest_main.cc
/home/eric/github/faker-cxx/src/modules/structure/StructureTest.cpp:95: Failure
Value of: std::ranges::any_of(titles, [tokens](const std::string& title) { return title == tokens.at(3); })
Actual: false
Expected: true
Failing on shouldGenerateCSV test
This is on the main branch of Faker-Cxx (as of writing this commit #387).
Replicable: Yes, I'm compiling this on gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 and you just have to run faker-cxx-UT and you'll get this error every ~5 times run.
The text was updated successfully, but these errors were encountered:
Failing on
shouldGenerateCSV
testThis is on the main branch of Faker-Cxx (as of writing this commit #387).
Replicable: Yes, I'm compiling this on
gcc (Ubuntu 11.4.0-1ubuntu1~22.04)
11.4.0 and you just have to runfaker-cxx-UT
and you'll get this error every ~5 times run.The text was updated successfully, but these errors were encountered: