Skip to content

Instantly share code, notes, and snippets.

@sam-mccall
Created April 24, 2019 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam-mccall/bb73940e27a79ee41523e52048872f26 to your computer and use it in GitHub Desktop.
Save sam-mccall/bb73940e27a79ee41523e52048872f26 to your computer and use it in GitHub Desktop.
[0/1] Running the Clang regression tests
-- Testing: 14679 tests, 48 threads --
Testing: 0 .. 10..
FAIL: Clang :: CodeGen/ppc-mmintrin.c (2718 of 14679)
******************** TEST 'Clang :: CodeGen/ppc-mmintrin.c' FAILED ********************
Script:
--
: 'RUN: at line 3'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -S -emit-llvm -target powerpc64-gnu-linux -mcpu=pwr8 -DNO_WARN_X86_INTRINSICS /usr/local/google/home/sammccall/src/llvm-mono/clang/test/CodeGen/ppc-mmintrin.c -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | /usr/local/google/home/sammccall/llvmbuild-mono/bin/FileCheck /usr/local/google/home/sammccall/src/llvm-mono/clang/test/CodeGen/ppc-mmintrin.c --check-prefixes=CHECK,CHECK-BE
: 'RUN: at line 5'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -S -emit-llvm -target powerpc64le-gnu-linux -mcpu=pwr8 -DNO_WARN_X86_INTRINSICS /usr/local/google/home/sammccall/src/llvm-mono/clang/test/CodeGen/ppc-mmintrin.c -fno-discard-value-names -mllvm -disable-llvm-optzns -o - | llvm-cxxfilt | /usr/local/google/home/sammccall/llvmbuild-mono/bin/FileCheck /usr/local/google/home/sammccall/src/llvm-mono/clang/test/CodeGen/ppc-mmintrin.c --check-prefixes=CHECK,CHECK-LE
--
Exit Code: 2
Command Output (stderr):
--
/usr/local/google/home/sammccall/llvmbuild-mono/tools/clang/test/CodeGen/Output/ppc-mmintrin.c.script: line 1: llvm-cxxfilt: command not found
FileCheck error: '-' is empty.
FileCheck command line: /usr/local/google/home/sammccall/llvmbuild-mono/bin/FileCheck /usr/local/google/home/sammccall/src/llvm-mono/clang/test/CodeGen/ppc-mmintrin.c --check-prefixes=CHECK,CHECK-BE
--
********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: PCH/pragma-cuda-force-host-device.cu (7499 of 14679)
******************** TEST 'Clang :: PCH/pragma-cuda-force-host-device.cu' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -emit-pch /usr/local/google/home/sammccall/src/llvm-mono/clang/test/PCH/pragma-cuda-force-host-device.cu -o /usr/local/google/home/sammccall/llvmbuild-mono/tools/clang/test/PCH/Output/pragma-cuda-force-host-device.cu.tmp
: 'RUN: at line 2'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -verify -verify-ignore-unexpected=note -include-pch /usr/local/google/home/sammccall/llvmbuild-mono/tools/clang/test/PCH/Output/pragma-cuda-force-host-device.cu.tmp -fsyntax-only /usr/local/google/home/sammccall/src/llvm-mono/clang/test/PCH/pragma-cuda-force-host-device.cu
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/PCH/pragma-cuda-force-host-device.cu Line 24: reference to __host__ function 'host_only' in __device__ function
1 error generated when compiling for host.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: Clang :: Parser/cuda-force-host-device.cu (7601 of 14679)
******************** TEST 'Clang :: Parser/cuda-force-host-device.cu' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -fsyntax-only -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/Parser/cuda-force-host-device.cu
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/Parser/cuda-force-host-device.cu Line 26: reference to __host__ function 'i' in __device__ function
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/Parser/cuda-force-host-device.cu Line 13: 'i' declared here
2 errors generated when compiling for host.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50..
FAIL: Clang :: SemaCUDA/function-overload.cu (8896 of 14679)
******************** TEST 'Clang :: SemaCUDA/function-overload.cu' FAILED ********************
Script:
--
: 'RUN: at line 4'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -triple x86_64-unknown-linux-gnu -fsyntax-only -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu
: 'RUN: at line 5'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -triple nvptx64-nvidia-cuda -fsyntax-only -fcuda-is-device -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 107: reference to __device__ function 'd' in __host__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 109: reference to __device__ function 'cd' in __host__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 133: reference to __host__ function 'h' in __device__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 135: reference to __host__ function 'ch' in __device__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 143: reference to __global__ function 'g' in __device__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 154: reference to __host__ function 'h' in __global__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 156: reference to __host__ function 'ch' in __global__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-overload.cu Line 164: reference to __global__ function 'g' in __global__ function
8 errors generated when compiling for host.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50..
FAIL: Clang :: SemaCUDA/host-device-constexpr.cu (8897 of 14679)
******************** TEST 'Clang :: SemaCUDA/host-device-constexpr.cu' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -std=c++11 -fsyntax-only -verify -isystem /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/Inputs /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu
: 'RUN: at line 2'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -std=c++11 -fsyntax-only -verify -isystem /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/Inputs /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu -fcuda-is-device
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu Line 49: reference to __device__ function 'DeviceOnly' in __host__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu Line 56: reference to __host__ function 'HostOnly' in __device__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu Line 60: reference to __host__ function 'Variadic' in __device__ function
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu Line 20: 'DeviceOnly' declared here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu Line 18: 'HostOnly' declared here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/host-device-constexpr.cu Line 44: 'Variadic' declared here
6 errors generated when compiling for host.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50..
FAIL: Clang :: SemaCUDA/function-target.cu (8899 of 14679)
******************** TEST 'Clang :: SemaCUDA/function-target.cu' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -fsyntax-only -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-target.cu
: 'RUN: at line 2'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -fsyntax-only -fcuda-is-device -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-target.cu
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-target.cu Line 17: reference to __device__ function 'h1d' in __host__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-target.cu Line 29: reference to __host__ function 'd1h' in __device__ function
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-target.cu Line 7: 'h1d' declared here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/function-target.cu Line 23: 'd1h' declared here
4 errors generated when compiling for host.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50..
FAIL: Clang :: SemaCUDA/no-host-device-constexpr.cu (8923 of 14679)
******************** TEST 'Clang :: SemaCUDA/no-host-device-constexpr.cu' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -std=c++11 -fsyntax-only -fno-cuda-host-device-constexpr -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/no-host-device-constexpr.cu
: 'RUN: at line 2'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -std=c++11 -fsyntax-only -fno-cuda-host-device-constexpr -fcuda-is-device -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/no-host-device-constexpr.cu
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/no-host-device-constexpr.cu Line 13: reference to __host__ function 'f' in __device__ function
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/no-host-device-constexpr.cu Line 19: reference to __device__ function 'g' in __host__ function
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/no-host-device-constexpr.cu Line 9: 'f' declared here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCUDA/no-host-device-constexpr.cu Line 10: 'g' declared here
4 errors generated when compiling for host.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60
FAIL: Clang :: SemaCXX/cv-unqual-rvalues.cpp (9185 of 14679)
******************** TEST 'Clang :: SemaCXX/cv-unqual-rvalues.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -fsyntax-only -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cv-unqual-rvalues.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cv-unqual-rvalues.cpp Line 8: non-const lvalue reference to type 'int' cannot bind to a temporary of type 'int'
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cv-unqual-rvalues.cpp Line 22: in instantiation of function template specialization 'h<0>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cv-unqual-rvalues.cpp Line 5: passing argument to parameter here
3 errors generated.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60
FAIL: Clang :: SemaCXX/cxx0x-initializer-constructor.cpp (9202 of 14679)
******************** TEST 'Clang :: SemaCXX/cxx0x-initializer-constructor.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -std=c++0x -fsyntax-only -fexceptions -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cxx0x-initializer-constructor.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cxx0x-initializer-constructor.cpp Line 355: chosen constructor is explicit in copy-initialization
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cxx0x-initializer-constructor.cpp Line 370: in instantiation of member function 'PR13470::Y<int>::h' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cxx0x-initializer-constructor.cpp Line 316: explicit constructor declared here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/cxx0x-initializer-constructor.cpp Line 329: passing argument to parameter here
4 errors generated.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60
FAIL: Clang :: SemaCXX/enable_if.cpp (9306 of 14679)
******************** TEST 'Clang :: SemaCXX/enable_if.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -std=c++11 -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/enable_if.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics expected but not seen:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/enable_if.cpp Line 418: initialized by a constant expression
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/enable_if.cpp Line 412: constexpr variable 'A' must be initialized by a constant expression
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/enable_if.cpp Line 417: constexpr variable 'B' must be initialized by a constant expression
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/enable_if.cpp Line 415: subexpression not valid in a constant expression
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaCXX/enable_if.cpp Line 418: in call to 'callTemplated()'
5 errors generated.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60..
FAIL: Clang :: SemaTemplate/dependent-names.cpp (10516 of 14679)
******************** TEST 'Clang :: SemaTemplate/dependent-names.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -fsyntax-only -verify -std=c++11 /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/dependent-names.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/dependent-names.cpp Line 179: cannot initialize a variable of type 'const int' with an rvalue of type 'void'
1 error generated.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: Clang :: SemaTemplate/instantiate-function-params.cpp (10576 of 14679)
******************** TEST 'Clang :: SemaTemplate/instantiate-function-params.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -triple i686-unknown-unknown -fsyntax-only -verify /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'error' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 20: no type named 'type' in 'if_<not_satisfied<usage_requirements<InputIterator<char *> > > >'
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 20: no type named 'type' in 'if_<not_satisfied<usage_requirements<ForwardIterator<char *> > > >'
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 20: no type named 'type' in 'if_<not_satisfied<ForwardIterator<char *> > >'
error: 'note' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 25: in instantiation of template class 'requirement_<void (*)(usage_requirements<InputIterator<char *> >)>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 27: in instantiation of template class 'InputIterator<char *>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 11: in instantiation of template class 'ForwardIterator<char *>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 14: while substituting deduced template arguments into function template 'has_constraints_' [with Model = ForwardIterator<char *>]
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 28: in instantiation of template class 'requirement_<void (*)(usage_requirements<ForwardIterator<char *> >)>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 11: in instantiation of template class 'ForwardIterator<char *>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 14: while substituting deduced template arguments into function template 'has_constraints_' [with Model = ForwardIterator<char *>]
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 6: in instantiation of template class 'not_satisfied<ForwardIterator<char *> >' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 20: in instantiation of template class 'if_<not_satisfied<ForwardIterator<char *> > >' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 31: in instantiation of template class 'requirement_<void (*)(ForwardIterator<char *>)>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 6: in instantiation of template class 'not_satisfied<ForwardIterator<char *> >' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 20: in instantiation of template class 'if_<not_satisfied<ForwardIterator<char *> > >' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 31: in instantiation of template class 'requirement_<void (*)(ForwardIterator<char *>)>' requested here
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-function-params.cpp Line 31: in instantiation of template class 'requirement_<void (*)(ForwardIterator<char *>)>' requested here
17 errors generated.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70
FAIL: Clang :: SemaTemplate/instantiate-init.cpp (10577 of 14679)
******************** TEST 'Clang :: SemaTemplate/instantiate-init.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1'; /usr/local/google/home/sammccall/llvmbuild-mono/bin/clang -cc1 -internal-isystem /usr/local/google/home/sammccall/llvmbuild-mono/lib/clang/9.0.0/include -nostdsysteminc -fsyntax-only -verify -std=c++11 /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-init.cpp
--
Exit Code: 1
Command Output (stderr):
--
error: 'warning' diagnostics seen but not expected:
File /usr/local/google/home/sammccall/src/llvm-mono/clang/test/SemaTemplate/instantiate-init.cpp Line 103: expression result unused
1 error generated.
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 39.19s
********************
Failing Tests (13):
Clang :: CodeGen/ppc-mmintrin.c
Clang :: PCH/pragma-cuda-force-host-device.cu
Clang :: Parser/cuda-force-host-device.cu
Clang :: SemaCUDA/function-overload.cu
Clang :: SemaCUDA/function-target.cu
Clang :: SemaCUDA/host-device-constexpr.cu
Clang :: SemaCUDA/no-host-device-constexpr.cu
Clang :: SemaCXX/cv-unqual-rvalues.cpp
Clang :: SemaCXX/cxx0x-initializer-constructor.cpp
Clang :: SemaCXX/enable_if.cpp
Clang :: SemaTemplate/dependent-names.cpp
Clang :: SemaTemplate/instantiate-function-params.cpp
Clang :: SemaTemplate/instantiate-init.cpp
Expected Passes : 14558
Expected Failures : 18
Unsupported Tests : 90
Unexpected Failures: 13
FAILED: tools/clang/test/CMakeFiles/check-clang
cd /usr/local/google/home/sammccall/llvmbuild-mono/tools/clang/test && /usr/bin/python2.7 /usr/local/google/home/sammccall/llvmbuild-mono/./bin/llvm-lit -sv --param clang_site_config=/usr/local/google/home/sammccall/llvmbuild-mono/tools/clang/test/lit.site.cfg --param USE_Z3_SOLVER=0 /usr/local/google/home/sammccall/llvmbuild-mono/tools/clang/test
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment