File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030
3131 - shell : bash
3232 working-directory : build/
33- run : cmake $GITHUB_WORKSPACE -DEXT_DOWNLOAD=ON -DLIBEXT_TESTS=ON -G "Visual Studio 17 2022"
33+ run : cmake $GITHUB_WORKSPACE -DEXT_DOWNLOAD=ON -DLIBEXT_TESTS=ON -DLIBEXT_TESTS_NO_TIME_CRITICAL=ON - G "Visual Studio 17 2022"
3434
3535 - working-directory : build/
3636 run : cmake --build . --config ${{ matrix.build_type }}
5353
5454 - shell : bash
5555 working-directory : build/
56- run : cmake $GITHUB_WORKSPACE -DEXT_DOWNLOAD=ON -DLIBEXT_TESTS=ON -G "Visual Studio 17 2022" -T ClangCL
56+ run : cmake $GITHUB_WORKSPACE -DEXT_DOWNLOAD=ON -DLIBEXT_TESTS=ON -DLIBEXT_TESTS_NO_TIME_CRITICAL=ON - G "Visual Studio 17 2022" -T ClangCL
5757
5858 - working-directory : build/
5959 run : cmake --build . --config ${{ matrix.build_type }}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ TEST(util_memstream, imemstream_basic) {
3131
3232TEST (util_memstream, viewstream_size) {
3333 int size = sizeof (eu::viewstream);
34- ASSERT_GE (size, 250 );
34+ ASSERT_GE (size, 200 ); // much smaller on windows !!!
3535 ASSERT_LE (size, 450 );
3636}
3737
You can’t perform that action at this time.
0 commit comments