disable assembly tests for googlebenchmark#24423
disable assembly tests for googlebenchmark#24423Crivella merged 1 commit intoeasybuilders:developfrom
Conversation
|
Test report by @Thyre |
|
@boegelbot please test @ jsc-zen3 |
|
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3471797898 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @Crivella |
|
Going in, thanks @Thyre! |
(created using
eb --new-pr)Avoids error messages like
Click to open
in the test suite. This change was already made for 2025b. So this PR just backports this to older toolchains as well.
As mentioned in google/benchmark#1326 (comment), these tests are highly OS and compiler dependent, therefore can easily fail if the configuration is just a little bit off.
Generally, the tests are only enabled when
FileCheckis found. Since we do not provide that as a dependency, it is pulled in from the system. So we'd better disable this generally to be consistent...