X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/a81f0f5b213ff4bf7f273fd89c5b152176afa638..1aa75d411dd68f6e015a747a39b5179cb5573bb8:/tests/options.at diff --git a/tests/options.at b/tests/options.at index 2f85019..53eda46 100644 --- a/tests/options.at +++ b/tests/options.at @@ -8,8 +8,6 @@ dnl standard output. AT_SETUP([--help option]) AT_KEYWORDS([option])dnl -# Currently prints to standard error :( -AT_XFAIL_IF([:]) AT_CHECK([gob2 invalid-file.gob --help --invalid-option], [0], [ignore-nolog]) AT_CLEANUP @@ -19,8 +17,6 @@ dnl standard output, and contains the correct version number. AT_SETUP([--version option]) AT_KEYWORDS([option])dnl -# Currently prints to standard error :( -AT_XFAIL_IF([:]) AT_CHECK([gob2 invalid-file.gob --version --invalid-option], [0], [stdout]) AT_CHECK([awk 'NR == 1 { print $NF }' stdout], [0], [AT_PACKAGE_VERSION ]) @@ -302,10 +298,6 @@ AT_DATA([test.gob], [[class :Test from G:Object } ]]) -m4_if(OPTION, [--no-touch-headers], -[#Currently, the private header is modified even with --no-touch-headers. -AT_XFAIL_IF([:])])dnl - AT_CHECK([gob2 test.gob]) touch test-c test-h test-private TEST_MTIME_DELAY @@ -426,9 +418,6 @@ class :Test from G:Object } ]]) -# --no-gnu is currently busted for the get_type function declaration. -AT_XFAIL_IF([:]) - AT_CHECK([gob2 test.gob]) AT_CHECK([cat test*.h test.c | grep '_GNUC_' >/dev/null], [0])