Searched refs:xfail (Results 1 – 9 of 9) sorted by relevance
36 xfail() { # fail test command function85 xfail grep -i "failed" $OUTFILE86 xfail grep -i "error" $OUTFILE97 xfail $BOOTCONF -a $TEMPCONF $INITRD105 xfail $BOOTCONF -a $TEMPCONF $INITRD133 xfail grep -q "bar" $OUTFILE134 xfail grep -q "baz" $OUTFILE
96 #define DEFINE_TEST_DRIVER(name, var_type, which, xfail) \ argument147 (xfail) ? "X" : "", sum); \148 return (xfail) ? 0 : 1; \
95 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \127 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
77 .status-xfail {
45 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
103 at_res=xfail
1654 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \1686 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
4275 usually preceded by the keyword 'target' or 'xfail'.4280 '{ dg-do DO-WHAT-KEYWORD [{ target/xfail SELECTOR }] }'4304 '{ xfail SELECTOR }' and the selector is met then the test is4305 expected to fail. The 'xfail' clause is ignored for other values4306 of DO-WHAT-KEYWORD; those tests can use directive 'dg-xfail-if'.4412 '{ dg-xfail-if COMMENT { SELECTOR } [{ INCLUDE-OPTS } [{ EXCLUDE-OPTS }]] }'4416 '{ dg-xfail-run-if COMMENT { SELECTOR } [{ INCLUDE-OPTS } [{ EXCLUDE-OPTS }]] }'4433 '{ dg-error REGEXP [COMMENT [{ target/xfail SELECTOR } [LINE] ]] }'4441 '{ dg-warning REGEXP [COMMENT [{ target/xfail SELECTOR } [LINE] ]] }'4449 '{ dg-message REGEXP [COMMENT [{ target/xfail SELECTOR } [LINE] ]] }'[all …]