[cfe-dev] tests of bindings/python fail?

Eli Bendersky eliben at gmail.com
Fri Jul 1 23:14:04 PDT 2011


On a clean checkout + build of Clang from trunk, taken yesterday, I run:

~/test/llvm/tools/clang/bindings/python$ nosetests -v

tests.cindex.test_cursor.test_get_children ... FAIL
tests.cindex.test_cursor_kind.test_name ... ok
tests.cindex.test_cursor_kind.test_get_all_kinds ... ok
Check that every kind classifies to exactly one group. ... FAIL
tests.cindex.test_diagnostics.test_diagnostic_warning ... ok
tests.cindex.test_diagnostics.test_diagnostic_note ... ok
tests.cindex.test_diagnostics.test_diagnostic_fixit ... ok
tests.cindex.test_diagnostics.test_diagnostic_range ... ok
tests.cindex.test_index.test_create ... ok
tests.cindex.test_index.test_parse ... ok
tests.cindex.test_translation_unit.test_spelling ... ok
tests.cindex.test_translation_unit.test_cursor ... ok
tests.cindex.test_translation_unit.test_parse_arguments ... ok
tests.cindex.test_translation_unit.test_reparse_arguments ... ok
tests.cindex.test_translation_unit.test_unsaved_files ... ok
tests.cindex.test_translation_unit.test_unsaved_files_2 ... ok
tests.cindex.test_translation_unit.test_includes ... FAIL
...
<snip detailed failure reports>

Is this something with my setup, or do others see these failures as well?

Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110702/72c7dbc7/attachment.html>


More information about the cfe-dev mailing list