(view as text)
[ 0%] Built target pch
[ 1%] Built target inputcommon
[ 2%] Built target sfml-network
[ 3%] Built target png
[ 3%] Built target SOIL
[ 3%] Built target bdisasm
[ 11%] Built target polarssl
[ 62%] Built target wx
[ 66%] Built target common
[ 69%] Built target videosoftware
[ 70%] Built target videoogl
[ 75%] Built target videocommon
[ 98%] Built target core
[ 98%] Built target gtest
Scanning dependencies of target MMIOTest
[ 98%] Building CXX object Source/UnitTests/Core/CMakeFiles/Tests/MMIOTest.dir/MMIOTest.cpp.o
Linking CXX executable ../../../Binaries/Tests/MMIOTest
[ 98%] Built target Tests/MMIOTest
Scanning dependencies of target CommonFuncsTest
[ 98%] Building CXX object Source/UnitTests/Common/CMakeFiles/Tests/CommonFuncsTest.dir/CommonFuncsTest.cpp.o
In file included from /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:5:
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1448:16: warning: comparison of integers of different signs: 'const int' and 'const unsigned long' [-Wsign-compare]
if (expected == actual) {
~~~~~~~~ ^ ~~~~~~
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1484:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<int, unsigned long>' requested here
return CmpHelperEQ(expected_expression, actual_expression, expected,
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:14:2: note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<int, unsigned long>' requested here
EXPECT_EQ(4, ArraySize(test));
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1978:23: note: expanded from macro 'EXPECT_EQ'
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2'
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_'
GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_'
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
In file included from /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:5:
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1448:16: warning: comparison of integers of different signs: 'const int' and 'const unsigned int' [-Wsign-compare]
if (expected == actual) {
~~~~~~~~ ^ ~~~~~~
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1484:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<int, unsigned int>' requested here
return CmpHelperEQ(expected_expression, actual_expression, expected,
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/CommonFuncsTest.cpp:44:2: note: in instantiation of function template specialization 'testing::internal::EqHelper<false>::Compare<int, unsigned int>' requested here
EXPECT_EQ(0x12345678, Common::swap32(0x78563412));
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1978:23: note: expanded from macro 'EXPECT_EQ'
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2'
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_'
GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_'
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
2 warnings generated.
Linking CXX executable ../../../Binaries/Tests/CommonFuncsTest
[ 98%] Built target Tests/CommonFuncsTest
Scanning dependencies of target FifoQueueTest
[ 98%] Building CXX object Source/UnitTests/Common/CMakeFiles/Tests/FifoQueueTest.dir/FifoQueueTest.cpp.o
In file included from /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/FifoQueueTest.cpp:5:
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1448:16: warning: comparison of integers of different signs: 'const int' and 'const unsigned int' [-Wsign-compare]
if (expected == actual) {
~~~~~~~~ ^ ~~~~~~
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1524:12: note: in instantiation of function template specialization 'testing::internal::CmpHelperEQ<int, unsigned int>' requested here
return CmpHelperEQ(expected_expression, actual_expression, expected,
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/FifoQueueTest.cpp:14:2: note: in instantiation of function template specialization 'testing::internal::EqHelper<true>::Compare<int, unsigned int>' requested here
EXPECT_EQ(0, q.Size());
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest.h:1978:23: note: expanded from macro 'EXPECT_EQ'
EXPECT_PRED_FORMAT2(::testing::internal:: \
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:162:23: note: expanded from macro 'EXPECT_PRED_FORMAT2'
GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_)
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:147:17: note: expanded from macro 'GTEST_PRED_FORMAT2_'
GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
^
/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Externals/gtest/include/gtest/gtest_pred_impl.h:77:52: note: expanded from macro 'GTEST_ASSERT_'
if (const ::testing::AssertionResult gtest_ar = (expression)) \
^
1 warning generated.
Linking CXX executable ../../../Binaries/Tests/FifoQueueTest
[ 98%] 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 /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/build
Start 1: CommonFuncsTest
1/5 Test #1: CommonFuncsTest .................. Passed 0.41 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.02 sec
Start 5: MMIOTest
5/5 Test #5: MMIOTest ......................... Passed 0.75 sec
100% tests passed, 0 tests failed out of 5
Total Test time (real) = 1.28 sec
[100%] Built target unittests