Running the tests as of b50ced8 in cygwin (64bit) results in:
$ make test
g++ -fsyntax-only simplecpp.cpp && ./testrunner && python run-tests.py
TODO -E testsuite/clang-preprocessor-tests/c99-6_10_3_4_p5.c
TODO -E testsuite/clang-preprocessor-tests/c99-6_10_3_4_p6.c
FAILED -E testsuite/clang-preprocessor-tests/clang_headers.c
TODO -DA=1 -E testsuite/clang-preprocessor-tests/cxx_compl.cpp
TODO -E testsuite/clang-preprocessor-tests/cxx_oper_keyword_ms_compat.cpp
TODO -E testsuite/clang-preprocessor-tests/expr_usual_conversions.c
FAILED -E testsuite/clang-preprocessor-tests/has_attribute.cpp
TODO -E -Dfoo='bar\' testsuite/clang-preprocessor-tests/macro_backslash.c
TODO -E testsuite/clang-preprocessor-tests/macro_expand.c
TODO -E testsuite/clang-preprocessor-tests/macro_fn_comma_swallow.c
TODO -E testsuite/clang-preprocessor-tests/macro_fn_comma_swallow2.c
TODO -E -DNAMED testsuite/clang-preprocessor-tests/macro_fn_comma_swallow2.c
TODO -E testsuite/clang-preprocessor-tests/macro_fn_disable_expand.c
TODO -E testsuite/clang-preprocessor-tests/macro_fn_lparen_scan.c
TODO -E testsuite/clang-preprocessor-tests/macro_paste_commaext.c
TODO -E testsuite/clang-preprocessor-tests/macro_paste_hard.c
TODO -E testsuite/clang-preprocessor-tests/macro_rescan_varargs.c
TODO -E testsuite/clang-preprocessor-tests/stdint.c
TODO -E -Dint=a -Duint=b -D_t=c -DINT=d -DUINT=e -D_MIN=f -D_MAX=g testsuite/clang-preprocessor-tests/stdint.c
TODO -E -DTEST1 testsuite/clang-preprocessor-tests/stringize_misc.c
TODO -E testsuite/gcc-preprocessor-tests/diagnostic-pragma-1.c
FAILED -E testsuite/gcc-preprocessor-tests/normalize-3.c
TODO -E testsuite/gcc-preprocessor-tests/pr45457.c
TODO -E testsuite/gcc-preprocessor-tests/pr57580.c
FAILED -E testsuite/gcc-preprocessor-tests/pr63831-1.c
FAILED -E testsuite/gcc-preprocessor-tests/pr63831-2.c
FAILED -E testsuite/gcc-preprocessor-tests/pr65238-1.c
FAILED -E testsuite/gcc-preprocessor-tests/ucnid-2011-1.c
FIXED pr58844-1.c
FIXED pr58844-2.c
Number of tests: 176
Number of skipped: 15
Number of todos: 21
Number of failed: 7
I assume the FAILURES are all unexpected?
Running the tests as of b50ced8 in cygwin (64bit) results in:
I assume the FAILURES are all unexpected?