Vladislav Shchapov

Results 208 comments of Vladislav Shchapov

@CookiePLMonster, Please fix the compilation error in Mingw (AppVeyor CI). ``` [ 5%] Building CXX object test/CMakeFiles/filesystem_test.dir/filesystem_test.cpp.obj In file included from C:\projects\filesystem\test\filesystem_test.cpp:62:0: C:/projects/filesystem/include/ghc/filesystem.hpp: In function 'void ghc::filesystem::detail::timeToFILETIME(time_t, FILETIME&)': C:/projects/filesystem/include/ghc/filesystem.hpp:2245:37: error:...

@gulrak, please tell me, do you plan to continue working on the https://github.com/gulrak/filesystem/tree/feature-130-shared-library-support branch?

@alexey-katranov Mach semaphore can be replaced with dispatch semaphore (https://developer.apple.com/documentation/dispatch/dispatch_semaphore). I don't know how it affects to performance, but it will suppress false positive thread sanitizer errors.

Commit: cd6a5f9f4a5bae9fc157fa03093c17b9f861c9f2 The behavior doesn't change.

Is this a bug in the tests, not in oneTBB library? This is good news for me!

@alexey-katranov Debug build works fine: ``` phprus@mbp debug % ./appleclang_13.0_cxx17_64_debug/test_global_control [doctest] doctest version is "2.4.7" [doctest] run with "--help" for options =============================================================================== [doctest] test cases: 4 | 4 passed |...

@alexey-katranov Commit: 29fb19bf041ebdc4a0ec842700c000ba913dff96 (https://github.com/oneapi-src/oneTBB/tree/dev/alexey-katranov/exp-seq-cst) ``test_global_control`` and ``test_arena_constraints`` (https://github.com/oneapi-src/oneTBB/issues/756) works without hangs.

I limited the total run times to 15 minutes...