Pushed as fdab65939511f946f457471100df4aac9257f677. Thanks! On Wed, Jul 29, 2020 at 10:27 AM Florian Hahn via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Jul 29, 2020, at 01:54, Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Uploaded Ubuntu 20.04. > sha256sum clang+llvm-11.0.0-rc1-x86_64-unknown-linux-gnu.tar.xz > 94a90758800f00ef037b69a1125bcf4e6e86c616db20efef8128ab7d9f24fe65 > > This run required plenty of extra VM disk space to avoid 'No space left on device' errors. > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/vda5 205839368 94245348 103058684 48% / > > Testing Time: 344.33s > Unsupported : 1758 > Passed : 69903 > Expectedly Failed: 248 > [100%] Built target check-all > > grep -n 'error: ' testing.11.0.0-rc1.log > 103187:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/uniform_int_dist.h:60:7: error: static_assert failed due to requirement 'std::is_integral<double>::value' "template argument must be an integral type" > 103193:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:39:29: error: no member named 'bind' in namespace 'std'; did you mean 'find'? > 103205:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: error: no matching function for call to 'initRandom' > 103214:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: error: no matching function for call to 'initRandom' > 103224:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > 103233:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > 103240:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > 103249:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > 103255:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > 103264:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > 212705:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/uniform_int_dist.h:60:7: error: static_assert failed due to requirement 'std::is_integral<double>::value' "template argument must be an integral type" > 212715:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:39:29: error: no member named 'bind' in namespace 'std'; did you mean 'find'? > 212742:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: error: no matching function for call to 'initRandom' > 212751:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: error: no matching function for call to 'initRandom' > 212763:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom'[ 47%] Built target GCC-C-execute-930718-1 > 212774:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > 212781:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > 212791:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > 212797:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > 212808:/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > > sed -n 212705,212816p testing.11.0.0-rc1.log > /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/uniform_int_dist.h:60:7: error: static_assert failed due to requirement 'std::is_integral<double>::value' "template argument must be an integral type" > static_assert(std::is_integral<_IntType>::value, > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:38:41: note: in instantiation of template class 'std::uniform_int_distribution<double>' requested here > std::uniform_int_distribution<double> distribution(-10.0, 10.0); > ^ > [ ... ] > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:39:29: error: no member named 'bind' in namespace 'std'; did you mean 'find'? > auto random_double = std::bind(distribution, generator); > ~~~~~^~~~ > find > /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/bits/streambuf_iterator.h:373:5: note: 'find' declared here > find(istreambuf_iterator<_CharT> __first, > ^ > [ ... ] > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: error: no matching function for call to 'initRandom' > initRandom(X, R0, C0); > ^~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:160:3: note: in instantiation of function template specialization 'testTranspose<double, 3, 10>' requested here > testTranspose<double, 3, 10>(); > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:76:3: error: no matching function for call to 'initRandom' > initRandom(X, R0, C0); > ^~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:161:3: note: in instantiation of function template specialization 'testTranspose<double, 4, 3>' requested here > testTranspose<double, 4, 3>(); > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > [ ... ] > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom'[ 47%] Built target GCC-C-execute-930718-1 > > initRandom(X, R0, C0); > ^~~~~~~~~~ > [ 47%] Built target GCC-C-execute-longlong > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:165:3: note: in instantiation of function template specialization 'testMultiply<double, 3, 3, 3>' requested here > testMultiply<double, 3, 3, 3>(); > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > initRandom(Y, C0, C1); > ^~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > [ 48%] Built target GCC-C-execute-941014-1 > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > initRandom(X, R0, C0); > ^~~~~~~~~~[ 48%] Built target GCC-C-execute-930603-2 > > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:166:3: note: in instantiation of function template specialization 'testMultiply<double, 10, 21, 23>' requested here > testMultiply<double, 10, 21, 23>(); > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > initRandom(Y, C0, C1); > ^~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:143:3: error: no matching function for call to 'initRandom' > initRandom(X, R0, C0); > ^~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:167:3: note: in instantiation of function template specialization 'testMultiply<double, 25, 19, 11>' requested here > [ 48%] Built target GCC-C-execute-930621-1 > testMultiply<double, 25, 19, 11>(); > [ 48%] Built target GCC-C-execute-930513-2 > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:144:3: error: no matching function for call to 'initRandom' > initRandom(Y, C0, C1); > ^~~~~~~~~~ > /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-test-suite/SingleSource/UnitTests/matrix-types-spec.cpp:36:29: note: candidate template ignored: substitution failure [with Ty = double] > [ 48%] Built target GCC-C-execute-cmpsi-1 > template <typename Ty> void initRandom(Ty *A, unsigned Rows, unsigned Cols) { > ^ > [ 48%] Built target GCC-C-execute-930614-2 > 10 errors generated. > > > I didnât realize that we also release branches for llvm-test-suite. We probably want to pick https://github.com/llvm/llvm-test-suite/commit/4bdbe4ad9dd25b432d405d8a6ac6b7410da9b7a2 onto the 11.0 branch for test-suite. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4