Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpfr
mpfr
Commits
0c0fa6d5
Commit
0c0fa6d5
authored
Nov 25, 2021
by
Vincent Lefevre
Browse files
Updated tests_run_within_valgrind() comment in "tests/tests.c".
parent
fee2bee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/tests.c
View file @
0c0fa6d5
...
...
@@ -1203,7 +1203,13 @@ tests_expect_abort (void)
#endif
}
/* Guess whether the test runs within Valgrind. */
/* Guess whether the test runs within Valgrind.
Note: This should work at least under Linux and Solaris.
If need be, support for macOS (with DYLD_INSERT_LIBRARIES) and
i386 FreeBSD on amd64 (with LD_32_PRELOAD) could be added; thanks
to Paul Floyd for the information.
Up-to-date information should be found at
<https://stackoverflow.com/a/62364698/3782797>. */
int
tests_run_within_valgrind
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment