(view as text)
make unittests
 in dir /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/build (timeout 1200 secs)
 watching logfiles {}
 argv: ['make', 'unittests']
 environment:
  HOME=/Users/selfnet
  INFOPATH=/sw/share/info:/sw/info:/usr/share/info
  LANG=en_US.UTF-8
  LOGNAME=selfnet
  MAIL=/var/mail/selfnet
  MANPATH=/sw/share/man:/usr/share/man:/usr/local/share/man:/opt/X11/share/man:/usr/local/git/share/man:/usr/local/MacGPG2/share/man:/usr/texbin/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man:/sw/lib/perl5/5.16.2/man
  OLDPWD=/Users/selfnet
  PATH=/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/3.3/bin:/usr/local/git/bin:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/3.3/bin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin:/usr/texbin:/usr/X11R6/bin
  PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin
  PWD=/Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/build
  SHELL=/bin/bash
  SHLVL=1
  SSH_CLIENT=2001:7c0:e701:a0:a9c5:ce9d:f693:f8fb 51047 22
  SSH_CONNECTION=2001:7c0:e701:a0:a9c5:ce9d:f693:f8fb 51047 2001:7c0:e701:a0:200::6 22
  SSH_TTY=/dev/ttys000
  TERM=xterm
  TMPDIR=/var/folders/4q/qxmg949x5ts1psft8d8g3fbw0000gn/T/
  USER=selfnet
  VERSIONER_PERL_PREFER_32_BIT=yes
  _=/opt/local/bin/buildslave
  __CF_USER_TEXT_ENCODING=0x1F5:0:3
 using PTY: False
[  0%] Built target pch
[  3%] Built target common
[  3%] Built target bdisasm
[  4%] Built target png
[ 56%] Built target wx
[ 57%] Built target sfml-network
[ 65%] Built target polarssl
[ 65%] Built target SOIL
[ 66%] Built target inputcommon
[ 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 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
Scanning dependencies of target FixedSizeQueueTest
[100%] Building CXX object Source/UnitTests/Common/CMakeFiles/Tests/FixedSizeQueueTest.dir/FixedSizeQueueTest.cpp.o
In file included from /Users/selfnet/Documents/dolphin-emu/wip-osx-x64/build/Source/UnitTests/Common/FixedSizeQueueTest.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:1524: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/FixedSizeQueueTest.cpp:13:2: note: in instantiation of function template specialization 'testing::internal::EqHelper<true>::Compare<int, unsigned long>' 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/FixedSizeQueueTest
[100%] Built target Tests/FixedSizeQueueTest
Scanning dependencies of target CommonFuncsTest
[100%] 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
[100%] Built target Tests/CommonFuncsTest
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.05 sec
    Start 3: FixedSizeQueueTest
3/5 Test #3: FixedSizeQueueTest ...............   Passed    0.02 sec
    Start 4: MathUtilTest
4/5 Test #4: MathUtilTest .....................   Passed    0.01 sec
    Start 5: MMIOTest
5/5 Test #5: MMIOTest .........................   Passed    0.68 sec

100% tests passed, 0 tests failed out of 5

Total Test time (real) =   1.19 sec
[100%] Built target unittests
program finished with exit code 0
elapsedTime=12.961807