[PATCH] D33045: [libclang] Avoid more stats than necessary for reparse.

Nikolai Kosjar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 10 08:38:38 PDT 2017


nik added a comment.

Hmm, looks like libclang/libclangTests/LibclangReparseTest.ReparseWithModule is flaky?

FAIL: Clang-Unit :: libclang/libclangTests/LibclangReparseTest.ReparseWithModule (10699 of 10701)

- TEST 'Clang-Unit :: libclang/libclangTests/LibclangReparseTest.ReparseWithModule' FAILED ********************

Note: Google Test filter = LibclangReparseTest.ReparseWithModule
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from LibclangReparseTest
[ RUN      ] LibclangReparseTest.ReparseWithModule
LIBCLANG FATAL ERROR: Unexpected end of file

********************

Testing Time: 61.30s

********************

Failing Tests (1):

    Clang-Unit :: libclang/libclangTests/LibclangReparseTest.ReparseWithModule
  
  Expected Passes    : 10621
  Expected Failures  : 19
  Unsupported Tests  : 60
  Unexpected Failures: 1

tools/clang/test/CMakeFiles/check-clang.dir/build.make:57: recipe for target 'tools/clang/test/CMakeFiles/check-clang' failed
make[3]: *** [tools/clang/test/CMakeFiles/check-clang] Error 1
CMakeFiles/Makefile2:33822: recipe for target 'tools/clang/test/CMakeFiles/check-clang.dir/all' failed
make[2]: *** [tools/clang/test/CMakeFiles/check-clang.dir/all] Error 2
CMakeFiles/Makefile2:33829: recipe for target 'tools/clang/test/CMakeFiles/check-clang.dir/rule' failed
make[1]: *** [tools/clang/test/CMakeFiles/check-clang.dir/rule] Error 2
Makefile:7932: recipe for target 'check-clang' failed
make: *** [check-clang] Error 2
zsh: exit 2     make check-clang


https://reviews.llvm.org/D33045





More information about the cfe-commits mailing list