This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Build Pass from file name hyphen->underscore
- From: naresh kamboju <naresh dot kernel at gmail dot com>
- To: systemtap at sources dot redhat dot com
- Cc: "Frank Ch. Eigler" <fche at redhat dot com>, wenji dot huang at oracle dot com, Masami Hiramatsu <mhiramat at redhat dot com>, David Howells <dhowells at redhat dot com>
- Date: Wed, 2 Dec 2009 18:41:17 +0530
- Subject: Build Pass from file name hyphen->underscore
Hi,
I have been investigating SystemTap test suite, its sub modules and
expected pass and expected failures.
As per my investigation I have noticed there are test cases name with
– hyphen are not able to build. When I have changed it to underscore _
it is able to build.
As per stap, If you add ‘-‘ (hyphen) in the file name, then stap is
able to consider as invalid module name.
BUILD_FAIL BUILD_PASS
aux_syscalls-embedded.stp -> aux_syscalls_embedded.stp
There were almost 36 test cases in this category.
Are considering these expected failures?
Best regards
Naresh Kamboju