Home
last modified time | relevance | path

Searched refs:xunit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DApple-stage2.cmake85 set(LLVM_LIT_ARGS "--xunit-xml-output=testresults.xunit.xml -v" CACHE STRING "")
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dfail_with_control_chars.txt2 # This tests checks that the xunit output correctly escapes them in the XML.
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c1572 const char *xunit; in config_devalloc() local
1617 xunit = number(&num[sizeof(num)], myunit); in config_devalloc()
1618 lunit = &num[sizeof(num)] - xunit; in config_devalloc()
1628 memcpy(dev->dv_xname + lname, xunit, lunit); in config_devalloc()