Annotate pragma/err.invalidlibdep.ksh as EXFAIL.
The test creates a D library with a "depends_on library" pragma referencing a non-existent library, and expects compilation to fail. However, as far as I can tell, libdtrace is supposed simply abort compilation of the library in this case, and continue. This behaviour is desirable when adding libraries which depend on optional KLDs, for example. MFC after: 1 week
This commit is contained in:
parent
b92d733883
commit
9a2306e46d
@ -139,6 +139,11 @@ exclude EXFAIL common/pid/tst.newprobes.ksh
|
|||||||
exclude EXFAIL common/pid/tst.provregex2.ksh
|
exclude EXFAIL common/pid/tst.provregex2.ksh
|
||||||
exclude EXFAIL common/pid/tst.provregex4.ksh
|
exclude EXFAIL common/pid/tst.provregex4.ksh
|
||||||
|
|
||||||
|
# This test appears to be invalid. dtrace is supposed to press on if a
|
||||||
|
# depends_on pragma cannot be satisfied, per the comment above
|
||||||
|
# dt_load_libs_dir() in libdtrace.
|
||||||
|
exclude EXFAIL common/pragma/err.invalidlibdep.ksh
|
||||||
|
|
||||||
# This test checks for a leading tab on a line before #define. That is illegal
|
# This test checks for a leading tab on a line before #define. That is illegal
|
||||||
# on Solaris, but the clang pre-processor on FreeBSD is happy with code like
|
# on Solaris, but the clang pre-processor on FreeBSD is happy with code like
|
||||||
# that.
|
# that.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user