We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0f59d commit b17e196Copy full SHA for b17e196
test/tarantool-c-tests/gh-8594-sysprof-ffunc-crash.test.c
@@ -17,7 +17,7 @@
17
18
/*
19
* XXX: The test is *very* Linux/x86_64 specific. Fortunately, so
20
- * does the sampling profiler. <lj_arch.> is needed for LUAJIT_OS
+ * does the sampling profiler. <lj_arch.h> is needed for LUAJIT_OS
21
* and LUAJIT_TARGET.
22
*/
23
#include "lj_arch.h"
@@ -270,7 +270,7 @@ static int test_tostring_call(void *ctx)
270
271
static int test_tostring_call(void *ctx)
272
{
273
- return skip_all("sysprof is implemented for Linux/x86_64 only");
+ return skip("sysprof is implemented for Linux/x86_64 only");
274
}
275
276
#endif /* LUAJIT_OS == LUAJIT_OS_LINUX && LUAJIT_TARGET == LUAJIT_ARCH_X64 */
0 commit comments