Somehow, in r271049, ASan lit tests and unit tests were removed from “check-all”. Doesn’t seem intentional, let’s fix it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Doesn’t seem intentional, let’s fix it.
Agree, the purpose of the patch was to disable test on win64.
Thanks for the fix.
Comment Actions
Just did a bit of recall how it happened.. Originally I added only the "OR CMAKE_SIZEOF_VOID_P EQUAL 8" part to exclude some windows only tests for 64-bit. Then I tried to "extend the scope" to exclude other tests for it as well, and copy-pasted the condition without too much thinking..