(view as text)
[ 0%] Built target pch
[ 2%] Built target inputcommon
[ 3%] Built target bdisasm
[ 20%] Built target polarssl
[ 28%] Built target common
[ 35%] Built target videosoftware
[ 38%] Built target videoogl
[ 49%] Built target videocommon
[100%] Built target core
[100%] Built target gtest
Scanning dependencies of target MMIOTest
[100%] Building CXX object Source/UnitTests/Core/CMakeFiles/Tests/MMIOTest.dir/MMIOTest.cpp.o
Linking CXX executable ../../../Binaries/Tests/MMIOTest
[100%] Built target Tests/MMIOTest
Scanning dependencies of target CommonFuncsTest
[100%] Building CXX object Source/UnitTests/Common/CMakeFiles/Tests/CommonFuncsTest.dir/CommonFuncsTest.cpp.o
In file included from /home/delroth/buildslave/wip-deb-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:5:0:
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = long unsigned int]’:
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h:1485:30: required from ‘static testing::AssertionResult testing::internal::EqHelper<lhs_is_null_literal>::Compare(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = long unsigned int; bool lhs_is_null_literal = false]’
/home/delroth/buildslave/wip-deb-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:14:2: required from here
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h:1448:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = unsigned int]’:
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h:1485:30: required from ‘static testing::AssertionResult testing::internal::EqHelper<lhs_is_null_literal>::Compare(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = unsigned int; bool lhs_is_null_literal = false]’
/home/delroth/buildslave/wip-deb-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:44:2: required from here
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h:1448:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Linking CXX executable ../../../Binaries/Tests/CommonFuncsTest
[100%] Built target Tests/CommonFuncsTest
Scanning dependencies of target FifoQueueTest
[100%] Building CXX object Source/UnitTests/Common/CMakeFiles/Tests/FifoQueueTest.dir/FifoQueueTest.cpp.o
In file included from /home/delroth/buildslave/wip-deb-x64/build/Source/UnitTests/Common/FifoQueueTest.cpp:5:0:
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h: In instantiation of ‘testing::AssertionResult testing::internal::CmpHelperEQ(const char*, const char*, const T1&, const T2&) [with T1 = int; T2 = unsigned int]’:
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h:1525:30: required from ‘static testing::AssertionResult testing::internal::EqHelper<true>::Compare(const char*, const char*, const T1&, const T2&, typename testing::internal::EnableIf<(! testing::internal::is_pointer<T2>::value)>::type*) [with T1 = int; T2 = unsigned int; typename testing::internal::EnableIf<(! testing::internal::is_pointer<T2>::value)>::type = void]’
/home/delroth/buildslave/wip-deb-x64/build/Source/UnitTests/Common/FifoQueueTest.cpp:14:2: required from here
/home/delroth/buildslave/wip-deb-x64/build/Externals/gtest/include/gtest/gtest.h:1448:3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Linking CXX executable ../../../Binaries/Tests/FifoQueueTest
[100%] Built target Tests/FifoQueueTest
Linking CXX executable ../../../Binaries/Tests/FixedSizeQueueTest
[100%] Built target Tests/FixedSizeQueueTest
Scanning dependencies of target MathUtilTest
[100%] Building CXX object Source/UnitTests/Common/CMakeFiles/Tests/MathUtilTest.dir/MathUtilTest.cpp.o
Linking CXX executable ../../../Binaries/Tests/MathUtilTest
[100%] Built target Tests/MathUtilTest
Test project /home/delroth/buildslave/wip-deb-x64/build/build
Start 1: CommonFuncsTest
1/5 Test #1: CommonFuncsTest .................. Passed 0.01 sec
Start 2: FifoQueueTest
2/5 Test #2: FifoQueueTest .................... Passed 0.02 sec
Start 3: FixedSizeQueueTest
3/5 Test #3: FixedSizeQueueTest ............... Passed 0.01 sec
Start 4: MathUtilTest
4/5 Test #4: MathUtilTest ..................... Passed 0.01 sec
Start 5: MMIOTest
5/5 Test #5: MMIOTest ......................... Passed 1.23 sec
100% tests passed, 0 tests failed out of 5
Total Test time (real) = 1.28 sec
[100%] Built target unittests