Skip to content

Instantly share code, notes, and snippets.

@brycelelbach
Created October 27, 2010 00:22
Show Gist options
  • Select an option

  • Save brycelelbach/648150 to your computer and use it in GitHub Desktop.

Select an option

Save brycelelbach/648150 to your computer and use it in GitHub Desktop.
make[1]: Entering directory `/home/wash/development/llvm-wc/tools/clang/test'
Making Clang 'lit.site.cfg' file...
--- Running clang tests for x86_64-unknown-linux-gnu ---
lit.py: lit.cfg:130: note: using clang: '/home/wash/development/llvm-wc/Release+Asserts/bin/clang'
FAIL: Clang :: Sema/recover-goto.c (1860 of 2630)
******************** TEST 'Clang :: Sema/recover-goto.c' FAILED ********************
Script:
--
/home/wash/development/llvm-wc/Release+Asserts/bin/clang -cc1 -fsyntax-only /home/wash/development/llvm-wc/tools/clang/test/Sema/recover-goto.c -verify
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics expected but not seen:
Line 4: use of undeclared label
2 errors generated.
--
********************
FAIL: Clang :: Sema/warn-unused-label.c (1920 of 2630)
******************** TEST 'Clang :: Sema/warn-unused-label.c' FAILED ********************
Script:
--
/home/wash/development/llvm-wc/Release+Asserts/bin/clang -cc1 -fsyntax-only -Wunused-label -verify /home/wash/development/llvm-wc/tools/clang/test/Sema/warn-unused-label.c
--
Exit Code: 1
Command Output (stderr):
--
error: 'warning' diagnostics seen but not expected:
Line 7: unused label 'c'
3 warnings and 1 error generated.
--
********************
FAIL: Clang :: SemaCXX/warn-unused-variables.cpp (2181 of 2630)
******************** TEST 'Clang :: SemaCXX/warn-unused-variables.cpp' FAILED ********************
Script:
--
/home/wash/development/llvm-wc/Release+Asserts/bin/clang -cc1 -fsyntax-only -Wunused-variable -Wunused-label -verify /home/wash/development/llvm-wc/tools/clang/test/SemaCXX/warn-unused-variables.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'warning' diagnostics seen but not expected:
Line 67: unused label 'l2'
4 warnings and 2 errors generated.
--
********************
Testing Time: 34.56s
********************
Failing Tests (3):
Clang :: Sema/recover-goto.c
Clang :: Sema/warn-unused-label.c
Clang :: SemaCXX/warn-unused-variables.cpp
Expected Passes : 2607
Expected Failures : 20
Unexpected Failures: 3
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/wash/development/llvm-wc/tools/clang/test'
make: *** [test] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment