Home
last modified time | relevance | path

Searched refs:should_fail (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dtest-assert.sh61 function should_fail { function
87 should_fail mapfile.guidance "link without sized data" \
90 should_fail mapfile.wrongtype "link with incorrect type in object (data v. function)" \
93 should_fail mapfile.wrongtype2 "link with incorrect type in object (common v. data)" \
96 should_fail mapfile.wrongsize "link with incorrect size in object" \
99 should_fail mapfile.wrongscope "link with incorrect scope in object" \
102 should_fail mapfile.wrongbits "link with incorrect shattr in object (nobits when bits)" \
105 should_fail mapfile.wrongbits2 "link with incorrect shattr in object (bits when nobits)" \
108 should_fail mapfile.unknown-assert "link with unknown assertion type" \
111 should_fail mapfile.unknown-type "link with unknown type value" \
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/parser/
H A Dtest-parser.sh60 function should_fail { function
84 should_fail mapfile.sizemult.wrong "link with integer multiplier syntax with wrong result" \
86 should_fail mapfile.sizemult.noterm "link with integer multiplier syntax with no terminating ]" \
89 should_fail mapfile.sizemult.twobegin "link with integer multiplier with two [s" \
92 should_fail mapfile.sizemult.overflow "link with integer multiplier that overflows" \
99 should_fail mapfile.addrsize.wrong "link with addrsized symbol with wrong value" \
102 should_fail mapfile.addrsize.substring "link with addrsized symbol with substring of valid name" \
105 should_fail mapfile.addrsize.superstring "link with addrsized symbol with superstring of valid name…