Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Boost dependency #309

Closed
wants to merge 24 commits into from
Closed

Conversation

matteblair
Copy link
Contributor

Replaces usages of Boost template classes with equivalent C++11 STL classes. In the case of Boost::Iterator_Facade and Boost::Iterator_Adaptor, the STL has no direct equivalent so the functionality needed from the Boost classes was replicated as simply as possible.

All tests are passing on GCC 4.9 and Clang 3.6, though I have not yet tested on MSVC.

@kskn1
Copy link

kskn1 commented May 17, 2015

Have built and used this branch for another (boost-less) project. Haven't yet encountered a problem.

@matteblair
Copy link
Contributor Author

@bafonso thanks for the heads up! MSVC is a bit behind Clang and GCC in terms of C++11 support but I'll see if I can get it building.

@bafonso
Copy link

bafonso commented Jun 29, 2015

Hi @blair1618 , I feel a bit stupid! I could build using Cmake-gui once I pulled the right brach from your repository! I can compile it but I have yet to use it, hopefully in the next hours. But it appears to have compiled well.

I just thought these had been included in the main yaml-cpp, from where I just pulled the master branch. My mistake

@matteblair
Copy link
Contributor Author

@bafonso oh that's good! If you're able to compile and run the yaml-cpp tests successfully that would be good information to know, as I actually don't have a copy of VS2013 handy.

@bafonso
Copy link

bafonso commented Jun 29, 2015

Here's what I get by building RUN_TESTS in VS2013. I also ran run-tests.exe and output is below this one.

1>------ Build started: Project: RUN_TESTS, Configuration: Debug x64 ------
1>  Test project C:/libraries/yaml-cpp
1>        Start  1: yaml-test
1>   1/29 Test  #1: yaml-test ..........................   Passed    2.64 sec
1>        Start  2: gtest-death-test_test
1>  Could not find executable gtest-death-test_test
1>  Looked in the following places:
1>  gtest-death-test_test
1>  gtest-death-test_test.exe
1>  Debug/gtest-death-test_test
1>  Debug/gtest-death-test_test.exe
1>  Debug/gtest-death-test_test
1>  Debug/gtest-death-test_test.exe
1>  Unable to find executable: gtest-death-test_test
1>   2/29 Test  #2: gtest-death-test_test ..............***Not Run   0.00 sec
1>        Start  3: gtest_environment_test
1>   3/29 Test  #3: gtest_environment_test .............   Passed    0.01 sec
1>        Start  4: gtest-filepath_test
1>   4/29 Test  #4: gtest-filepath_test ................   Passed    0.04 sec
1>        Start  5: gtest-linked_ptr_test
1>   5/29 Test  #5: gtest-linked_ptr_test ..............   Passed    0.01 sec
1>        Start  6: gtest-listener_test
1>  Could not find executable gtest-listener_test
1>  Looked in the following places:
1>  gtest-listener_test
1>  gtest-listener_test.exe
1>  Debug/gtest-listener_test
1>  Debug/gtest-listener_test.exe
1>  Debug/gtest-listener_test
1>  Debug/gtest-listener_test.exe
1>  Unable to find executable: gtest-listener_test
1>   6/29 Test  #6: gtest-listener_test ................***Not Run   0.00 sec
1>        Start  7: gtest_main_unittest
1>   7/29 Test  #7: gtest_main_unittest ................   Passed    0.01 sec
1>        Start  8: gtest-message_test
1>   8/29 Test  #8: gtest-message_test .................   Passed    0.01 sec
1>        Start  9: gtest_no_test_unittest
1>   9/29 Test  #9: gtest_no_test_unittest .............   Passed    0.01 sec
1>        Start 10: gtest-options_test
1>  10/29 Test #10: gtest-options_test .................   Passed    0.01 sec
1>        Start 11: gtest-param-test_test
1>  11/29 Test #11: gtest-param-test_test ..............   Passed    0.04 sec
1>        Start 12: gtest-port_test
1>  12/29 Test #12: gtest-port_test ....................   Passed    0.15 sec
1>        Start 13: gtest_pred_impl_unittest
1>  13/29 Test #13: gtest_pred_impl_unittest ...........   Passed    0.04 sec
1>        Start 14: gtest_premature_exit_test
1>  14/29 Test #14: gtest_premature_exit_test ..........   Passed    0.01 sec
1>        Start 15: gtest-printers_test
1>  15/29 Test #15: gtest-printers_test ................   Passed    0.03 sec
1>        Start 16: gtest_prod_test
1>  16/29 Test #16: gtest_prod_test ....................   Passed    0.01 sec
1>        Start 17: gtest_repeat_test
1>  17/29 Test #17: gtest_repeat_test ..................   Passed    0.22 sec
1>        Start 18: gtest_sole_header_test
1>  18/29 Test #18: gtest_sole_header_test .............   Passed    0.01 sec
1>        Start 19: gtest_stress_test
1>  19/29 Test #19: gtest_stress_test ..................   Passed    0.01 sec
1>        Start 20: gtest-test-part_test
1>  20/29 Test #20: gtest-test-part_test ...............   Passed    0.03 sec
1>        Start 21: gtest_throw_on_failure_ex_test
1>  21/29 Test #21: gtest_throw_on_failure_ex_test .....   Passed    0.01 sec
1>        Start 22: gtest-typed-test_test
1>  22/29 Test #22: gtest-typed-test_test ..............   Passed    0.06 sec
1>        Start 23: gtest_unittest
1>  23/29 Test #23: gtest_unittest .....................   Passed    0.65 sec
1>        Start 24: gtest-unittest-api_test
1>  24/29 Test #24: gtest-unittest-api_test ............   Passed    0.01 sec
1>        Start 25: gtest-death-test_ex_nocatch_test
1>  25/29 Test #25: gtest-death-test_ex_nocatch_test ...   Passed    0.05 sec
1>        Start 26: gtest-death-test_ex_catch_test
1>  26/29 Test #26: gtest-death-test_ex_catch_test .....   Passed    0.05 sec
1>        Start 27: gtest_no_rtti_unittest
1>  27/29 Test #27: gtest_no_rtti_unittest .............   Passed    0.65 sec
1>        Start 28: gtest-tuple_test
1>  Could not find executable gtest-tuple_test
1>  Looked in the following places:
1>  gtest-tuple_test
1>  gtest-tuple_test.exe
1>  Debug/gtest-tuple_test
1>  Debug/gtest-tuple_test.exe
1>  Debug/gtest-tuple_test
1>  Debug/gtest-tuple_test.exe
1>  Unable to find executable: gtest-tuple_test
1>  28/29 Test #28: gtest-tuple_test ...................***Not Run   0.00 sec
1>        Start 29: gtest_use_own_tuple_test
1>  Could not find executable gtest_use_own_tuple_test
1>  Looked in the following places:
1>  gtest_use_own_tuple_test
1>  gtest_use_own_tuple_test.exe
1>  Debug/gtest_use_own_tuple_test
1>  Debug/gtest_use_own_tuple_test.exe
1>  Debug/gtest_use_own_tuple_test
1>  Debug/gtest_use_own_tuple_test.exe
1>  Unable to find executable: gtest_use_own_tuple_test
1>  29/29 Test #29: gtest_use_own_tuple_test ...........***Not Run   0.00 sec
1>  
1>  86% tests passed, 4 tests failed out of 29
1>  
1>  Total Test time (real) =   4.82 sec
1>  
1>  The following tests FAILED:
1>        2 - gtest-death-test_test (Not Run)
1>        6 - gtest-listener_test (Not Run)
1>       28 - gtest-tuple_test (Not Run)
1>       29 - gtest_use_own_tuple_test (Not Run)
1>  Errors while running CTest
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: The command "setlocal
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: "C:\Program Files (x86)\CMake\bin\ctest.exe" --force-new-ctest-process -C Debug
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: if %errorlevel% neq 0 goto :cmEnd
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :cmEnd
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :cmErrorLevel
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: exit /b %1
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :cmDone
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: if %errorlevel% neq 0 goto :VCEnd
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :VCEnd" exited with code 8.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

run-tests.log

[==========] Running 871 tests from 11 test cases.
[----------] Global test environment set-up.
[----------] 8 tests from OstreamWrapperTest
[ RUN      ] OstreamWrapperTest.BufferNoWrite
[       OK ] OstreamWrapperTest.BufferNoWrite (0 ms)
[ RUN      ] OstreamWrapperTest.BufferWriteStr
[       OK ] OstreamWrapperTest.BufferWriteStr (0 ms)
[ RUN      ] OstreamWrapperTest.BufferWriteCStr
[       OK ] OstreamWrapperTest.BufferWriteCStr (0 ms)
[ RUN      ] OstreamWrapperTest.StreamNoWrite
[       OK ] OstreamWrapperTest.StreamNoWrite (0 ms)
[ RUN      ] OstreamWrapperTest.StreamWriteStr
[       OK ] OstreamWrapperTest.StreamWriteStr (0 ms)
[ RUN      ] OstreamWrapperTest.StreamWriteCStr
[       OK ] OstreamWrapperTest.StreamWriteCStr (0 ms)
[ RUN      ] OstreamWrapperTest.Position
[       OK ] OstreamWrapperTest.Position (0 ms)
[ RUN      ] OstreamWrapperTest.Comment
[       OK ] OstreamWrapperTest.Comment (0 ms)
[----------] 8 tests from OstreamWrapperTest (1 ms total)

[----------] 79 tests from EmitterTest
[ RUN      ] EmitterTest.SimpleScalar
[       OK ] EmitterTest.SimpleScalar (6 ms)
[ RUN      ] EmitterTest.SimpleSeq
[       OK ] EmitterTest.SimpleSeq (0 ms)
[ RUN      ] EmitterTest.SimpleFlowSeq
[       OK ] EmitterTest.SimpleFlowSeq (1 ms)
[ RUN      ] EmitterTest.EmptyFlowSeq
[       OK ] EmitterTest.EmptyFlowSeq (0 ms)
[ RUN      ] EmitterTest.NestedBlockSeq
[       OK ] EmitterTest.NestedBlockSeq (0 ms)
[ RUN      ] EmitterTest.NestedFlowSeq
[       OK ] EmitterTest.NestedFlowSeq (1 ms)
[ RUN      ] EmitterTest.SimpleMap
[       OK ] EmitterTest.SimpleMap (0 ms)
[ RUN      ] EmitterTest.SimpleFlowMap
[       OK ] EmitterTest.SimpleFlowMap (0 ms)
[ RUN      ] EmitterTest.MapAndList
[       OK ] EmitterTest.MapAndList (1 ms)
[ RUN      ] EmitterTest.ListAndMap
[       OK ] EmitterTest.ListAndMap (0 ms)
[ RUN      ] EmitterTest.NestedBlockMap
[       OK ] EmitterTest.NestedBlockMap (1 ms)
[ RUN      ] EmitterTest.NestedFlowMap
[       OK ] EmitterTest.NestedFlowMap (1 ms)
[ RUN      ] EmitterTest.MapListMix
[       OK ] EmitterTest.MapListMix (0 ms)
[ RUN      ] EmitterTest.SimpleLongKey
[       OK ] EmitterTest.SimpleLongKey (0 ms)
[ RUN      ] EmitterTest.SingleLongKey
[       OK ] EmitterTest.SingleLongKey (1 ms)
[ RUN      ] EmitterTest.ComplexLongKey
[       OK ] EmitterTest.ComplexLongKey (0 ms)
[ RUN      ] EmitterTest.AutoLongKey
[       OK ] EmitterTest.AutoLongKey (1 ms)
[ RUN      ] EmitterTest.ScalarFormat
[       OK ] EmitterTest.ScalarFormat (1 ms)
[ RUN      ] EmitterTest.AutoLongKeyScalar
[       OK ] EmitterTest.AutoLongKeyScalar (1 ms)
[ RUN      ] EmitterTest.LongKeyFlowMap
[       OK ] EmitterTest.LongKeyFlowMap (0 ms)
[ RUN      ] EmitterTest.BlockMapAsKey
[       OK ] EmitterTest.BlockMapAsKey (1 ms)
[ RUN      ] EmitterTest.AliasAndAnchor
[       OK ] EmitterTest.AliasAndAnchor (0 ms)
[ RUN      ] EmitterTest.AliasAndAnchorWithNull
[       OK ] EmitterTest.AliasAndAnchorWithNull (0 ms)
[ RUN      ] EmitterTest.AliasAndAnchorInFlow
[       OK ] EmitterTest.AliasAndAnchorInFlow (1 ms)
[ RUN      ] EmitterTest.SimpleVerbatimTag
[       OK ] EmitterTest.SimpleVerbatimTag (0 ms)
[ RUN      ] EmitterTest.VerbatimTagInBlockSeq
[       OK ] EmitterTest.VerbatimTagInBlockSeq (0 ms)
[ RUN      ] EmitterTest.VerbatimTagInFlowSeq
[       OK ] EmitterTest.VerbatimTagInFlowSeq (0 ms)
[ RUN      ] EmitterTest.VerbatimTagInFlowSeqWithNull
[       OK ] EmitterTest.VerbatimTagInFlowSeqWithNull (0 ms)
[ RUN      ] EmitterTest.VerbatimTagInBlockMap
[       OK ] EmitterTest.VerbatimTagInBlockMap (0 ms)
[ RUN      ] EmitterTest.VerbatimTagInFlowMap
[       OK ] EmitterTest.VerbatimTagInFlowMap (0 ms)
[ RUN      ] EmitterTest.VerbatimTagInFlowMapWithNull
[       OK ] EmitterTest.VerbatimTagInFlowMapWithNull (0 ms)
[ RUN      ] EmitterTest.VerbatimTagWithEmptySeq
[       OK ] EmitterTest.VerbatimTagWithEmptySeq (0 ms)
[ RUN      ] EmitterTest.VerbatimTagWithEmptyMap
[       OK ] EmitterTest.VerbatimTagWithEmptyMap (0 ms)
[ RUN      ] EmitterTest.VerbatimTagWithEmptySeqAndMap
[       OK ] EmitterTest.VerbatimTagWithEmptySeqAndMap (1 ms)
[ RUN      ] EmitterTest.ByKindTagWithScalar
[       OK ] EmitterTest.ByKindTagWithScalar (0 ms)
[ RUN      ] EmitterTest.LocalTagWithScalar
[       OK ] EmitterTest.LocalTagWithScalar (0 ms)
[ RUN      ] EmitterTest.ComplexDoc
[       OK ] EmitterTest.ComplexDoc (3 ms)
[ RUN      ] EmitterTest.STLContainers
[       OK ] EmitterTest.STLContainers (1 ms)
[ RUN      ] EmitterTest.SimpleComment
[       OK ] EmitterTest.SimpleComment (0 ms)
[ RUN      ] EmitterTest.MultiLineComment
[       OK ] EmitterTest.MultiLineComment (1 ms)
[ RUN      ] EmitterTest.ComplexComments
[       OK ] EmitterTest.ComplexComments (0 ms)
[ RUN      ] EmitterTest.InitialComment
[       OK ] EmitterTest.InitialComment (1 ms)
[ RUN      ] EmitterTest.InitialCommentWithDocIndicator
[       OK ] EmitterTest.InitialCommentWithDocIndicator (0 ms)
[ RUN      ] EmitterTest.CommentInFlowSeq
[       OK ] EmitterTest.CommentInFlowSeq (0 ms)
[ RUN      ] EmitterTest.CommentInFlowMap
[       OK ] EmitterTest.CommentInFlowMap (1 ms)
[ RUN      ] EmitterTest.Indentation
[       OK ] EmitterTest.Indentation (1 ms)
[ RUN      ] EmitterTest.SimpleGlobalSettings
[       OK ] EmitterTest.SimpleGlobalSettings (0 ms)
[ RUN      ] EmitterTest.ComplexGlobalSettings
[       OK ] EmitterTest.ComplexGlobalSettings (1 ms)
[ RUN      ] EmitterTest.Null
[       OK ] EmitterTest.Null (0 ms)
[ RUN      ] EmitterTest.EscapedUnicode
[       OK ] EmitterTest.EscapedUnicode (0 ms)
[ RUN      ] EmitterTest.Unicode
[       OK ] EmitterTest.Unicode (1 ms)
[ RUN      ] EmitterTest.DoubleQuotedUnicode
[       OK ] EmitterTest.DoubleQuotedUnicode (0 ms)
[ RUN      ] EmitterTest.UserType
[       OK ] EmitterTest.UserType (0 ms)
[ RUN      ] EmitterTest.UserTypeInContainer
[       OK ] EmitterTest.UserTypeInContainer (1 ms)
[ RUN      ] EmitterTest.PointerToInt
[       OK ] EmitterTest.PointerToInt (0 ms)
[ RUN      ] EmitterTest.PointerToUserType
[       OK ] EmitterTest.PointerToUserType (0 ms)
[ RUN      ] EmitterTest.NewlineAtEnd
[       OK ] EmitterTest.NewlineAtEnd (0 ms)
[ RUN      ] EmitterTest.NewlineInBlockSequence
[       OK ] EmitterTest.NewlineInBlockSequence (1 ms)
[ RUN      ] EmitterTest.NewlineInFlowSequence
[       OK ] EmitterTest.NewlineInFlowSequence (0 ms)
[ RUN      ] EmitterTest.NewlineInBlockMap
[       OK ] EmitterTest.NewlineInBlockMap (0 ms)
[ RUN      ] EmitterTest.NewlineInFlowMap
[       OK ] EmitterTest.NewlineInFlowMap (0 ms)
[ RUN      ] EmitterTest.LotsOfNewlines
[       OK ] EmitterTest.LotsOfNewlines (0 ms)
[ RUN      ] EmitterTest.Binary
[       OK ] EmitterTest.Binary (0 ms)
[ RUN      ] EmitterTest.LongBinary
[       OK ] EmitterTest.LongBinary (2 ms)
[ RUN      ] EmitterTest.EmptyBinary
[       OK ] EmitterTest.EmptyBinary (0 ms)
[ RUN      ] EmitterTest.ColonAtEndOfScalar
[       OK ] EmitterTest.ColonAtEndOfScalar (0 ms)
[ RUN      ] EmitterTest.ColonAsScalar
[       OK ] EmitterTest.ColonAsScalar (1 ms)
[ RUN      ] EmitterTest.ColonAtEndOfScalarInFlow
[       OK ] EmitterTest.ColonAtEndOfScalarInFlow (0 ms)
[ RUN      ] EmitterTest.BoolFormatting
[       OK ] EmitterTest.BoolFormatting (1 ms)
[ RUN      ] EmitterTest.ImplicitDocStart
[       OK ] EmitterTest.ImplicitDocStart (0 ms)
[ RUN      ] EmitterTest.EmptyString
[       OK ] EmitterTest.EmptyString (0 ms)
[ RUN      ] EmitterTest.SingleChar
[       OK ] EmitterTest.SingleChar (0 ms)
[ RUN      ] EmitterTest.DefaultPrecision
[       OK ] EmitterTest.DefaultPrecision (1 ms)
[ RUN      ] EmitterTest.SetPrecision
[       OK ] EmitterTest.SetPrecision (0 ms)
[ RUN      ] EmitterTest.DashInBlockContext
[       OK ] EmitterTest.DashInBlockContext (0 ms)
[ RUN      ] EmitterTest.HexAndOct
[       OK ] EmitterTest.HexAndOct (0 ms)
[ RUN      ] EmitterTest.CompactMapWithNewline
[       OK ] EmitterTest.CompactMapWithNewline (1 ms)
[ RUN      ] EmitterTest.ForceSingleQuotedToDouble
[       OK ] EmitterTest.ForceSingleQuotedToDouble (0 ms)
[ RUN      ] EmitterTest.QuoteNull
[       OK ] EmitterTest.QuoteNull (0 ms)
[----------] 79 tests from EmitterTest (39 ms total)

[----------] 5 tests from EmitterErrorTest
[ RUN      ] EmitterErrorTest.BadLocalTag
[       OK ] EmitterErrorTest.BadLocalTag (0 ms)
[ RUN      ] EmitterErrorTest.ExtraEndSeq
[       OK ] EmitterErrorTest.ExtraEndSeq (1 ms)
[ RUN      ] EmitterErrorTest.ExtraEndMap
[       OK ] EmitterErrorTest.ExtraEndMap (0 ms)
[ RUN      ] EmitterErrorTest.InvalidAnchor
[       OK ] EmitterErrorTest.InvalidAnchor (0 ms)
[ RUN      ] EmitterErrorTest.InvalidAlias
[       OK ] EmitterErrorTest.InvalidAlias (0 ms)
[----------] 5 tests from EmitterErrorTest (1 ms total)

[----------] 10 tests from EncodingTest
[ RUN      ] EncodingTest.UTF8_noBOM
[       OK ] EncodingTest.UTF8_noBOM (66 ms)
[ RUN      ] EncodingTest.UTF8_BOM
[       OK ] EncodingTest.UTF8_BOM (65 ms)
[ RUN      ] EncodingTest.UTF16LE_noBOM
[       OK ] EncodingTest.UTF16LE_noBOM (64 ms)
[ RUN      ] EncodingTest.UTF16LE_BOM
[       OK ] EncodingTest.UTF16LE_BOM (64 ms)
[ RUN      ] EncodingTest.UTF16BE_noBOM
[       OK ] EncodingTest.UTF16BE_noBOM (64 ms)
[ RUN      ] EncodingTest.UTF16BE_BOM
[       OK ] EncodingTest.UTF16BE_BOM (64 ms)
[ RUN      ] EncodingTest.UTF32LE_noBOM
[       OK ] EncodingTest.UTF32LE_noBOM (66 ms)
[ RUN      ] EncodingTest.UTF32LE_BOM
[       OK ] EncodingTest.UTF32LE_BOM (66 ms)
[ RUN      ] EncodingTest.UTF32BE_noBOM
[       OK ] EncodingTest.UTF32BE_noBOM (66 ms)
[ RUN      ] EncodingTest.UTF32BE_BOM
[       OK ] EncodingTest.UTF32BE_BOM (66 ms)
[----------] 10 tests from EncodingTest (651 ms total)

[----------] 498 tests from GenEmitterTest
[ RUN      ] GenEmitterTest.testbf4e63edf2258c91fb88
[       OK ] GenEmitterTest.testbf4e63edf2258c91fb88 (2 ms)
[ RUN      ] GenEmitterTest.test8c2aa26989357a4c8d2d
[       OK ] GenEmitterTest.test8c2aa26989357a4c8d2d (1 ms)
[ RUN      ] GenEmitterTest.testf8818f97591e2c51179c
[       OK ] GenEmitterTest.testf8818f97591e2c51179c (2 ms)
[ RUN      ] GenEmitterTest.test2b9d697f1ec84bdc484f
[       OK ] GenEmitterTest.test2b9d697f1ec84bdc484f (1 ms)
[ RUN      ] GenEmitterTest.test969d8cf1535db02242b4
[       OK ] GenEmitterTest.test969d8cf1535db02242b4 (2 ms)
[ RUN      ] GenEmitterTest.test4d16d2c638f0b1131d42
[       OK ] GenEmitterTest.test4d16d2c638f0b1131d42 (1 ms)
[ RUN      ] GenEmitterTest.test3bdad9a4ffa67cc4201b
[       OK ] GenEmitterTest.test3bdad9a4ffa67cc4201b (1 ms)
[ RUN      ] GenEmitterTest.testa57103d877a04b0da3c9
[       OK ] GenEmitterTest.testa57103d877a04b0da3c9 (2 ms)
[ RUN      ] GenEmitterTest.testf838cbd6db90346652d6
[       OK ] GenEmitterTest.testf838cbd6db90346652d6 (1 ms)
[ RUN      ] GenEmitterTest.teste65456c6070d7ed9b292
[       OK ] GenEmitterTest.teste65456c6070d7ed9b292 (1 ms)
[ RUN      ] GenEmitterTest.test365273601c89ebaeec61
[       OK ] GenEmitterTest.test365273601c89ebaeec61 (1 ms)
[ RUN      ] GenEmitterTest.test92d67b382f78c6a58c2a
[       OK ] GenEmitterTest.test92d67b382f78c6a58c2a (1 ms)
[ RUN      ] GenEmitterTest.test49e0bb235c344722e0df
[       OK ] GenEmitterTest.test49e0bb235c344722e0df (1 ms)
[ RUN      ] GenEmitterTest.test3010c495cd1c61d1ccf2
[       OK ] GenEmitterTest.test3010c495cd1c61d1ccf2 (1 ms)
[ RUN      ] GenEmitterTest.test22e48c3bc91b32853688
[       OK ] GenEmitterTest.test22e48c3bc91b32853688 (1 ms)
[ RUN      ] GenEmitterTest.test03e42bee2a2c6ffc1dd8
[       OK ] GenEmitterTest.test03e42bee2a2c6ffc1dd8 (1 ms)
[ RUN      ] GenEmitterTest.test9662984f64ea0b79b267
[       OK ] GenEmitterTest.test9662984f64ea0b79b267 (1 ms)
[ RUN      ] GenEmitterTest.testf3867ffaec6663c515ff
[       OK ] GenEmitterTest.testf3867ffaec6663c515ff (2 ms)
[ RUN      ] GenEmitterTest.testfd8783233e21636f7f12
[       OK ] GenEmitterTest.testfd8783233e21636f7f12 (1 ms)
[ RUN      ] GenEmitterTest.test3fc20508ecea0f4cb165
[       OK ] GenEmitterTest.test3fc20508ecea0f4cb165 (2 ms)
[ RUN      ] GenEmitterTest.teste120c09230c813be6c30
[       OK ] GenEmitterTest.teste120c09230c813be6c30 (1 ms)
[ RUN      ] GenEmitterTest.test835d37d226cbacaa4b2d
[       OK ] GenEmitterTest.test835d37d226cbacaa4b2d (1 ms)
[ RUN      ] GenEmitterTest.test7a26848396e9291bf1f1
[       OK ] GenEmitterTest.test7a26848396e9291bf1f1 (1 ms)
[ RUN      ] GenEmitterTest.test34a821220a5e1441f553
[       OK ] GenEmitterTest.test34a821220a5e1441f553 (1 ms)
[ RUN      ] GenEmitterTest.test53e5179db889a79c3ea2
[       OK ] GenEmitterTest.test53e5179db889a79c3ea2 (2 ms)
[ RUN      ] GenEmitterTest.testb8450c68977e0df66c5b
[       OK ] GenEmitterTest.testb8450c68977e0df66c5b (2 ms)
[ RUN      ] GenEmitterTest.teste0277d1ed537e53294b4
[       OK ] GenEmitterTest.teste0277d1ed537e53294b4 (1 ms)
[ RUN      ] GenEmitterTest.testd6ebe62492bf8757ddde
[       OK ] GenEmitterTest.testd6ebe62492bf8757ddde (1 ms)
[ RUN      ] GenEmitterTest.test56c67a81a5989623dad7
[       OK ] GenEmitterTest.test56c67a81a5989623dad7 (2 ms)
[ RUN      ] GenEmitterTest.testea4c45819b88c22d02b6
[       OK ] GenEmitterTest.testea4c45819b88c22d02b6 (1 ms)
[ RUN      ] GenEmitterTest.testfa05ed7573dd54074344
[       OK ] GenEmitterTest.testfa05ed7573dd54074344 (2 ms)
[ RUN      ] GenEmitterTest.test52431165a20aa2a085dc
[       OK ] GenEmitterTest.test52431165a20aa2a085dc (1 ms)
[ RUN      ] GenEmitterTest.test2e1bf781941755fc5944
[       OK ] GenEmitterTest.test2e1bf781941755fc5944 (2 ms)
[ RUN      ] GenEmitterTest.test5405b9f863e524bb3e81
[       OK ] GenEmitterTest.test5405b9f863e524bb3e81 (1 ms)
[ RUN      ] GenEmitterTest.test0a7d85109d068170e547
[       OK ] GenEmitterTest.test0a7d85109d068170e547 (1 ms)
[ RUN      ] GenEmitterTest.testba8dc6889d6983fb0f05
[       OK ] GenEmitterTest.testba8dc6889d6983fb0f05 (2 ms)
[ RUN      ] GenEmitterTest.testd8743fc1225fef185b69
[       OK ] GenEmitterTest.testd8743fc1225fef185b69 (1 ms)
[ RUN      ] GenEmitterTest.testc2f808fe5fb8b2970b89
[       OK ] GenEmitterTest.testc2f808fe5fb8b2970b89 (1 ms)
[ RUN      ] GenEmitterTest.test984d0572a31be4451efc
[       OK ] GenEmitterTest.test984d0572a31be4451efc (2 ms)
[ RUN      ] GenEmitterTest.testa3883cf6b7f84c32ba99
[       OK ] GenEmitterTest.testa3883cf6b7f84c32ba99 (1 ms)
[ RUN      ] GenEmitterTest.test1fe1f2d242b3a00c5f83
[       OK ] GenEmitterTest.test1fe1f2d242b3a00c5f83 (1 ms)
[ RUN      ] GenEmitterTest.test80e82792ed68bb0cadbc
[       OK ] GenEmitterTest.test80e82792ed68bb0cadbc (1 ms)
[ RUN      ] GenEmitterTest.test6756b87f08499449fd53
[       OK ] GenEmitterTest.test6756b87f08499449fd53 (1 ms)
[ RUN      ] GenEmitterTest.test7d768a7e214b2e791928
[       OK ] GenEmitterTest.test7d768a7e214b2e791928 (1 ms)
[ RUN      ] GenEmitterTest.test73470e304962e94c82ee
[       OK ] GenEmitterTest.test73470e304962e94c82ee (1 ms)
[ RUN      ] GenEmitterTest.test220fcaca9f58ed63ab66
[       OK ] GenEmitterTest.test220fcaca9f58ed63ab66 (1 ms)
[ RUN      ] GenEmitterTest.test7e4c037d370d52aa4da4
[       OK ] GenEmitterTest.test7e4c037d370d52aa4da4 (1 ms)
[ RUN      ] GenEmitterTest.test79a2ffc6c8161726f1ed
[       OK ] GenEmitterTest.test79a2ffc6c8161726f1ed (1 ms)
[ RUN      ] GenEmitterTest.test2a634546fd8c4b92ad18
[       OK ] GenEmitterTest.test2a634546fd8c4b92ad18 (2 ms)
[ RUN      ] GenEmitterTest.test84a311c6ca4fe200eff5
[       OK ] GenEmitterTest.test84a311c6ca4fe200eff5 (1 ms)
[ RUN      ] GenEmitterTest.testef05b48cc1f9318b612f
[       OK ] GenEmitterTest.testef05b48cc1f9318b612f (2 ms)
[ RUN      ] GenEmitterTest.testa77250518abd6e019ab8
[       OK ] GenEmitterTest.testa77250518abd6e019ab8 (1 ms)
[ RUN      ] GenEmitterTest.test3e9c6f05218917c77c62
[       OK ] GenEmitterTest.test3e9c6f05218917c77c62 (2 ms)
[ RUN      ] GenEmitterTest.test7392dd9d6829b8569e16
[       OK ] GenEmitterTest.test7392dd9d6829b8569e16 (1 ms)
[ RUN      ] GenEmitterTest.test8b3e535afd61211d988f
[       OK ] GenEmitterTest.test8b3e535afd61211d988f (1 ms)
[ RUN      ] GenEmitterTest.testa88d36caa958ac21e487
[       OK ] GenEmitterTest.testa88d36caa958ac21e487 (2 ms)
[ RUN      ] GenEmitterTest.test0afc4387fea5a0ad574d
[       OK ] GenEmitterTest.test0afc4387fea5a0ad574d (1 ms)
[ RUN      ] GenEmitterTest.test6e02b45ba1f87d0b17fa
[       OK ] GenEmitterTest.test6e02b45ba1f87d0b17fa (2 ms)
[ RUN      ] GenEmitterTest.test1ecee6697402f1ced486
[       OK ] GenEmitterTest.test1ecee6697402f1ced486 (2 ms)
[ RUN      ] GenEmitterTest.testf778d3e7e1fd4bc81ac8
[       OK ] GenEmitterTest.testf778d3e7e1fd4bc81ac8 (1 ms)
[ RUN      ] GenEmitterTest.testce2ddd97c4f7b7cad993
[       OK ] GenEmitterTest.testce2ddd97c4f7b7cad993 (2 ms)
[ RUN      ] GenEmitterTest.test9801aff946ce11347b78
[       OK ] GenEmitterTest.test9801aff946ce11347b78 (1 ms)
[ RUN      ] GenEmitterTest.test02ae081b4d9719668378
[       OK ] GenEmitterTest.test02ae081b4d9719668378 (1 ms)
[ RUN      ] GenEmitterTest.test1c75e643ba55491e9d58
[       OK ] GenEmitterTest.test1c75e643ba55491e9d58 (1 ms)
[ RUN      ] GenEmitterTest.testa834d5e30e0fde106520
[       OK ] GenEmitterTest.testa834d5e30e0fde106520 (1 ms)
[ RUN      ] GenEmitterTest.test26c5da2b48377ba6d9c3
[       OK ] GenEmitterTest.test26c5da2b48377ba6d9c3 (1 ms)
[ RUN      ] GenEmitterTest.teste5df2b4f5b7ed31f5843
[       OK ] GenEmitterTest.teste5df2b4f5b7ed31f5843 (1 ms)
[ RUN      ] GenEmitterTest.test7da7e14ccc523f8ef682
[       OK ] GenEmitterTest.test7da7e14ccc523f8ef682 (2 ms)
[ RUN      ] GenEmitterTest.test5dc6d560b8a5defab6a6
[       OK ] GenEmitterTest.test5dc6d560b8a5defab6a6 (1 ms)
[ RUN      ] GenEmitterTest.test5c2184c2ae1d09d7e486
[       OK ] GenEmitterTest.test5c2184c2ae1d09d7e486 (1 ms)
[ RUN      ] GenEmitterTest.testcb7ca22e0d0c01cdfd6c
[       OK ] GenEmitterTest.testcb7ca22e0d0c01cdfd6c (1 ms)
[ RUN      ] GenEmitterTest.test764d56ed21bef8c8ed1d
[       OK ] GenEmitterTest.test764d56ed21bef8c8ed1d (1 ms)
[ RUN      ] GenEmitterTest.testff49b69cd78b76f680f4
[       OK ] GenEmitterTest.testff49b69cd78b76f680f4 (1 ms)
[ RUN      ] GenEmitterTest.testb8bbef15bc67a7e8a4f1
[       OK ] GenEmitterTest.testb8bbef15bc67a7e8a4f1 (1 ms)
[ RUN      ] GenEmitterTest.testfe636c029a18a80da2bc
[       OK ] GenEmitterTest.testfe636c029a18a80da2bc (2 ms)
[ RUN      ] GenEmitterTest.teste61e3e6d8f0e748525e6
[       OK ] GenEmitterTest.teste61e3e6d8f0e748525e6 (1 ms)
[ RUN      ] GenEmitterTest.test410c9f00cef2fbe84d3f
[       OK ] GenEmitterTest.test410c9f00cef2fbe84d3f (2 ms)
[ RUN      ] GenEmitterTest.test2438e75da6ea8f014749
[       OK ] GenEmitterTest.test2438e75da6ea8f014749 (2 ms)
[ RUN      ] GenEmitterTest.test0eb1e1c40f31df48889a
[       OK ] GenEmitterTest.test0eb1e1c40f31df48889a (2 ms)
[ RUN      ] GenEmitterTest.test7d9b8575590f008b6dcf
[       OK ] GenEmitterTest.test7d9b8575590f008b6dcf (1 ms)
[ RUN      ] GenEmitterTest.test65e209ba68cc24d8b595
[       OK ] GenEmitterTest.test65e209ba68cc24d8b595 (2 ms)
[ RUN      ] GenEmitterTest.test507a8de1564951289f94
[       OK ] GenEmitterTest.test507a8de1564951289f94 (2 ms)
[ RUN      ] GenEmitterTest.testfad3bc4da4b3117cbaac
[       OK ] GenEmitterTest.testfad3bc4da4b3117cbaac (1 ms)
[ RUN      ] GenEmitterTest.test56e0e2370b233fb813d0
[       OK ] GenEmitterTest.test56e0e2370b233fb813d0 (2 ms)
[ RUN      ] GenEmitterTest.test0a4ab861864d922b0ef3
[       OK ] GenEmitterTest.test0a4ab861864d922b0ef3 (2 ms)
[ RUN      ] GenEmitterTest.testdfefc6ca543a9fdd2ab4
[       OK ] GenEmitterTest.testdfefc6ca543a9fdd2ab4 (1 ms)
[ RUN      ] GenEmitterTest.test812eee6d9f35f45d4c74
[       OK ] GenEmitterTest.test812eee6d9f35f45d4c74 (2 ms)
[ RUN      ] GenEmitterTest.test40cad31d965f6c4799b2
[       OK ] GenEmitterTest.test40cad31d965f6c4799b2 (2 ms)
[ RUN      ] GenEmitterTest.testcd959e61fe82eb217264
[       OK ] GenEmitterTest.testcd959e61fe82eb217264 (2 ms)
[ RUN      ] GenEmitterTest.test6d9e41274914945389ad
[       OK ] GenEmitterTest.test6d9e41274914945389ad (2 ms)
[ RUN      ] GenEmitterTest.testab6b07362d96686c11d0
[       OK ] GenEmitterTest.testab6b07362d96686c11d0 (1 ms)
[ RUN      ] GenEmitterTest.testd4c0512efd628009c912
[       OK ] GenEmitterTest.testd4c0512efd628009c912 (2 ms)
[ RUN      ] GenEmitterTest.test2774792a756fc53a2ca9
[       OK ] GenEmitterTest.test2774792a756fc53a2ca9 (2 ms)
[ RUN      ] GenEmitterTest.test9f03b22824667c3b1189
[       OK ] GenEmitterTest.test9f03b22824667c3b1189 (2 ms)
[ RUN      ] GenEmitterTest.test24dd60172cf27492a619
[       OK ] GenEmitterTest.test24dd60172cf27492a619 (1 ms)
[ RUN      ] GenEmitterTest.testa48e3f886fe68e9b48f5
[       OK ] GenEmitterTest.testa48e3f886fe68e9b48f5 (1 ms)
[ RUN      ] GenEmitterTest.testfc1258212ed3c60e6e0c
[       OK ] GenEmitterTest.testfc1258212ed3c60e6e0c (2 ms)
[ RUN      ] GenEmitterTest.test31c3570f387278586efc
[       OK ] GenEmitterTest.test31c3570f387278586efc (2 ms)
[ RUN      ] GenEmitterTest.test0d2e56437573e1a68e06
[       OK ] GenEmitterTest.test0d2e56437573e1a68e06 (2 ms)
[ RUN      ] GenEmitterTest.test87f2bba12c122a5ef611
[       OK ] GenEmitterTest.test87f2bba12c122a5ef611 (2 ms)
[ RUN      ] GenEmitterTest.testce2b83660fc3c47881d9
[       OK ] GenEmitterTest.testce2b83660fc3c47881d9 (1 ms)
[ RUN      ] GenEmitterTest.test1192cd9aee9977c43f91
[       OK ] GenEmitterTest.test1192cd9aee9977c43f91 (2 ms)
[ RUN      ] GenEmitterTest.test5ec743a4a5f5d9f250e6
[       OK ] GenEmitterTest.test5ec743a4a5f5d9f250e6 (2 ms)
[ RUN      ] GenEmitterTest.test989ce0d2a8d41f94e563
[       OK ] GenEmitterTest.test989ce0d2a8d41f94e563 (2 ms)
[ RUN      ] GenEmitterTest.test16b16527ce6d2047b885
[       OK ] GenEmitterTest.test16b16527ce6d2047b885 (2 ms)
[ RUN      ] GenEmitterTest.test190462c295b7c1b9be90
[       OK ] GenEmitterTest.test190462c295b7c1b9be90 (2 ms)
[ RUN      ] GenEmitterTest.teste179dd43311786d15564
[       OK ] GenEmitterTest.teste179dd43311786d15564 (2 ms)
[ RUN      ] GenEmitterTest.test448c118909ba10e1e5c2
[       OK ] GenEmitterTest.test448c118909ba10e1e5c2 (1 ms)
[ RUN      ] GenEmitterTest.test2aa064c8455651bbbccf
[       OK ] GenEmitterTest.test2aa064c8455651bbbccf (2 ms)
[ RUN      ] GenEmitterTest.test68e7564605ae7013b858
[       OK ] GenEmitterTest.test68e7564605ae7013b858 (2 ms)
[ RUN      ] GenEmitterTest.test11fa4cf5f845696bf8c9
[       OK ] GenEmitterTest.test11fa4cf5f845696bf8c9 (2 ms)
[ RUN      ] GenEmitterTest.test2b2cd9f7d03b725c77f7
[       OK ] GenEmitterTest.test2b2cd9f7d03b725c77f7 (2 ms)
[ RUN      ] GenEmitterTest.test846d35c91609d010038a
[       OK ] GenEmitterTest.test846d35c91609d010038a (2 ms)
[ RUN      ] GenEmitterTest.test0295ace15e4d18d3efff
[       OK ] GenEmitterTest.test0295ace15e4d18d3efff (2 ms)
[ RUN      ] GenEmitterTest.test31f01031d12ec0623b22
[       OK ] GenEmitterTest.test31f01031d12ec0623b22 (2 ms)
[ RUN      ] GenEmitterTest.test9dfa64a8b15cb1e411f3
[       OK ] GenEmitterTest.test9dfa64a8b15cb1e411f3 (2 ms)
[ RUN      ] GenEmitterTest.test2e707476963eb0157f56
[       OK ] GenEmitterTest.test2e707476963eb0157f56 (2 ms)
[ RUN      ] GenEmitterTest.test455d60cf99b6ecf73d46
[       OK ] GenEmitterTest.test455d60cf99b6ecf73d46 (2 ms)
[ RUN      ] GenEmitterTest.testa370b09ea89f5df32d03
[       OK ] GenEmitterTest.testa370b09ea89f5df32d03 (2 ms)
[ RUN      ] GenEmitterTest.test325554fe67b486e0ac43
[       OK ] GenEmitterTest.test325554fe67b486e0ac43 (2 ms)
[ RUN      ] GenEmitterTest.test0e511740421ef2391918
[       OK ] GenEmitterTest.test0e511740421ef2391918 (2 ms)
[ RUN      ] GenEmitterTest.test48e6238da58855f75d2d
[       OK ] GenEmitterTest.test48e6238da58855f75d2d (2 ms)
[ RUN      ] GenEmitterTest.test985ccda3f305aebbe7c1
[       OK ] GenEmitterTest.test985ccda3f305aebbe7c1 (2 ms)
[ RUN      ] GenEmitterTest.test48a885b1b5192b7d6c42
[       OK ] GenEmitterTest.test48a885b1b5192b7d6c42 (2 ms)
[ RUN      ] GenEmitterTest.test2d59de662bffd75bdd4e
[       OK ] GenEmitterTest.test2d59de662bffd75bdd4e (3 ms)
[ RUN      ] GenEmitterTest.test1876b50ad981242e1b5e
[       OK ] GenEmitterTest.test1876b50ad981242e1b5e (2 ms)
[ RUN      ] GenEmitterTest.test3be092fd7c3394e57a02
[       OK ] GenEmitterTest.test3be092fd7c3394e57a02 (2 ms)
[ RUN      ] GenEmitterTest.testdaaf6202df0524d94ba2
[       OK ] GenEmitterTest.testdaaf6202df0524d94ba2 (2 ms)
[ RUN      ] GenEmitterTest.test0f9c4973bc77d8baa80b
[       OK ] GenEmitterTest.test0f9c4973bc77d8baa80b (2 ms)
[ RUN      ] GenEmitterTest.testfb738d9af8c3f5d0d89b
[       OK ] GenEmitterTest.testfb738d9af8c3f5d0d89b (2 ms)
[ RUN      ] GenEmitterTest.test7ba35bde1bf4471d19fd
[       OK ] GenEmitterTest.test7ba35bde1bf4471d19fd (2 ms)
[ RUN      ] GenEmitterTest.test2fc98e907a537e17f435
[       OK ] GenEmitterTest.test2fc98e907a537e17f435 (2 ms)
[ RUN      ] GenEmitterTest.test1c2cbe9d3ad5bca645f1
[       OK ] GenEmitterTest.test1c2cbe9d3ad5bca645f1 (2 ms)
[ RUN      ] GenEmitterTest.test999bff6d585448f6f195
[       OK ] GenEmitterTest.test999bff6d585448f6f195 (3 ms)
[ RUN      ] GenEmitterTest.test8972a583224ae4553b81
[       OK ] GenEmitterTest.test8972a583224ae4553b81 (2 ms)
[ RUN      ] GenEmitterTest.test77d2c64329579c726156
[       OK ] GenEmitterTest.test77d2c64329579c726156 (2 ms)
[ RUN      ] GenEmitterTest.testf60e4d264223ca1d8ed0
[       OK ] GenEmitterTest.testf60e4d264223ca1d8ed0 (3 ms)
[ RUN      ] GenEmitterTest.test954d6b81ce04cb78b6a9
[       OK ] GenEmitterTest.test954d6b81ce04cb78b6a9 (3 ms)
[ RUN      ] GenEmitterTest.test24e333326d100b0fb309
[       OK ] GenEmitterTest.test24e333326d100b0fb309 (3 ms)
[ RUN      ] GenEmitterTest.test996f3742f7296a3dfc08
[       OK ] GenEmitterTest.test996f3742f7296a3dfc08 (3 ms)
[ RUN      ] GenEmitterTest.test7c795dad3124d186fe05
[       OK ] GenEmitterTest.test7c795dad3124d186fe05 (3 ms)
[ RUN      ] GenEmitterTest.testc2b03c01b73703fad10f
[       OK ] GenEmitterTest.testc2b03c01b73703fad10f (3 ms)
[ RUN      ] GenEmitterTest.testab877782f99ac0c76a54
[       OK ] GenEmitterTest.testab877782f99ac0c76a54 (3 ms)
[ RUN      ] GenEmitterTest.test784517e5fb6049b5eeb8
[       OK ] GenEmitterTest.test784517e5fb6049b5eeb8 (2 ms)
[ RUN      ] GenEmitterTest.testbb2a1aa3c8fb0b8c763f
[       OK ] GenEmitterTest.testbb2a1aa3c8fb0b8c763f (3 ms)
[ RUN      ] GenEmitterTest.testb360035c1b0988456eb8
[       OK ] GenEmitterTest.testb360035c1b0988456eb8 (3 ms)
[ RUN      ] GenEmitterTest.test547ca5f2968b36666091
[       OK ] GenEmitterTest.test547ca5f2968b36666091 (3 ms)
[ RUN      ] GenEmitterTest.testcfb6b5ffda618b49a876
[       OK ] GenEmitterTest.testcfb6b5ffda618b49a876 (3 ms)
[ RUN      ] GenEmitterTest.test0f42ce2ba53fb3e486f9
[       OK ] GenEmitterTest.test0f42ce2ba53fb3e486f9 (3 ms)
[ RUN      ] GenEmitterTest.test93e437d10dbd42ac83bb
[       OK ] GenEmitterTest.test93e437d10dbd42ac83bb (2 ms)
[ RUN      ] GenEmitterTest.test4267b4f75e3d9582d981
[       OK ] GenEmitterTest.test4267b4f75e3d9582d981 (1 ms)
[ RUN      ] GenEmitterTest.test62c1e6598c987e3d28a2
[       OK ] GenEmitterTest.test62c1e6598c987e3d28a2 (2 ms)
[ RUN      ] GenEmitterTest.testbcf0ccd5a35fe73714b0
[       OK ] GenEmitterTest.testbcf0ccd5a35fe73714b0 (1 ms)
[ RUN      ] GenEmitterTest.testa4c54e8a23771f781411
[       OK ] GenEmitterTest.testa4c54e8a23771f781411 (1 ms)
[ RUN      ] GenEmitterTest.testad0a081525db9f568450
[       OK ] GenEmitterTest.testad0a081525db9f568450 (1 ms)
[ RUN      ] GenEmitterTest.test1c24a291665d1cc4404c
[       OK ] GenEmitterTest.test1c24a291665d1cc4404c (1 ms)
[ RUN      ] GenEmitterTest.testcb331bf2e56388df2f1a
[       OK ] GenEmitterTest.testcb331bf2e56388df2f1a (1 ms)
[ RUN      ] GenEmitterTest.test122fe9269df7f8cb80f7
[       OK ] GenEmitterTest.test122fe9269df7f8cb80f7 (1 ms)
[ RUN      ] GenEmitterTest.test6a09300420248adaddd4
[       OK ] GenEmitterTest.test6a09300420248adaddd4 (1 ms)
[ RUN      ] GenEmitterTest.testf3bd03889c1e8dceb798
[       OK ] GenEmitterTest.testf3bd03889c1e8dceb798 (1 ms)
[ RUN      ] GenEmitterTest.testce882fb9271babb66dc6
[       OK ] GenEmitterTest.testce882fb9271babb66dc6 (2 ms)
[ RUN      ] GenEmitterTest.test9c237cf40d8848a18afd
[       OK ] GenEmitterTest.test9c237cf40d8848a18afd (1 ms)
[ RUN      ] GenEmitterTest.testcadbaf942d41242c21fc
[       OK ] GenEmitterTest.testcadbaf942d41242c21fc (2 ms)
[ RUN      ] GenEmitterTest.testfc6e5fb862b4ce920622
[       OK ] GenEmitterTest.testfc6e5fb862b4ce920622 (2 ms)
[ RUN      ] GenEmitterTest.test4ecc85dc0cb57f446540
[       OK ] GenEmitterTest.test4ecc85dc0cb57f446540 (1 ms)
[ RUN      ] GenEmitterTest.test4e844b231f7985238b21
[       OK ] GenEmitterTest.test4e844b231f7985238b21 (2 ms)
[ RUN      ] GenEmitterTest.test8ec201c2f040093428a7
[       OK ] GenEmitterTest.test8ec201c2f040093428a7 (2 ms)
[ RUN      ] GenEmitterTest.test92469ed608395adc2620
[       OK ] GenEmitterTest.test92469ed608395adc2620 (1 ms)
[ RUN      ] GenEmitterTest.test8a9d541f2dc9c468cbaa
[       OK ] GenEmitterTest.test8a9d541f2dc9c468cbaa (2 ms)
[ RUN      ] GenEmitterTest.test6a9392e1353590d282e2
[       OK ] GenEmitterTest.test6a9392e1353590d282e2 (2 ms)
[ RUN      ] GenEmitterTest.test87d8b037171651caa126
[       OK ] GenEmitterTest.test87d8b037171651caa126 (1 ms)
[ RUN      ] GenEmitterTest.test1b1bc972209abdacc529
[       OK ] GenEmitterTest.test1b1bc972209abdacc529 (2 ms)
[ RUN      ] GenEmitterTest.test552483e6a5fe7eee1cc5
[       OK ] GenEmitterTest.test552483e6a5fe7eee1cc5 (2 ms)
[ RUN      ] GenEmitterTest.test43d39704b3b5e188182a
[       OK ] GenEmitterTest.test43d39704b3b5e188182a (1 ms)
[ RUN      ] GenEmitterTest.test7318d9b71ec1a8f05621
[       OK ] GenEmitterTest.test7318d9b71ec1a8f05621 (2 ms)
[ RUN      ] GenEmitterTest.test77302e5c536183072945
[       OK ] GenEmitterTest.test77302e5c536183072945 (2 ms)
[ RUN      ] GenEmitterTest.test5b740c51d614c5cedf1c
[       OK ] GenEmitterTest.test5b740c51d614c5cedf1c (2 ms)
[ RUN      ] GenEmitterTest.testb66838e46cf76ce30c95
[       OK ] GenEmitterTest.testb66838e46cf76ce30c95 (1 ms)
[ RUN      ] GenEmitterTest.test592cabeb320cc3d6a4a6
[       OK ] GenEmitterTest.test592cabeb320cc3d6a4a6 (2 ms)
[ RUN      ] GenEmitterTest.testdcc6e5388f6c2058954f
[       OK ] GenEmitterTest.testdcc6e5388f6c2058954f (2 ms)
[ RUN      ] GenEmitterTest.test1ebbb7521464e6cc5da7
[       OK ] GenEmitterTest.test1ebbb7521464e6cc5da7 (2 ms)
[ RUN      ] GenEmitterTest.test8ccc7ae170ad81b12996
[       OK ] GenEmitterTest.test8ccc7ae170ad81b12996 (1 ms)
[ RUN      ] GenEmitterTest.test6421c3c3ed7a65699e0b
[       OK ] GenEmitterTest.test6421c3c3ed7a65699e0b (2 ms)
[ RUN      ] GenEmitterTest.test096939c5c407fed2178a
[       OK ] GenEmitterTest.test096939c5c407fed2178a (2 ms)
[ RUN      ] GenEmitterTest.test1e79c736bdaf36bcc331
[       OK ] GenEmitterTest.test1e79c736bdaf36bcc331 (2 ms)
[ RUN      ] GenEmitterTest.testa932875b266f62a32a15
[       OK ] GenEmitterTest.testa932875b266f62a32a15 (1 ms)
[ RUN      ] GenEmitterTest.test7211a0d0a7d7b8957fbd
[       OK ] GenEmitterTest.test7211a0d0a7d7b8957fbd (1 ms)
[ RUN      ] GenEmitterTest.testfe2ed84c5a19bea4324a
[       OK ] GenEmitterTest.testfe2ed84c5a19bea4324a (2 ms)
[ RUN      ] GenEmitterTest.test05fe79e124bcadf04952
[       OK ] GenEmitterTest.test05fe79e124bcadf04952 (2 ms)
[ RUN      ] GenEmitterTest.test6deaaa4620537aec93bb
[       OK ] GenEmitterTest.test6deaaa4620537aec93bb (2 ms)
[ RUN      ] GenEmitterTest.testd8f4b7fd570238af0ac6
[       OK ] GenEmitterTest.testd8f4b7fd570238af0ac6 (2 ms)
[ RUN      ] GenEmitterTest.test6aa495401fa882fd6ef0
[       OK ] GenEmitterTest.test6aa495401fa882fd6ef0 (1 ms)
[ RUN      ] GenEmitterTest.test3388236bb529c50f5341
[       OK ] GenEmitterTest.test3388236bb529c50f5341 (1 ms)
[ RUN      ] GenEmitterTest.test79f4266262dffb3f8346
[       OK ] GenEmitterTest.test79f4266262dffb3f8346 (2 ms)
[ RUN      ] GenEmitterTest.teste858dd76c42bbd281706
[       OK ] GenEmitterTest.teste858dd76c42bbd281706 (2 ms)
[ RUN      ] GenEmitterTest.test7487786b0131b1337e71
[       OK ] GenEmitterTest.test7487786b0131b1337e71 (2 ms)
[ RUN      ] GenEmitterTest.testa9b9110a8d2175a57e7c
[       OK ] GenEmitterTest.testa9b9110a8d2175a57e7c (2 ms)
[ RUN      ] GenEmitterTest.teste99a7f40fb4d939e2da7
[       OK ] GenEmitterTest.teste99a7f40fb4d939e2da7 (2 ms)
[ RUN      ] GenEmitterTest.test0e253895bd9cff694f9a
[       OK ] GenEmitterTest.test0e253895bd9cff694f9a (2 ms)
[ RUN      ] GenEmitterTest.testf0a8ffd3a895826b093c
[       OK ] GenEmitterTest.testf0a8ffd3a895826b093c (2 ms)
[ RUN      ] GenEmitterTest.testdae2c374518234f70e9f
[       OK ] GenEmitterTest.testdae2c374518234f70e9f (1 ms)
[ RUN      ] GenEmitterTest.testc0dae4cd70b3f409cbb4
[       OK ] GenEmitterTest.testc0dae4cd70b3f409cbb4 (2 ms)
[ RUN      ] GenEmitterTest.testc26f714fb6f9b1ee6cf9
[       OK ] GenEmitterTest.testc26f714fb6f9b1ee6cf9 (2 ms)
[ RUN      ] GenEmitterTest.test9644620dcb35431e2969
[       OK ] GenEmitterTest.test9644620dcb35431e2969 (2 ms)
[ RUN      ] GenEmitterTest.test1cfceae5c8e4a64a43ae
[       OK ] GenEmitterTest.test1cfceae5c8e4a64a43ae (2 ms)
[ RUN      ] GenEmitterTest.test64f296d213a7ddc7738c
[       OK ] GenEmitterTest.test64f296d213a7ddc7738c (2 ms)
[ RUN      ] GenEmitterTest.testb645b7ae7c95adc70e6f
[       OK ] GenEmitterTest.testb645b7ae7c95adc70e6f (2 ms)
[ RUN      ] GenEmitterTest.test3a6fb33f542118758a78
[       OK ] GenEmitterTest.test3a6fb33f542118758a78 (2 ms)
[ RUN      ] GenEmitterTest.test98b9868c139b816dcc00
[       OK ] GenEmitterTest.test98b9868c139b816dcc00 (2 ms)
[ RUN      ] GenEmitterTest.test69526d609eb86d3b7917
[       OK ] GenEmitterTest.test69526d609eb86d3b7917 (2 ms)
[ RUN      ] GenEmitterTest.testb569fe86774c96603a89
[       OK ] GenEmitterTest.testb569fe86774c96603a89 (3 ms)
[ RUN      ] GenEmitterTest.test03793bbef87d15c4ec74
[       OK ] GenEmitterTest.test03793bbef87d15c4ec74 (2 ms)
[ RUN      ] GenEmitterTest.test508ca3314339f0dfb5c8
[       OK ] GenEmitterTest.test508ca3314339f0dfb5c8 (2 ms)
[ RUN      ] GenEmitterTest.test7c8a731b32213075b25a
[       OK ] GenEmitterTest.test7c8a731b32213075b25a (3 ms)
[ RUN      ] GenEmitterTest.testb2a840af01cc1074e80f
[       OK ] GenEmitterTest.testb2a840af01cc1074e80f (2 ms)
[ RUN      ] GenEmitterTest.test8e372218ea9564c579b6
[       OK ] GenEmitterTest.test8e372218ea9564c579b6 (2 ms)
[ RUN      ] GenEmitterTest.test9135f186de91cf9e7538
[       OK ] GenEmitterTest.test9135f186de91cf9e7538 (3 ms)
[ RUN      ] GenEmitterTest.test81be571777fd06470d73
[       OK ] GenEmitterTest.test81be571777fd06470d73 (2 ms)
[ RUN      ] GenEmitterTest.test7614d4928827481a2d8e
[       OK ] GenEmitterTest.test7614d4928827481a2d8e (2 ms)
[ RUN      ] GenEmitterTest.teste21f9902a4a5e3c73628
[       OK ] GenEmitterTest.teste21f9902a4a5e3c73628 (2 ms)
[ RUN      ] GenEmitterTest.test879d7957916fb5526b7e
[       OK ] GenEmitterTest.test879d7957916fb5526b7e (3 ms)
[ RUN      ] GenEmitterTest.test8e4e2b3618c7fe67384b
[       OK ] GenEmitterTest.test8e4e2b3618c7fe67384b (2 ms)
[ RUN      ] GenEmitterTest.test5e8672f96ce5a11b846a
[       OK ] GenEmitterTest.test5e8672f96ce5a11b846a (3 ms)
[ RUN      ] GenEmitterTest.test26c021c876f1ef91cff4
[       OK ] GenEmitterTest.test26c021c876f1ef91cff4 (3 ms)
[ RUN      ] GenEmitterTest.test04da690e5c32b7bf1dc3
[       OK ] GenEmitterTest.test04da690e5c32b7bf1dc3 (2 ms)
[ RUN      ] GenEmitterTest.test4bf435d6bad0ca7f8016
[       OK ] GenEmitterTest.test4bf435d6bad0ca7f8016 (3 ms)
[ RUN      ] GenEmitterTest.test38a40c04ceadf66cb77a
[       OK ] GenEmitterTest.test38a40c04ceadf66cb77a (3 ms)
[ RUN      ] GenEmitterTest.test73f543da75154971fa58
[       OK ] GenEmitterTest.test73f543da75154971fa58 (3 ms)
[ RUN      ] GenEmitterTest.test9c2a6b8e53a71cc271f1
[       OK ] GenEmitterTest.test9c2a6b8e53a71cc271f1 (3 ms)
[ RUN      ] GenEmitterTest.test76e7370aa293790ca0b6
[       OK ] GenEmitterTest.test76e7370aa293790ca0b6 (3 ms)
[ RUN      ] GenEmitterTest.test530430c212524fd2d917
[       OK ] GenEmitterTest.test530430c212524fd2d917 (2 ms)
[ RUN      ] GenEmitterTest.testdc001467ce9060c3e34f
[       OK ] GenEmitterTest.testdc001467ce9060c3e34f (3 ms)
[ RUN      ] GenEmitterTest.teste650915c87ea88e85b7d
[       OK ] GenEmitterTest.teste650915c87ea88e85b7d (3 ms)
[ RUN      ] GenEmitterTest.testc288c80940cbb3539620
[       OK ] GenEmitterTest.testc288c80940cbb3539620 (3 ms)
[ RUN      ] GenEmitterTest.test18256634c494bbf715ac
[       OK ] GenEmitterTest.test18256634c494bbf715ac (3 ms)
[ RUN      ] GenEmitterTest.testfaecbb520871c68e74c2
[       OK ] GenEmitterTest.testfaecbb520871c68e74c2 (2 ms)
[ RUN      ] GenEmitterTest.testd3b1e7d0410f03b69666
[       OK ] GenEmitterTest.testd3b1e7d0410f03b69666 (2 ms)
[ RUN      ] GenEmitterTest.test2654cfdffd9be4c24917
[       OK ] GenEmitterTest.test2654cfdffd9be4c24917 (1 ms)
[ RUN      ] GenEmitterTest.testad5fd5e6d524dd2c4907
[       OK ] GenEmitterTest.testad5fd5e6d524dd2c4907 (1 ms)
[ RUN      ] GenEmitterTest.testb1b59e0e48f25bf90045
[       OK ] GenEmitterTest.testb1b59e0e48f25bf90045 (1 ms)
[ RUN      ] GenEmitterTest.test6a1cd91064a302335507
[       OK ] GenEmitterTest.test6a1cd91064a302335507 (1 ms)
[ RUN      ] GenEmitterTest.test7542cfaba20c029d74d2
[       OK ] GenEmitterTest.test7542cfaba20c029d74d2 (1 ms)
[ RUN      ] GenEmitterTest.test7c64ec9fde647f95ae64
[       OK ] GenEmitterTest.test7c64ec9fde647f95ae64 (1 ms)
[ RUN      ] GenEmitterTest.testbba41212c116596476f3
[       OK ] GenEmitterTest.testbba41212c116596476f3 (1 ms)
[ RUN      ] GenEmitterTest.test66a3e0c8ba0580adcce7
[       OK ] GenEmitterTest.test66a3e0c8ba0580adcce7 (1 ms)
[ RUN      ] GenEmitterTest.test201f78790b978c826f38
[       OK ] GenEmitterTest.test201f78790b978c826f38 (1 ms)
[ RUN      ] GenEmitterTest.test85630834239ca1a21b5f
[       OK ] GenEmitterTest.test85630834239ca1a21b5f (3 ms)
[ RUN      ] GenEmitterTest.test6e4aaceae87fea59c777
[       OK ] GenEmitterTest.test6e4aaceae87fea59c777 (2 ms)
[ RUN      ] GenEmitterTest.test430815076958c69dc3ae
[       OK ] GenEmitterTest.test430815076958c69dc3ae (2 ms)
[ RUN      ] GenEmitterTest.test699eb267a6012eb16178
[       OK ] GenEmitterTest.test699eb267a6012eb16178 (2 ms)
[ RUN      ] GenEmitterTest.testf51a095fb67ab6d7a2c9
[       OK ] GenEmitterTest.testf51a095fb67ab6d7a2c9 (2 ms)
[ RUN      ] GenEmitterTest.test9c926b68cb956ee2c349
[       OK ] GenEmitterTest.test9c926b68cb956ee2c349 (2 ms)
[ RUN      ] GenEmitterTest.testeafd3facc48783e0e3a5
[       OK ] GenEmitterTest.testeafd3facc48783e0e3a5 (2 ms)
[ RUN      ] GenEmitterTest.testd702fb9ab5607d2ac819
[       OK ] GenEmitterTest.testd702fb9ab5607d2ac819 (2 ms)
[ RUN      ] GenEmitterTest.teste442f82a0e6799f2610c
[       OK ] GenEmitterTest.teste442f82a0e6799f2610c (2 ms)
[ RUN      ] GenEmitterTest.test60c91197fb0bb0c6abc3
[       OK ] GenEmitterTest.test60c91197fb0bb0c6abc3 (2 ms)
[ RUN      ] GenEmitterTest.testb51cf53880c7efae7f00
[       OK ] GenEmitterTest.testb51cf53880c7efae7f00 (2 ms)
[ RUN      ] GenEmitterTest.test015d48eead15f53dda15
[       OK ] GenEmitterTest.test015d48eead15f53dda15 (2 ms)
[ RUN      ] GenEmitterTest.testa6ef6e851b7c9bb8695a
[       OK ] GenEmitterTest.testa6ef6e851b7c9bb8695a (3 ms)
[ RUN      ] GenEmitterTest.test77f35be9920c06becdb3
[       OK ] GenEmitterTest.test77f35be9920c06becdb3 (2 ms)
[ RUN      ] GenEmitterTest.testdabd5e4aaaf01a76ac53
[       OK ] GenEmitterTest.testdabd5e4aaaf01a76ac53 (2 ms)
[ RUN      ] GenEmitterTest.testfdfbe118771b6de1e966
[       OK ] GenEmitterTest.testfdfbe118771b6de1e966 (2 ms)
[ RUN      ] GenEmitterTest.test4153b34f6f6392539a57
[       OK ] GenEmitterTest.test4153b34f6f6392539a57 (3 ms)
[ RUN      ] GenEmitterTest.test73cfd1e2fec4af9bcd24
[       OK ] GenEmitterTest.test73cfd1e2fec4af9bcd24 (3 ms)
[ RUN      ] GenEmitterTest.test9a25bda309eadfbe8323
[       OK ] GenEmitterTest.test9a25bda309eadfbe8323 (3 ms)
[ RUN      ] GenEmitterTest.test7600d72d8bd5c481b7d2
[       OK ] GenEmitterTest.test7600d72d8bd5c481b7d2 (3 ms)
[ RUN      ] GenEmitterTest.teste03fdb7c4a58b419523d
[       OK ] GenEmitterTest.teste03fdb7c4a58b419523d (2 ms)
[ RUN      ] GenEmitterTest.testcfc06e7baf582f834f85
[       OK ] GenEmitterTest.testcfc06e7baf582f834f85 (3 ms)
[ RUN      ] GenEmitterTest.test355c684d237adcf5d852
[       OK ] GenEmitterTest.test355c684d237adcf5d852 (3 ms)
[ RUN      ] GenEmitterTest.testbc2e12df3c174bd6b7e3
[       OK ] GenEmitterTest.testbc2e12df3c174bd6b7e3 (2 ms)
[ RUN      ] GenEmitterTest.test47220f053e2788618f28
[       OK ] GenEmitterTest.test47220f053e2788618f28 (2 ms)
[ RUN      ] GenEmitterTest.testa71dd9a65f4e9563d114
[       OK ] GenEmitterTest.testa71dd9a65f4e9563d114 (3 ms)
[ RUN      ] GenEmitterTest.test188c5ac5c1d6e2174110
[       OK ] GenEmitterTest.test188c5ac5c1d6e2174110 (3 ms)
[ RUN      ] GenEmitterTest.testdc89b13ed8a4694f0296
[       OK ] GenEmitterTest.testdc89b13ed8a4694f0296 (2 ms)
[ RUN      ] GenEmitterTest.test91fe618a569a60fa75d0
[       OK ] GenEmitterTest.test91fe618a569a60fa75d0 (1 ms)
[ RUN      ] GenEmitterTest.test1f18c55487cda597929f
[       OK ] GenEmitterTest.test1f18c55487cda597929f (1 ms)
[ RUN      ] GenEmitterTest.testa74f5aa5747c1ec09ac2
[       OK ] GenEmitterTest.testa74f5aa5747c1ec09ac2 (1 ms)
[ RUN      ] GenEmitterTest.testda71284d14e9f5902fe5
[       OK ] GenEmitterTest.testda71284d14e9f5902fe5 (1 ms)
[ RUN      ] GenEmitterTest.testb041a1dda939d84dd6ed
[       OK ] GenEmitterTest.testb041a1dda939d84dd6ed (1 ms)
[ RUN      ] GenEmitterTest.test0f39f734136f83edaab4
[       OK ] GenEmitterTest.test0f39f734136f83edaab4 (1 ms)
[ RUN      ] GenEmitterTest.teste8eed1f3ab25f5395d7b
[       OK ] GenEmitterTest.teste8eed1f3ab25f5395d7b (1 ms)
[ RUN      ] GenEmitterTest.test3c7e3bbca86317884080
[       OK ] GenEmitterTest.test3c7e3bbca86317884080 (1 ms)
[ RUN      ] GenEmitterTest.testdc6b30ad8f00369e0597
[       OK ] GenEmitterTest.testdc6b30ad8f00369e0597 (1 ms)
[ RUN      ] GenEmitterTest.testa905ff4b380f9fbbb630
[       OK ] GenEmitterTest.testa905ff4b380f9fbbb630 (1 ms)
[ RUN      ] GenEmitterTest.test7143b34a608a3c7dc4bf
[       OK ] GenEmitterTest.test7143b34a608a3c7dc4bf (2 ms)
[ RUN      ] GenEmitterTest.test3f56e373d59464d85912
[       OK ] GenEmitterTest.test3f56e373d59464d85912 (3 ms)
[ RUN      ] GenEmitterTest.test8790906cd88c45aba794
[       OK ] GenEmitterTest.test8790906cd88c45aba794 (2 ms)
[ RUN      ] GenEmitterTest.test7eef04e795fe3d520c6f
[       OK ] GenEmitterTest.test7eef04e795fe3d520c6f (2 ms)
[ RUN      ] GenEmitterTest.test3378c3dc3604de62c507
[       OK ] GenEmitterTest.test3378c3dc3604de62c507 (2 ms)
[ RUN      ] GenEmitterTest.teste9742c9cbd88de777d38
[       OK ] GenEmitterTest.teste9742c9cbd88de777d38 (2 ms)
[ RUN      ] GenEmitterTest.testb74cac7a45f30159f880
[       OK ] GenEmitterTest.testb74cac7a45f30159f880 (2 ms)
[ RUN      ] GenEmitterTest.testa4475a6e0ca5a46213db
[       OK ] GenEmitterTest.testa4475a6e0ca5a46213db (2 ms)
[ RUN      ] GenEmitterTest.test7aa5535404499fd9e6fe
[       OK ] GenEmitterTest.test7aa5535404499fd9e6fe (2 ms)
[ RUN      ] GenEmitterTest.test75a57ca05218b76d7aa1
[       OK ] GenEmitterTest.test75a57ca05218b76d7aa1 (2 ms)
[ RUN      ] GenEmitterTest.test973f12b1e7cdd047a330
[       OK ] GenEmitterTest.test973f12b1e7cdd047a330 (2 ms)
[ RUN      ] GenEmitterTest.test75086003fa734ba2e64c
[       OK ] GenEmitterTest.test75086003fa734ba2e64c (3 ms)
[ RUN      ] GenEmitterTest.testef9ab805717a642f5d50
[       OK ] GenEmitterTest.testef9ab805717a642f5d50 (2 ms)
[ RUN      ] GenEmitterTest.testbbe1014c67cbcd9bff8f
[       OK ] GenEmitterTest.testbbe1014c67cbcd9bff8f (2 ms)
[ RUN      ] GenEmitterTest.testa0fae19726738031a50d
[       OK ] GenEmitterTest.testa0fae19726738031a50d (3 ms)
[ RUN      ] GenEmitterTest.test8cf4c10b22758615f5dc
[       OK ] GenEmitterTest.test8cf4c10b22758615f5dc (2 ms)
[ RUN      ] GenEmitterTest.test777130969e538d6086d6
[       OK ] GenEmitterTest.test777130969e538d6086d6 (3 ms)
[ RUN      ] GenEmitterTest.test5ab6ba08277cd6a6a349
[       OK ] GenEmitterTest.test5ab6ba08277cd6a6a349 (3 ms)
[ RUN      ] GenEmitterTest.test4e6b76c47d712e10f181
[       OK ] GenEmitterTest.test4e6b76c47d712e10f181 (3 ms)
[ RUN      ] GenEmitterTest.test0ccc3ac76a8810b05ab3
[       OK ] GenEmitterTest.test0ccc3ac76a8810b05ab3 (2 ms)
[ RUN      ] GenEmitterTest.test3def4b737140116db9f9
[       OK ] GenEmitterTest.test3def4b737140116db9f9 (3 ms)
[ RUN      ] GenEmitterTest.test9ca096634f9d9cec9b36
[       OK ] GenEmitterTest.test9ca096634f9d9cec9b36 (3 ms)
[ RUN      ] GenEmitterTest.testbf2b7d7182dae8038726
[       OK ] GenEmitterTest.testbf2b7d7182dae8038726 (3 ms)
[ RUN      ] GenEmitterTest.testa3528cc9ec7b90fc1d8d
[       OK ] GenEmitterTest.testa3528cc9ec7b90fc1d8d (2 ms)
[ RUN      ] GenEmitterTest.testf5be0253b15048a37e3a
[       OK ] GenEmitterTest.testf5be0253b15048a37e3a (3 ms)
[ RUN      ] GenEmitterTest.teste338a8f7f7aa9b63cddb
[       OK ] GenEmitterTest.teste338a8f7f7aa9b63cddb (3 ms)
[ RUN      ] GenEmitterTest.test3628377ede539d44f975
[       OK ] GenEmitterTest.test3628377ede539d44f975 (2 ms)
[ RUN      ] GenEmitterTest.test6eb2c2967a88d82d83d9
[       OK ] GenEmitterTest.test6eb2c2967a88d82d83d9 (3 ms)
[ RUN      ] GenEmitterTest.test03515aba5b291049c262
[       OK ] GenEmitterTest.test03515aba5b291049c262 (2 ms)
[ RUN      ] GenEmitterTest.test20eea0df7f54b919cb92
[       OK ] GenEmitterTest.test20eea0df7f54b919cb92 (2 ms)
[ RUN      ] GenEmitterTest.test6c6ab6f66ce2828d26cd
[       OK ] GenEmitterTest.test6c6ab6f66ce2828d26cd (3 ms)
[ RUN      ] GenEmitterTest.test7f415ecadae422f7b0f5
[       OK ] GenEmitterTest.test7f415ecadae422f7b0f5 (2 ms)
[ RUN      ] GenEmitterTest.test0797d220a5428528ec87
[       OK ] GenEmitterTest.test0797d220a5428528ec87 (2 ms)
[ RUN      ] GenEmitterTest.test6e29f19c88864559a43e
[       OK ] GenEmitterTest.test6e29f19c88864559a43e (2 ms)
[ RUN      ] GenEmitterTest.test0fe24accf63e33a71494
[       OK ] GenEmitterTest.test0fe24accf63e33a71494 (2 ms)
[ RUN      ] GenEmitterTest.test6cc44b957e440b365fbc
[       OK ] GenEmitterTest.test6cc44b957e440b365fbc (3 ms)
[ RUN      ] GenEmitterTest.test5de19a26e7af5459141b
[       OK ] GenEmitterTest.test5de19a26e7af5459141b (2 ms)
[ RUN      ] GenEmitterTest.testea71fb07f12c70473a81
[       OK ] GenEmitterTest.testea71fb07f12c70473a81 (3 ms)
[ RUN      ] GenEmitterTest.testa70d56c89e5219a106b6
[       OK ] GenEmitterTest.testa70d56c89e5219a106b6 (2 ms)
[ RUN      ] GenEmitterTest.test9eac2d394b9528ccd982
[       OK ] GenEmitterTest.test9eac2d394b9528ccd982 (3 ms)
[ RUN      ] GenEmitterTest.test25b8b26feb1a8e5e50f9
[       OK ] GenEmitterTest.test25b8b26feb1a8e5e50f9 (2 ms)
[ RUN      ] GenEmitterTest.testc9498e8d4545fb7ba842
[       OK ] GenEmitterTest.testc9498e8d4545fb7ba842 (3 ms)
[ RUN      ] GenEmitterTest.testaf3f79c8ce6b65a71427
[       OK ] GenEmitterTest.testaf3f79c8ce6b65a71427 (2 ms)
[ RUN      ] GenEmitterTest.test921c297e990d295cd067
[       OK ] GenEmitterTest.test921c297e990d295cd067 (3 ms)
[ RUN      ] GenEmitterTest.testd61d8ef3753e51e671a8
[       OK ] GenEmitterTest.testd61d8ef3753e51e671a8 (3 ms)
[ RUN      ] GenEmitterTest.test8fa800a208cdaa3e20d7
[       OK ] GenEmitterTest.test8fa800a208cdaa3e20d7 (3 ms)
[ RUN      ] GenEmitterTest.testdf78d6aa9976557adf35
[       OK ] GenEmitterTest.testdf78d6aa9976557adf35 (3 ms)
[ RUN      ] GenEmitterTest.testf13bfc9be619d52da2b9
[       OK ] GenEmitterTest.testf13bfc9be619d52da2b9 (3 ms)
[ RUN      ] GenEmitterTest.testd69830b6ed705995e364
[       OK ] GenEmitterTest.testd69830b6ed705995e364 (3 ms)
[ RUN      ] GenEmitterTest.teste41087bf41e163aa315d
[       OK ] GenEmitterTest.teste41087bf41e163aa315d (3 ms)
[ RUN      ] GenEmitterTest.testf46aa6778b48f4a04e21
[       OK ] GenEmitterTest.testf46aa6778b48f4a04e21 (3 ms)
[ RUN      ] GenEmitterTest.teste017eaffcd10bfedf757
[       OK ] GenEmitterTest.teste017eaffcd10bfedf757 (3 ms)
[ RUN      ] GenEmitterTest.test1cd2c3e073dac695dfdb
[       OK ] GenEmitterTest.test1cd2c3e073dac695dfdb (3 ms)
[ RUN      ] GenEmitterTest.testd2eb393135a7a84aea37
[       OK ] GenEmitterTest.testd2eb393135a7a84aea37 (3 ms)
[ RUN      ] GenEmitterTest.test79b4dcb868412729afed
[       OK ] GenEmitterTest.test79b4dcb868412729afed (3 ms)
[ RUN      ] GenEmitterTest.test379fd004b428ddfbabe2
[       OK ] GenEmitterTest.test379fd004b428ddfbabe2 (2 ms)
[ RUN      ] GenEmitterTest.test5c13b45235bb1b7e36a9
[       OK ] GenEmitterTest.test5c13b45235bb1b7e36a9 (3 ms)
[ RUN      ] GenEmitterTest.test95b9c0c89b4cd2841446
[       OK ] GenEmitterTest.test95b9c0c89b4cd2841446 (3 ms)
[ RUN      ] GenEmitterTest.test14810a0d0234bee070a2
[       OK ] GenEmitterTest.test14810a0d0234bee070a2 (2 ms)
[ RUN      ] GenEmitterTest.test8447a364c30880a42ca1
[       OK ] GenEmitterTest.test8447a364c30880a42ca1 (3 ms)
[ RUN      ] GenEmitterTest.test09fbd11d82a3777ac376
[       OK ] GenEmitterTest.test09fbd11d82a3777ac376 (2 ms)
[ RUN      ] GenEmitterTest.testcbb2d4bd62f1ef2f66ad
[       OK ] GenEmitterTest.testcbb2d4bd62f1ef2f66ad (3 ms)
[ RUN      ] GenEmitterTest.testa0ecef367a1f54e08d00
[       OK ] GenEmitterTest.testa0ecef367a1f54e08d00 (2 ms)
[ RUN      ] GenEmitterTest.test89c1ba14891887445d1a
[       OK ] GenEmitterTest.test89c1ba14891887445d1a (3 ms)
[ RUN      ] GenEmitterTest.test68436e821e03f93754e6
[       OK ] GenEmitterTest.test68436e821e03f93754e6 (3 ms)
[ RUN      ] GenEmitterTest.test9d56b9e336a032014977
[       OK ] GenEmitterTest.test9d56b9e336a032014977 (3 ms)
[ RUN      ] GenEmitterTest.test38701040630c71bff30d
[       OK ] GenEmitterTest.test38701040630c71bff30d (3 ms)
[ RUN      ] GenEmitterTest.testa5ee191882708767d03a
[       OK ] GenEmitterTest.testa5ee191882708767d03a (3 ms)
[ RUN      ] GenEmitterTest.test7f055e278180eb0f8c0d
[       OK ] GenEmitterTest.test7f055e278180eb0f8c0d (3 ms)
[ RUN      ] GenEmitterTest.testb17a6726041573ad5d90
[       OK ] GenEmitterTest.testb17a6726041573ad5d90 (2 ms)
[ RUN      ] GenEmitterTest.test0fe7dcb77bf033a58a7d
[       OK ] GenEmitterTest.test0fe7dcb77bf033a58a7d (3 ms)
[ RUN      ] GenEmitterTest.test4df73e774cb1a7044859
[       OK ] GenEmitterTest.test4df73e774cb1a7044859 (3 ms)
[ RUN      ] GenEmitterTest.test519ee9f4db0c2cc3cb22
[       OK ] GenEmitterTest.test519ee9f4db0c2cc3cb22 (3 ms)
[ RUN      ] GenEmitterTest.test86fdfe330b8b39c502e3
[       OK ] GenEmitterTest.test86fdfe330b8b39c502e3 (3 ms)
[ RUN      ] GenEmitterTest.testf1f415e2941ace087ef1
[       OK ] GenEmitterTest.testf1f415e2941ace087ef1 (3 ms)
[ RUN      ] GenEmitterTest.test61947172d8a42f6daa33
[       OK ] GenEmitterTest.test61947172d8a42f6daa33 (4 ms)
[ RUN      ] GenEmitterTest.testad7ddc91f2603dcd8af4
[       OK ] GenEmitterTest.testad7ddc91f2603dcd8af4 (3 ms)
[ RUN      ] GenEmitterTest.test3ded81db555ef0e2dd4c
[       OK ] GenEmitterTest.test3ded81db555ef0e2dd4c (4 ms)
[ RUN      ] GenEmitterTest.testb1da8147f5442f38a0af
[       OK ] GenEmitterTest.testb1da8147f5442f38a0af (3 ms)
[ RUN      ] GenEmitterTest.testdb0f2d85399318eb7957
[       OK ] GenEmitterTest.testdb0f2d85399318eb7957 (3 ms)
[ RUN      ] GenEmitterTest.test456b6f61fd4fb5b4b516
[       OK ] GenEmitterTest.test456b6f61fd4fb5b4b516 (4 ms)
[ RUN      ] GenEmitterTest.test016098295ec6d033a470
[       OK ] GenEmitterTest.test016098295ec6d033a470 (3 ms)
[ RUN      ] GenEmitterTest.test1cbee1bf6ca60fa72aa5
[       OK ] GenEmitterTest.test1cbee1bf6ca60fa72aa5 (4 ms)
[ RUN      ] GenEmitterTest.testaf9b292d92d4ec50429c
[       OK ] GenEmitterTest.testaf9b292d92d4ec50429c (3 ms)
[ RUN      ] GenEmitterTest.test3aded59e694359fa222e
[       OK ] GenEmitterTest.test3aded59e694359fa222e (4 ms)
[ RUN      ] GenEmitterTest.test6a79d05b97bf18ab27e9
[       OK ] GenEmitterTest.test6a79d05b97bf18ab27e9 (3 ms)
[ RUN      ] GenEmitterTest.test96727e93c95d3dcb5a2b
[       OK ] GenEmitterTest.test96727e93c95d3dcb5a2b (3 ms)
[ RUN      ] GenEmitterTest.test19387cf6dcd0618b416f
[       OK ] GenEmitterTest.test19387cf6dcd0618b416f (3 ms)
[ RUN      ] GenEmitterTest.test755733f3c3c00263610c
[       OK ] GenEmitterTest.test755733f3c3c00263610c (3 ms)
[ RUN      ] GenEmitterTest.test426a9d79d3e0421c9a57
[       OK ] GenEmitterTest.test426a9d79d3e0421c9a57 (3 ms)
[ RUN      ] GenEmitterTest.testefad231fdbf0147b5a46
[       OK ] GenEmitterTest.testefad231fdbf0147b5a46 (3 ms)
[ RUN      ] GenEmitterTest.test03772c261806afb7c9cc
[       OK ] GenEmitterTest.test03772c261806afb7c9cc (3 ms)
[ RUN      ] GenEmitterTest.test65734300dcf959922c18
[       OK ] GenEmitterTest.test65734300dcf959922c18 (3 ms)
[ RUN      ] GenEmitterTest.test815ef14ef8792dc2de1d
[       OK ] GenEmitterTest.test815ef14ef8792dc2de1d (3 ms)
[ RUN      ] GenEmitterTest.test5266cf3b9eb70be75944
[       OK ] GenEmitterTest.test5266cf3b9eb70be75944 (3 ms)
[ RUN      ] GenEmitterTest.test199b993f2f9302c1c0c8
[       OK ] GenEmitterTest.test199b993f2f9302c1c0c8 (3 ms)
[ RUN      ] GenEmitterTest.test448f8a30d377c0c01b26
[       OK ] GenEmitterTest.test448f8a30d377c0c01b26 (3 ms)
[ RUN      ] GenEmitterTest.testa4a3cfe5a74aa90708a5
[       OK ] GenEmitterTest.testa4a3cfe5a74aa90708a5 (3 ms)
[ RUN      ] GenEmitterTest.test6de6ac6c26a8d098b529
[       OK ] GenEmitterTest.test6de6ac6c26a8d098b529 (3 ms)
[ RUN      ] GenEmitterTest.testc9e7f10371f284e94d20
[       OK ] GenEmitterTest.testc9e7f10371f284e94d20 (4 ms)
[ RUN      ] GenEmitterTest.test382360950d64ced8a0cc
[       OK ] GenEmitterTest.test382360950d64ced8a0cc (3 ms)
[ RUN      ] GenEmitterTest.test52b289c54900ca0a098e
[       OK ] GenEmitterTest.test52b289c54900ca0a098e (4 ms)
[ RUN      ] GenEmitterTest.test7266716f412852506771
[       OK ] GenEmitterTest.test7266716f412852506771 (3 ms)
[ RUN      ] GenEmitterTest.testd2ac7d6f40cc75a3c695
[       OK ] GenEmitterTest.testd2ac7d6f40cc75a3c695 (3 ms)
[ RUN      ] GenEmitterTest.test368597fd8bcc0d3aaff0
[       OK ] GenEmitterTest.test368597fd8bcc0d3aaff0 (4 ms)
[ RUN      ] GenEmitterTest.test9201309cd67ab579b883
[       OK ] GenEmitterTest.test9201309cd67ab579b883 (3 ms)
[ RUN      ] GenEmitterTest.test30e18cbdd5d04a552625
[       OK ] GenEmitterTest.test30e18cbdd5d04a552625 (4 ms)
[ RUN      ] GenEmitterTest.testa659d36137a8f34911a6
[       OK ] GenEmitterTest.testa659d36137a8f34911a6 (3 ms)
[ RUN      ] GenEmitterTest.teste0b8302185ee814d6552
[       OK ] GenEmitterTest.teste0b8302185ee814d6552 (4 ms)
[ RUN      ] GenEmitterTest.test66793e09aa910bd924ca
[       OK ] GenEmitterTest.test66793e09aa910bd924ca (4 ms)
[ RUN      ] GenEmitterTest.test9beaa5ceb1fcfef2a897
[       OK ] GenEmitterTest.test9beaa5ceb1fcfef2a897 (4 ms)
[ RUN      ] GenEmitterTest.test8ccc36c941ec6aa59536
[       OK ] GenEmitterTest.test8ccc36c941ec6aa59536 (4 ms)
[ RUN      ] GenEmitterTest.test3c8ea05243d098395929
[       OK ] GenEmitterTest.test3c8ea05243d098395929 (4 ms)
[ RUN      ] GenEmitterTest.testd819abb35a3ff74e764a
[       OK ] GenEmitterTest.testd819abb35a3ff74e764a (4 ms)
[ RUN      ] GenEmitterTest.test416c49d00378b626ad21
[       OK ] GenEmitterTest.test416c49d00378b626ad21 (4 ms)
[ RUN      ] GenEmitterTest.test5cd5ecef5b2a297afe21
[       OK ] GenEmitterTest.test5cd5ecef5b2a297afe21 (4 ms)
[ RUN      ] GenEmitterTest.test9d8ea78df40a20f07e96
[       OK ] GenEmitterTest.test9d8ea78df40a20f07e96 (4 ms)
[ RUN      ] GenEmitterTest.teste7bdb2f35bec40c207ee
[       OK ] GenEmitterTest.teste7bdb2f35bec40c207ee (4 ms)
[ RUN      ] GenEmitterTest.teste6d6da3a612849d32b79
[       OK ] GenEmitterTest.teste6d6da3a612849d32b79 (4 ms)
[ RUN      ] GenEmitterTest.test9af66f2efca487828902
[       OK ] GenEmitterTest.test9af66f2efca487828902 (4 ms)
[ RUN      ] GenEmitterTest.testb05b2fc716f368b6bdfc
[       OK ] GenEmitterTest.testb05b2fc716f368b6bdfc (4 ms)
[ RUN      ] GenEmitterTest.testd0713381b33b72abdb58
[       OK ] GenEmitterTest.testd0713381b33b72abdb58 (2 ms)
[ RUN      ] GenEmitterTest.testc6739cb3a9de4a5c41a7
[       OK ] GenEmitterTest.testc6739cb3a9de4a5c41a7 (2 ms)
[ RUN      ] GenEmitterTest.test2b4fa669c6b56cd6a117
[       OK ] GenEmitterTest.test2b4fa669c6b56cd6a117 (3 ms)
[ RUN      ] GenEmitterTest.test29ae2ef656132c069d22
[       OK ] GenEmitterTest.test29ae2ef656132c069d22 (2 ms)
[ RUN      ] GenEmitterTest.testd3e2ad21ab7d0890c412
[       OK ] GenEmitterTest.testd3e2ad21ab7d0890c412 (2 ms)
[ RUN      ] GenEmitterTest.test632b0fb6570fa3b1b682
[       OK ] GenEmitterTest.test632b0fb6570fa3b1b682 (2 ms)
[ RUN      ] GenEmitterTest.testc9bcfd496ae3382d546b
[       OK ] GenEmitterTest.testc9bcfd496ae3382d546b (3 ms)
[ RUN      ] GenEmitterTest.test43fd860d560c9137add4
[       OK ] GenEmitterTest.test43fd860d560c9137add4 (2 ms)
[ RUN      ] GenEmitterTest.test0e47183ab4a56c3a6d36
[       OK ] GenEmitterTest.test0e47183ab4a56c3a6d36 (3 ms)
[ RUN      ] GenEmitterTest.testf165d91c1dce024c9774
[       OK ] GenEmitterTest.testf165d91c1dce024c9774 (2 ms)
[ RUN      ] GenEmitterTest.test7592a1f019ddb2b9c3f4
[       OK ] GenEmitterTest.test7592a1f019ddb2b9c3f4 (3 ms)
[ RUN      ] GenEmitterTest.test758d285e89a9de8070a7
[       OK ] GenEmitterTest.test758d285e89a9de8070a7 (3 ms)
[ RUN      ] GenEmitterTest.test5888499c52285a1b61de
[       OK ] GenEmitterTest.test5888499c52285a1b61de (2 ms)
[ RUN      ] GenEmitterTest.test0115edbe7dd05e84f108
[       OK ] GenEmitterTest.test0115edbe7dd05e84f108 (3 ms)
[ RUN      ] GenEmitterTest.testcbbbde92f35597a9e476
[       OK ] GenEmitterTest.testcbbbde92f35597a9e476 (2 ms)
[ RUN      ] GenEmitterTest.testa74ec451d449e2a89442
[       OK ] GenEmitterTest.testa74ec451d449e2a89442 (3 ms)
[ RUN      ] GenEmitterTest.test60faf9f5ac584b2d5a5f
[       OK ] GenEmitterTest.test60faf9f5ac584b2d5a5f (3 ms)
[ RUN      ] GenEmitterTest.testa34103141c1aec5e8fa8
[       OK ] GenEmitterTest.testa34103141c1aec5e8fa8 (3 ms)
[ RUN      ] GenEmitterTest.testa2a2b83cb72c22fc4ac2
[       OK ] GenEmitterTest.testa2a2b83cb72c22fc4ac2 (3 ms)
[ RUN      ] GenEmitterTest.test1f7ddcc3e5263ec983c5
[       OK ] GenEmitterTest.test1f7ddcc3e5263ec983c5 (3 ms)
[ RUN      ] GenEmitterTest.test638672d9ee378d2b59ec
[       OK ] GenEmitterTest.test638672d9ee378d2b59ec (3 ms)
[ RUN      ] GenEmitterTest.testffa1014d27bcb4821993
[       OK ] GenEmitterTest.testffa1014d27bcb4821993 (4 ms)
[ RUN      ] GenEmitterTest.tested2f908c978d8908cde2
[       OK ] GenEmitterTest.tested2f908c978d8908cde2 (3 ms)
[ RUN      ] GenEmitterTest.test75c9a342b4ff9dcddd76
[       OK ] GenEmitterTest.test75c9a342b4ff9dcddd76 (3 ms)
[ RUN      ] GenEmitterTest.testb3cf7afef788a5168172
[       OK ] GenEmitterTest.testb3cf7afef788a5168172 (3 ms)
[ RUN      ] GenEmitterTest.test32c5731914c4f623f8cb
[       OK ] GenEmitterTest.test32c5731914c4f623f8cb (3 ms)
[ RUN      ] GenEmitterTest.testc4e4b895f5a3615e6c92
[       OK ] GenEmitterTest.testc4e4b895f5a3615e6c92 (3 ms)
[ RUN      ] GenEmitterTest.test024f81ab1e1f375d06c8
[       OK ] GenEmitterTest.test024f81ab1e1f375d06c8 (2 ms)
[ RUN      ] GenEmitterTest.testf73efa1189e8e9bab50c
[       OK ] GenEmitterTest.testf73efa1189e8e9bab50c (3 ms)
[ RUN      ] GenEmitterTest.test074882061d59e9381988
[       OK ] GenEmitterTest.test074882061d59e9381988 (2 ms)
[ RUN      ] GenEmitterTest.testb81b19396e93a0e29157
[       OK ] GenEmitterTest.testb81b19396e93a0e29157 (3 ms)
[ RUN      ] GenEmitterTest.testd4776155c00bb794aec9
[       OK ] GenEmitterTest.testd4776155c00bb794aec9 (3 ms)
[ RUN      ] GenEmitterTest.test0d3813f2674c45d54be7
[       OK ] GenEmitterTest.test0d3813f2674c45d54be7 (2 ms)
[ RUN      ] GenEmitterTest.testaee95b4f9b1161f6fd14
[       OK ] GenEmitterTest.testaee95b4f9b1161f6fd14 (3 ms)
[ RUN      ] GenEmitterTest.test3f7b4338eae92e7a575f
[       OK ] GenEmitterTest.test3f7b4338eae92e7a575f (2 ms)
[ RUN      ] GenEmitterTest.test13a3de779d0756db2635
[       OK ] GenEmitterTest.test13a3de779d0756db2635 (3 ms)
[ RUN      ] GenEmitterTest.test6cc39fc73a32cb816c15
[       OK ] GenEmitterTest.test6cc39fc73a32cb816c15 (3 ms)
[ RUN      ] GenEmitterTest.test33c4f4a8854d92180427
[       OK ] GenEmitterTest.test33c4f4a8854d92180427 (3 ms)
[ RUN      ] GenEmitterTest.test1e5612a63642939843fc
[       OK ] GenEmitterTest.test1e5612a63642939843fc (3 ms)
[ RUN      ] GenEmitterTest.test774fccdfa9e9ea982df2
[       OK ] GenEmitterTest.test774fccdfa9e9ea982df2 (3 ms)
[ RUN      ] GenEmitterTest.testecdd8159ca0150ac9084
[       OK ] GenEmitterTest.testecdd8159ca0150ac9084 (3 ms)
[ RUN      ] GenEmitterTest.test8081bb348b980caf237e
[       OK ] GenEmitterTest.test8081bb348b980caf237e (3 ms)
[ RUN      ] GenEmitterTest.test5dd9e7d23a6868f8da14
[       OK ] GenEmitterTest.test5dd9e7d23a6868f8da14 (3 ms)
[ RUN      ] GenEmitterTest.test5cfe1848cf1771ee5a62
[       OK ] GenEmitterTest.test5cfe1848cf1771ee5a62 (2 ms)
[ RUN      ] GenEmitterTest.test1a78787fd377fecaa98a
[       OK ] GenEmitterTest.test1a78787fd377fecaa98a (2 ms)
[ RUN      ] GenEmitterTest.test3659c5e006def41d781a
[       OK ] GenEmitterTest.test3659c5e006def41d781a (3 ms)
[ RUN      ] GenEmitterTest.testcffd2b80f823bc7b88bc
[       OK ] GenEmitterTest.testcffd2b80f823bc7b88bc (4 ms)
[ RUN      ] GenEmitterTest.test3646d0fd40876cdc7d90
[       OK ] GenEmitterTest.test3646d0fd40876cdc7d90 (3 ms)
[ RUN      ] GenEmitterTest.testce3c9ef9e0c642d65146
[       OK ] GenEmitterTest.testce3c9ef9e0c642d65146 (4 ms)
[ RUN      ] GenEmitterTest.test666f93032b0297bd6f81
[       OK ] GenEmitterTest.test666f93032b0297bd6f81 (3 ms)
[ RUN      ] GenEmitterTest.test7939e2697c6f4d8b91e9
[       OK ] GenEmitterTest.test7939e2697c6f4d8b91e9 (3 ms)
[ RUN      ] GenEmitterTest.test3c153927514f7330e37d
[       OK ] GenEmitterTest.test3c153927514f7330e37d (4 ms)
[ RUN      ] GenEmitterTest.test59b085e35e59562026da
[       OK ] GenEmitterTest.test59b085e35e59562026da (3 ms)
[ RUN      ] GenEmitterTest.test367f38cb15951f58f294
[       OK ] GenEmitterTest.test367f38cb15951f58f294 (4 ms)
[ RUN      ] GenEmitterTest.testbb3feccd2d65d126c9e4
[       OK ] GenEmitterTest.testbb3feccd2d65d126c9e4 (3 ms)
[ RUN      ] GenEmitterTest.test4c5079959ae8b908aee3
[       OK ] GenEmitterTest.test4c5079959ae8b908aee3 (4 ms)
[ RUN      ] GenEmitterTest.testfa82743c73819854df98
[       OK ] GenEmitterTest.testfa82743c73819854df98 (3 ms)
[ RUN      ] GenEmitterTest.teste354627da20a33a0ec48
[       OK ] GenEmitterTest.teste354627da20a33a0ec48 (4 ms)
[ RUN      ] GenEmitterTest.test202a2c088ee50d08f182
[       OK ] GenEmitterTest.test202a2c088ee50d08f182 (3 ms)
[ RUN      ] GenEmitterTest.testc7277e5979e7eaf4d016
[       OK ] GenEmitterTest.testc7277e5979e7eaf4d016 (3 ms)
[ RUN      ] GenEmitterTest.teste2b7015fc02e6a5cb416
[       OK ] GenEmitterTest.teste2b7015fc02e6a5cb416 (3 ms)
[ RUN      ] GenEmitterTest.test30e30b89df20ef693d7b
[       OK ] GenEmitterTest.test30e30b89df20ef693d7b (3 ms)
[ RUN      ] GenEmitterTest.test5cab866f8818d65f5cfe
[       OK ] GenEmitterTest.test5cab866f8818d65f5cfe (3 ms)
[ RUN      ] GenEmitterTest.test6c2133597d99c14720d0
[       OK ] GenEmitterTest.test6c2133597d99c14720d0 (3 ms)
[ RUN      ] GenEmitterTest.test243b3bb00a830d4d7c5c
[       OK ] GenEmitterTest.test243b3bb00a830d4d7c5c (3 ms)
[ RUN      ] GenEmitterTest.test7fcdb9d71a9717069b9f
[       OK ] GenEmitterTest.test7fcdb9d71a9717069b9f (4 ms)
[ RUN      ] GenEmitterTest.test0ce9909c470ae5b1d3ae
[       OK ] GenEmitterTest.test0ce9909c470ae5b1d3ae (3 ms)
[ RUN      ] GenEmitterTest.testc077fd929177c75e3072
[       OK ] GenEmitterTest.testc077fd929177c75e3072 (3 ms)
[ RUN      ] GenEmitterTest.test3b500af23a2b660e0330
[       OK ] GenEmitterTest.test3b500af23a2b660e0330 (3 ms)
[ RUN      ] GenEmitterTest.test6d037fb77412a7b06f24
[       OK ] GenEmitterTest.test6d037fb77412a7b06f24 (4 ms)
[ RUN      ] GenEmitterTest.testa153abd07d892e352889
[       OK ] GenEmitterTest.testa153abd07d892e352889 (3 ms)
[ RUN      ] GenEmitterTest.testf328e682c5d872fbb7fa
[       OK ] GenEmitterTest.testf328e682c5d872fbb7fa (3 ms)
[ RUN      ] GenEmitterTest.testb59b29e1f0612f8333bf
[       OK ] GenEmitterTest.testb59b29e1f0612f8333bf (4 ms)
[ RUN      ] GenEmitterTest.test0d2de653c36fff7e875f
[       OK ] GenEmitterTest.test0d2de653c36fff7e875f (3 ms)
[ RUN      ] GenEmitterTest.test18454002edb2d8ce5dff
[       OK ] GenEmitterTest.test18454002edb2d8ce5dff (4 ms)
[ RUN      ] GenEmitterTest.test3869b95fb927574c1cfa
[       OK ] GenEmitterTest.test3869b95fb927574c1cfa (3 ms)
[ RUN      ] GenEmitterTest.test5f9d2836779171944bd5
[       OK ] GenEmitterTest.test5f9d2836779171944bd5 (4 ms)
[ RUN      ] GenEmitterTest.test00ca741ed5db71e7197c
[       OK ] GenEmitterTest.test00ca741ed5db71e7197c (3 ms)
[ RUN      ] GenEmitterTest.test63b2dee62c4656039c0d
[       OK ] GenEmitterTest.test63b2dee62c4656039c0d (4 ms)
[ RUN      ] GenEmitterTest.test6fca12b5bf897f3b933f
[       OK ] GenEmitterTest.test6fca12b5bf897f3b933f (3 ms)
[ RUN      ] GenEmitterTest.testf047a3a7cd147dc69553
[       OK ] GenEmitterTest.testf047a3a7cd147dc69553 (4 ms)
[ RUN      ] GenEmitterTest.testf191f92a0c15e5624272
[       OK ] GenEmitterTest.testf191f92a0c15e5624272 (4 ms)
[ RUN      ] GenEmitterTest.test874f18e2970f54d92f34
[       OK ] GenEmitterTest.test874f18e2970f54d92f34 (4 ms)
[ RUN      ] GenEmitterTest.test7e94b62bc08fb63b7062
[       OK ] GenEmitterTest.test7e94b62bc08fb63b7062 (4 ms)
[ RUN      ] GenEmitterTest.test50d40871122b935a2937
[       OK ] GenEmitterTest.test50d40871122b935a2937 (4 ms)
[ RUN      ] GenEmitterTest.testb6a8d9eb931455caa603
[       OK ] GenEmitterTest.testb6a8d9eb931455caa603 (4 ms)
[ RUN      ] GenEmitterTest.test2f23bfff4a1d201b1f37
[       OK ] GenEmitterTest.test2f23bfff4a1d201b1f37 (4 ms)
[ RUN      ] GenEmitterTest.test41ef23e040f0db2c06c2
[       OK ] GenEmitterTest.test41ef23e040f0db2c06c2 (4 ms)
[ RUN      ] GenEmitterTest.testb8c7b55b5607df008fbe
[       OK ] GenEmitterTest.testb8c7b55b5607df008fbe (4 ms)
[ RUN      ] GenEmitterTest.test21daf188179c0c0c7bef
[       OK ] GenEmitterTest.test21daf188179c0c0c7bef (4 ms)
[ RUN      ] GenEmitterTest.test8ca560e6b97325079e8f
[       OK ] GenEmitterTest.test8ca560e6b97325079e8f (4 ms)
[ RUN      ] GenEmitterTest.test7fe0ce86b72c7c1ed7de
[       OK ] GenEmitterTest.test7fe0ce86b72c7c1ed7de (4 ms)
[ RUN      ] GenEmitterTest.test8cc25a6c1aea65ad7de1
[       OK ] GenEmitterTest.test8cc25a6c1aea65ad7de1 (4 ms)
[----------] 498 tests from GenEmitterTest (1167 ms total)

[----------] 108 tests from HandlerSpecTest
[ RUN      ] HandlerSpecTest.Ex2_1_SeqScalars
[       OK ] HandlerSpecTest.Ex2_1_SeqScalars (3 ms)
[ RUN      ] HandlerSpecTest.Ex2_2_MappingScalarsToScalars
[       OK ] HandlerSpecTest.Ex2_2_MappingScalarsToScalars (4 ms)
[ RUN      ] HandlerSpecTest.Ex2_3_MappingScalarsToSequences
[       OK ] HandlerSpecTest.Ex2_3_MappingScalarsToSequences (7 ms)
[ RUN      ] HandlerSpecTest.Ex2_4_SequenceOfMappings
[       OK ] HandlerSpecTest.Ex2_4_SequenceOfMappings (9 ms)
[ RUN      ] HandlerSpecTest.Ex2_5_SequenceOfSequences
[       OK ] HandlerSpecTest.Ex2_5_SequenceOfSequences (8 ms)
[ RUN      ] HandlerSpecTest.Ex2_6_MappingOfMappings
[       OK ] HandlerSpecTest.Ex2_6_MappingOfMappings (8 ms)
[ RUN      ] HandlerSpecTest.Ex2_7_TwoDocumentsInAStream
[       OK ] HandlerSpecTest.Ex2_7_TwoDocumentsInAStream (6 ms)
[ RUN      ] HandlerSpecTest.Ex2_8_PlayByPlayFeed
[       OK ] HandlerSpecTest.Ex2_8_PlayByPlayFeed (8 ms)
[ RUN      ] HandlerSpecTest.Ex2_9_SingleDocumentWithTwoComments
[       OK ] HandlerSpecTest.Ex2_9_SingleDocumentWithTwoComments (6 ms)
[ RUN      ] HandlerSpecTest.Ex2_10_SimpleAnchor
[       OK ] HandlerSpecTest.Ex2_10_SimpleAnchor (5 ms)
[ RUN      ] HandlerSpecTest.Ex2_11_MappingBetweenSequences
[       OK ] HandlerSpecTest.Ex2_11_MappingBetweenSequences (8 ms)
[ RUN      ] HandlerSpecTest.Ex2_12_CompactNestedMapping
[       OK ] HandlerSpecTest.Ex2_12_CompactNestedMapping (9 ms)
[ RUN      ] HandlerSpecTest.Ex2_13_InLiteralsNewlinesArePreserved
[       OK ] HandlerSpecTest.Ex2_13_InLiteralsNewlinesArePreserved (0 ms)
[ RUN      ] HandlerSpecTest.Ex2_14_InFoldedScalarsNewlinesBecomeSpaces
[       OK ] HandlerSpecTest.Ex2_14_InFoldedScalarsNewlinesBecomeSpaces (1 ms)
[ RUN      ] HandlerSpecTest.Ex2_15_FoldedNewlinesArePreservedForMoreIndentedAndBlankLines
[       OK ] HandlerSpecTest.Ex2_15_FoldedNewlinesArePreservedForMoreIndentedAndBlankLines (1 ms)
[ RUN      ] HandlerSpecTest.Ex2_16_IndentationDeterminesScope
[       OK ] HandlerSpecTest.Ex2_16_IndentationDeterminesScope (4 ms)
[ RUN      ] HandlerSpecTest.Ex2_17_QuotedScalars
[       OK ] HandlerSpecTest.Ex2_17_QuotedScalars (6 ms)
[ RUN      ] HandlerSpecTest.Ex2_18_MultiLineFlowScalars
[       OK ] HandlerSpecTest.Ex2_18_MultiLineFlowScalars (4 ms)
[ RUN      ] HandlerSpecTest.Ex2_23_VariousExplicitTags
[       OK ] HandlerSpecTest.Ex2_23_VariousExplicitTags (5 ms)
[ RUN      ] HandlerSpecTest.Ex2_24_GlobalTags
[       OK ] HandlerSpecTest.Ex2_24_GlobalTags (16 ms)
[ RUN      ] HandlerSpecTest.Ex2_25_UnorderedSets
[       OK ] HandlerSpecTest.Ex2_25_UnorderedSets (4 ms)
[ RUN      ] HandlerSpecTest.Ex2_26_OrderedMappings
[       OK ] HandlerSpecTest.Ex2_26_OrderedMappings (5 ms)
[ RUN      ] HandlerSpecTest.Ex2_27_Invoice
[       OK ] HandlerSpecTest.Ex2_27_Invoice (33 ms)
[ RUN      ] HandlerSpecTest.Ex2_28_LogFile
[       OK ] HandlerSpecTest.Ex2_28_LogFile (24 ms)
[ RUN      ] HandlerSpecTest.Ex5_3_BlockStructureIndicators
[       OK ] HandlerSpecTest.Ex5_3_BlockStructureIndicators (6 ms)
[ RUN      ] HandlerSpecTest.Ex5_4_FlowStructureIndicators
[       OK ] HandlerSpecTest.Ex5_4_FlowStructureIndicators (7 ms)
[ RUN      ] HandlerSpecTest.Ex5_5_CommentIndicator
[       OK ] HandlerSpecTest.Ex5_5_CommentIndicator (0 ms)
[ RUN      ] HandlerSpecTest.Ex5_6_NodePropertyIndicators
[       OK ] HandlerSpecTest.Ex5_6_NodePropertyIndicators (3 ms)
[ RUN      ] HandlerSpecTest.Ex5_7_BlockScalarIndicators
[       OK ] HandlerSpecTest.Ex5_7_BlockScalarIndicators (2 ms)
[ RUN      ] HandlerSpecTest.Ex5_8_QuotedScalarIndicators
[       OK ] HandlerSpecTest.Ex5_8_QuotedScalarIndicators (3 ms)
[ RUN      ] HandlerSpecTest.Ex5_11_LineBreakCharacters
[       OK ] HandlerSpecTest.Ex5_11_LineBreakCharacters (1 ms)
[ RUN      ] HandlerSpecTest.Ex5_12_TabsAndSpaces
[       OK ] HandlerSpecTest.Ex5_12_TabsAndSpaces (2 ms)
[ RUN      ] HandlerSpecTest.Ex5_13_EscapedCharacters
[       OK ] HandlerSpecTest.Ex5_13_EscapedCharacters (1 ms)
[ RUN      ] HandlerSpecTest.Ex5_14_InvalidEscapedCharacters
[       OK ] HandlerSpecTest.Ex5_14_InvalidEscapedCharacters (2 ms)
[ RUN      ] HandlerSpecTest.Ex6_1_IndentationSpaces
[       OK ] HandlerSpecTest.Ex6_1_IndentationSpaces (7 ms)
[ RUN      ] HandlerSpecTest.Ex6_2_IndentationIndicators
[       OK ] HandlerSpecTest.Ex6_2_IndentationIndicators (3 ms)
[ RUN      ] HandlerSpecTest.Ex6_3_SeparationSpaces
[       OK ] HandlerSpecTest.Ex6_3_SeparationSpaces (4 ms)
[ RUN      ] HandlerSpecTest.Ex6_4_LinePrefixes
[       OK ] HandlerSpecTest.Ex6_4_LinePrefixes (4 ms)
[ RUN      ] HandlerSpecTest.Ex6_5_EmptyLines
[       OK ] HandlerSpecTest.Ex6_5_EmptyLines (3 ms)
[ RUN      ] HandlerSpecTest.Ex6_6_LineFolding
[       OK ] HandlerSpecTest.Ex6_6_LineFolding (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_7_BlockFolding
[       OK ] HandlerSpecTest.Ex6_7_BlockFolding (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_8_FlowFolding
[       OK ] HandlerSpecTest.Ex6_8_FlowFolding (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_9_SeparatedComment
[       OK ] HandlerSpecTest.Ex6_9_SeparatedComment (2 ms)
[ RUN      ] HandlerSpecTest.Ex6_10_CommentLines
[       OK ] HandlerSpecTest.Ex6_10_CommentLines (0 ms)
[ RUN      ] HandlerSpecTest._MultiLineComments
[       OK ] HandlerSpecTest._MultiLineComments (2 ms)
[ RUN      ] HandlerSpecTest.Ex6_12_SeparationSpacesII
[       OK ] HandlerSpecTest.Ex6_12_SeparationSpacesII (7 ms)
[ RUN      ] HandlerSpecTest.Ex6_13_ReservedDirectives
[       OK ] HandlerSpecTest.Ex6_13_ReservedDirectives (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_14_YAMLDirective
[       OK ] HandlerSpecTest.Ex6_14_YAMLDirective (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_15_InvalidRepeatedYAMLDirective
[       OK ] HandlerSpecTest.Ex6_15_InvalidRepeatedYAMLDirective (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_16_TagDirective
[       OK ] HandlerSpecTest.Ex6_16_TagDirective (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_17_InvalidRepeatedTagDirective
[       OK ] HandlerSpecTest.Ex6_17_InvalidRepeatedTagDirective (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_18_PrimaryTagHandle
[       OK ] HandlerSpecTest.Ex6_18_PrimaryTagHandle (2 ms)
[ RUN      ] HandlerSpecTest.Ex6_19_SecondaryTagHandle
[       OK ] HandlerSpecTest.Ex6_19_SecondaryTagHandle (2 ms)
[ RUN      ] HandlerSpecTest.Ex6_20_TagHandles
[       OK ] HandlerSpecTest.Ex6_20_TagHandles (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_21_LocalTagPrefix
[       OK ] HandlerSpecTest.Ex6_21_LocalTagPrefix (3 ms)
[ RUN      ] HandlerSpecTest.Ex6_22_GlobalTagPrefix
[       OK ] HandlerSpecTest.Ex6_22_GlobalTagPrefix (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_23_NodeProperties
[       OK ] HandlerSpecTest.Ex6_23_NodeProperties (3 ms)
[ RUN      ] HandlerSpecTest.Ex6_24_VerbatimTags
[       OK ] HandlerSpecTest.Ex6_24_VerbatimTags (2 ms)
[ RUN      ] HandlerSpecTest.Ex6_26_TagShorthands
[       OK ] HandlerSpecTest.Ex6_26_TagShorthands (4 ms)
[ RUN      ] HandlerSpecTest.Ex6_27a_InvalidTagShorthands
[       OK ] HandlerSpecTest.Ex6_27a_InvalidTagShorthands (1 ms)
[ RUN      ] HandlerSpecTest.Ex6_28_NonSpecificTags
[       OK ] HandlerSpecTest.Ex6_28_NonSpecificTags (3 ms)
[ RUN      ] HandlerSpecTest.Ex6_29_NodeAnchors
[       OK ] HandlerSpecTest.Ex6_29_NodeAnchors (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_1_AliasNodes
[       OK ] HandlerSpecTest.Ex7_1_AliasNodes (5 ms)
[ RUN      ] HandlerSpecTest.Ex7_2_EmptyNodes
[       OK ] HandlerSpecTest.Ex7_2_EmptyNodes (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_3_CompletelyEmptyNodes
[       OK ] HandlerSpecTest.Ex7_3_CompletelyEmptyNodes (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_4_DoubleQuotedImplicitKeys
[       OK ] HandlerSpecTest.Ex7_4_DoubleQuotedImplicitKeys (2 ms)
[ RUN      ] HandlerSpecTest.Ex7_5_DoubleQuotedLineBreaks
[       OK ] HandlerSpecTest.Ex7_5_DoubleQuotedLineBreaks (2 ms)
[ RUN      ] HandlerSpecTest.Ex7_6_DoubleQuotedLines
[       OK ] HandlerSpecTest.Ex7_6_DoubleQuotedLines (1 ms)
[ RUN      ] HandlerSpecTest.Ex7_7_SingleQuotedCharacters
[       OK ] HandlerSpecTest.Ex7_7_SingleQuotedCharacters (1 ms)
[ RUN      ] HandlerSpecTest.Ex7_8_SingleQuotedImplicitKeys
[       OK ] HandlerSpecTest.Ex7_8_SingleQuotedImplicitKeys (2 ms)
[ RUN      ] HandlerSpecTest.Ex7_9_SingleQuotedLines
[       OK ] HandlerSpecTest.Ex7_9_SingleQuotedLines (1 ms)
[ RUN      ] HandlerSpecTest.Ex7_10_PlainCharacters
[       OK ] HandlerSpecTest.Ex7_10_PlainCharacters (7 ms)
[ RUN      ] HandlerSpecTest.Ex7_11_PlainImplicitKeys
[       OK ] HandlerSpecTest.Ex7_11_PlainImplicitKeys (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_12_PlainLines
[       OK ] HandlerSpecTest.Ex7_12_PlainLines (2 ms)
[ RUN      ] HandlerSpecTest.Ex7_13_FlowSequence
[       OK ] HandlerSpecTest.Ex7_13_FlowSequence (4 ms)
[ RUN      ] HandlerSpecTest.Ex7_14_FlowSequenceEntries
[       OK ] HandlerSpecTest.Ex7_14_FlowSequenceEntries (5 ms)
[ RUN      ] HandlerSpecTest.Ex7_15_FlowMappings
[       OK ] HandlerSpecTest.Ex7_15_FlowMappings (7 ms)
[ RUN      ] HandlerSpecTest.Ex7_16_FlowMappingEntries
[       OK ] HandlerSpecTest.Ex7_16_FlowMappingEntries (4 ms)
[ RUN      ] HandlerSpecTest.Ex7_17_FlowMappingSeparateValues
[       OK ] HandlerSpecTest.Ex7_17_FlowMappingSeparateValues (5 ms)
[ RUN      ] HandlerSpecTest.Ex7_18_FlowMappingAdjacentValues
[       OK ] HandlerSpecTest.Ex7_18_FlowMappingAdjacentValues (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_19_SinglePairFlowMappings
[       OK ] HandlerSpecTest.Ex7_19_SinglePairFlowMappings (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_20_SinglePairExplicitEntry
[       OK ] HandlerSpecTest.Ex7_20_SinglePairExplicitEntry (2 ms)
[ RUN      ] HandlerSpecTest.Ex7_21_SinglePairImplicitEntries
[       OK ] HandlerSpecTest.Ex7_21_SinglePairImplicitEntries (8 ms)
[ RUN      ] HandlerSpecTest.Ex7_22_InvalidImplicitKeys
[       OK ] HandlerSpecTest.Ex7_22_InvalidImplicitKeys (3 ms)
[ RUN      ] HandlerSpecTest.Ex7_23_FlowContent
[       OK ] HandlerSpecTest.Ex7_23_FlowContent (5 ms)
[ RUN      ] HandlerSpecTest.Ex7_24_FlowNodes
[       OK ] HandlerSpecTest.Ex7_24_FlowNodes (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_1_BlockScalarHeader
[       OK ] HandlerSpecTest.Ex8_1_BlockScalarHeader (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_2_BlockIndentationHeader
[       OK ] HandlerSpecTest.Ex8_2_BlockIndentationHeader (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_3a_InvalidBlockScalarIndentationIndicators
[       OK ] HandlerSpecTest.Ex8_3a_InvalidBlockScalarIndentationIndicators (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_3b_InvalidBlockScalarIndentationIndicators
[       OK ] HandlerSpecTest.Ex8_3b_InvalidBlockScalarIndentationIndicators (1 ms)
[ RUN      ] HandlerSpecTest.Ex8_3c_InvalidBlockScalarIndentationIndicators
[       OK ] HandlerSpecTest.Ex8_3c_InvalidBlockScalarIndentationIndicators (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_4_ChompingFinalLineBreak
[       OK ] HandlerSpecTest.Ex8_4_ChompingFinalLineBreak (3 ms)
[ RUN      ] HandlerSpecTest.Ex8_6_EmptyScalarChomping
[       OK ] HandlerSpecTest.Ex8_6_EmptyScalarChomping (4 ms)
[ RUN      ] HandlerSpecTest.Ex8_7_LiteralScalar
[       OK ] HandlerSpecTest.Ex8_7_LiteralScalar (0 ms)
[ RUN      ] HandlerSpecTest.Ex8_8_LiteralContent
[       OK ] HandlerSpecTest.Ex8_8_LiteralContent (1 ms)
[ RUN      ] HandlerSpecTest.Ex8_9_FoldedScalar
[       OK ] HandlerSpecTest.Ex8_9_FoldedScalar (0 ms)
[ RUN      ] HandlerSpecTest.Ex8_10_FoldedLines
[       OK ] HandlerSpecTest.Ex8_10_FoldedLines (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_11_MoreIndentedLines
[       OK ] HandlerSpecTest.Ex8_11_MoreIndentedLines (1 ms)
[ RUN      ] HandlerSpecTest.Ex8_12_EmptySeparationLines
[       OK ] HandlerSpecTest.Ex8_12_EmptySeparationLines (2 ms)
[ RUN      ] HandlerSpecTest.Ex8_13_FinalEmptyLines
[       OK ] HandlerSpecTest.Ex8_13_FinalEmptyLines (1 ms)
[ RUN      ] HandlerSpecTest.Ex8_14_BlockSequence
[       OK ] HandlerSpecTest.Ex8_14_BlockSequence (4 ms)
[ RUN      ] HandlerSpecTest.Ex8_15_BlockSequenceEntryTypes
[       OK ] HandlerSpecTest.Ex8_15_BlockSequenceEntryTypes (4 ms)
[ RUN      ] HandlerSpecTest.Ex8_16_BlockMappings
[       OK ] HandlerSpecTest.Ex8_16_BlockMappings (3 ms)
[ RUN      ] HandlerSpecTest.Ex8_17_ExplicitBlockMappingEntries
[       OK ] HandlerSpecTest.Ex8_17_ExplicitBlockMappingEntries (3 ms)
[ RUN      ] HandlerSpecTest.Ex8_18_ImplicitBlockMappingEntries
[       OK ] HandlerSpecTest.Ex8_18_ImplicitBlockMappingEntries (4 ms)
[ RUN      ] HandlerSpecTest.Ex8_19_CompactBlockMappings
[       OK ] HandlerSpecTest.Ex8_19_CompactBlockMappings (5 ms)
[ RUN      ] HandlerSpecTest.Ex8_20_BlockNodeTypes
[       OK ] HandlerSpecTest.Ex8_20_BlockNodeTypes (4 ms)
[ RUN      ] HandlerSpecTest.Ex8_22_BlockCollectionNodes
[       OK ] HandlerSpecTest.Ex8_22_BlockCollectionNodes (5 ms)
[----------] 108 tests from HandlerSpecTest (423 ms total)

[----------] 3 tests from HandlerTest
[ RUN      ] HandlerTest.NoEndOfMapFlow
[       OK ] HandlerTest.NoEndOfMapFlow (4 ms)
[ RUN      ] HandlerTest.PlainScalarStartingWithQuestionMark
[       OK ] HandlerTest.PlainScalarStartingWithQuestionMark (2 ms)
[ RUN      ] HandlerTest.NullStringScalar
[       OK ] HandlerTest.NullStringScalar (2 ms)
[----------] 3 tests from HandlerTest (8 ms total)

[----------] 14 tests from LoadNodeTest
[ RUN      ] LoadNodeTest.Reassign
[       OK ] LoadNodeTest.Reassign (1 ms)
[ RUN      ] LoadNodeTest.FallbackValues
[       OK ] LoadNodeTest.FallbackValues (2 ms)
[ RUN      ] LoadNodeTest.NumericConversion
[       OK ] LoadNodeTest.NumericConversion (5 ms)
[ RUN      ] LoadNodeTest.Binary
[       OK ] LoadNodeTest.Binary (4 ms)
[ RUN      ] LoadNodeTest.IterateSequence
[       OK ] LoadNodeTest.IterateSequence (2 ms)
[ RUN      ] LoadNodeTest.IterateMap
[       OK ] LoadNodeTest.IterateMap (4 ms)
[ RUN      ] LoadNodeTest.CloneScalar
[       OK ] LoadNodeTest.CloneScalar (0 ms)
[ RUN      ] LoadNodeTest.CloneSeq
[       OK ] LoadNodeTest.CloneSeq (3 ms)
[ RUN      ] LoadNodeTest.CloneMap
[       OK ] LoadNodeTest.CloneMap (2 ms)
[ RUN      ] LoadNodeTest.CloneAlias
[       OK ] LoadNodeTest.CloneAlias (0 ms)
[ RUN      ] LoadNodeTest.ForceInsertIntoMap
[       OK ] LoadNodeTest.ForceInsertIntoMap (1 ms)
[ RUN      ] LoadNodeTest.ResetNode
[       OK ] LoadNodeTest.ResetNode (2 ms)
[ RUN      ] LoadNodeTest.EmptyString
[       OK ] LoadNodeTest.EmptyString (0 ms)
[ RUN      ] LoadNodeTest.DereferenceIteratorError
[       OK ] LoadNodeTest.DereferenceIteratorError (3 ms)
[----------] 14 tests from LoadNodeTest (29 ms total)

[----------] 31 tests from NodeTest
[ RUN      ] NodeTest.EmitEmptyNode
[       OK ] NodeTest.EmitEmptyNode (0 ms)
[ RUN      ] NodeTest.ParseNodeStyle
[       OK ] NodeTest.ParseNodeStyle (5 ms)
[ RUN      ] NodeTest.SimpleScalar
[       OK ] NodeTest.SimpleScalar (0 ms)
[ RUN      ] NodeTest.IntScalar
[       OK ] NodeTest.IntScalar (1 ms)
[ RUN      ] NodeTest.SimpleAppendSequence
[       OK ] NodeTest.SimpleAppendSequence (0 ms)
[ RUN      ] NodeTest.MapElementRemoval
[       OK ] NodeTest.MapElementRemoval (0 ms)
[ RUN      ] NodeTest.SimpleAssignSequence
[       OK ] NodeTest.SimpleAssignSequence (0 ms)
[ RUN      ] NodeTest.SimpleMap
[       OK ] NodeTest.SimpleMap (1 ms)
[ RUN      ] NodeTest.MapWithUndefinedValues
[       OK ] NodeTest.MapWithUndefinedValues (0 ms)
[ RUN      ] NodeTest.MapIteratorWithUndefinedValues
[       OK ] NodeTest.MapIteratorWithUndefinedValues (0 ms)
[ RUN      ] NodeTest.SimpleSubkeys
[       OK ] NodeTest.SimpleSubkeys (1 ms)
[ RUN      ] NodeTest.StdVector
[       OK ] NodeTest.StdVector (1 ms)
[ RUN      ] NodeTest.StdList
[       OK ] NodeTest.StdList (1 ms)
[ RUN      ] NodeTest.StdMap
[       OK ] NodeTest.StdMap (1 ms)
[ RUN      ] NodeTest.StdPair
[       OK ] NodeTest.StdPair (0 ms)
[ RUN      ] NodeTest.SimpleAlias
[       OK ] NodeTest.SimpleAlias (0 ms)
[ RUN      ] NodeTest.AliasAsKey
[       OK ] NodeTest.AliasAsKey (0 ms)
[ RUN      ] NodeTest.SelfReferenceSequence
[       OK ] NodeTest.SelfReferenceSequence (1 ms)
[ RUN      ] NodeTest.ValueSelfReferenceMap
[       OK ] NodeTest.ValueSelfReferenceMap (0 ms)
[ RUN      ] NodeTest.KeySelfReferenceMap
[       OK ] NodeTest.KeySelfReferenceMap (0 ms)
[ RUN      ] NodeTest.SelfReferenceMap
[       OK ] NodeTest.SelfReferenceMap (0 ms)
[ RUN      ] NodeTest.TempMapVariable
[       OK ] NodeTest.TempMapVariable (0 ms)
[ RUN      ] NodeTest.TempMapVariableAlias
[       OK ] NodeTest.TempMapVariableAlias (1 ms)
[ RUN      ] NodeTest.Bool
[       OK ] NodeTest.Bool (0 ms)
[ RUN      ] NodeTest.AutoBoolConversion
[       OK ] NodeTest.AutoBoolConversion (0 ms)
[ RUN      ] NodeTest.FloatingPrecision
[       OK ] NodeTest.FloatingPrecision (0 ms)
[ RUN      ] NodeTest.SpaceChar
[       OK ] NodeTest.SpaceChar (0 ms)
[ RUN      ] NodeTest.CloneNull
[       OK ] NodeTest.CloneNull (0 ms)
[ RUN      ] NodeTest.KeyNodeExitsScope
[       OK ] NodeTest.KeyNodeExitsScope (1 ms)
[ RUN      ] NodeTest.DefaultNodeStyle
[       OK ] NodeTest.DefaultNodeStyle (0 ms)
[ RUN      ] NodeTest.AccessNonexistentKeyOnConstNode
[       OK ] NodeTest.AccessNonexistentKeyOnConstNode (0 ms)
[----------] 31 tests from NodeTest (14 ms total)

[----------] 108 tests from NodeSpecTest
[ RUN      ] NodeSpecTest.Ex2_1_SeqScalars
[       OK ] NodeSpecTest.Ex2_1_SeqScalars (2 ms)
[ RUN      ] NodeSpecTest.Ex2_2_MappingScalarsToScalars
[       OK ] NodeSpecTest.Ex2_2_MappingScalarsToScalars (3 ms)
[ RUN      ] NodeSpecTest.Ex2_3_MappingScalarsToSequences
[       OK ] NodeSpecTest.Ex2_3_MappingScalarsToSequences (6 ms)
[ RUN      ] NodeSpecTest.Ex2_4_SequenceOfMappings
[       OK ] NodeSpecTest.Ex2_4_SequenceOfMappings (6 ms)
[ RUN      ] NodeSpecTest.Ex2_5_SequenceOfSequences
[       OK ] NodeSpecTest.Ex2_5_SequenceOfSequences (6 ms)
[ RUN      ] NodeSpecTest.Ex2_6_MappingOfMappings
[       OK ] NodeSpecTest.Ex2_6_MappingOfMappings (7 ms)
[ RUN      ] NodeSpecTest.Ex2_7_TwoDocumentsInAStream
[       OK ] NodeSpecTest.Ex2_7_TwoDocumentsInAStream (4 ms)
[ RUN      ] NodeSpecTest.Ex2_8_PlayByPlayFeed
[       OK ] NodeSpecTest.Ex2_8_PlayByPlayFeed (6 ms)
[ RUN      ] NodeSpecTest.Ex2_9_SingleDocumentWithTwoComments
[       OK ] NodeSpecTest.Ex2_9_SingleDocumentWithTwoComments (4 ms)
[ RUN      ] NodeSpecTest.Ex2_10_SimpleAnchor
[       OK ] NodeSpecTest.Ex2_10_SimpleAnchor (4 ms)
[ RUN      ] NodeSpecTest.Ex2_11_MappingBetweenSequences
[       OK ] NodeSpecTest.Ex2_11_MappingBetweenSequences (7 ms)
[ RUN      ] NodeSpecTest.Ex2_12_CompactNestedMapping
[       OK ] NodeSpecTest.Ex2_12_CompactNestedMapping (7 ms)
[ RUN      ] NodeSpecTest.Ex2_13_InLiteralsNewlinesArePreserved
[       OK ] NodeSpecTest.Ex2_13_InLiteralsNewlinesArePreserved (0 ms)
[ RUN      ] NodeSpecTest.Ex2_14_InFoldedScalarsNewlinesBecomeSpaces
[       OK ] NodeSpecTest.Ex2_14_InFoldedScalarsNewlinesBecomeSpaces (1 ms)
[ RUN      ] NodeSpecTest.Ex2_15_FoldedNewlinesArePreservedForMoreIndentedAndBlankLines
[       OK ] NodeSpecTest.Ex2_15_FoldedNewlinesArePreservedForMoreIndentedAndBlankLines (1 ms)
[ RUN      ] NodeSpecTest.Ex2_16_IndentationDeterminesScope
[       OK ] NodeSpecTest.Ex2_16_IndentationDeterminesScope (3 ms)
[ RUN      ] NodeSpecTest.Ex2_17_QuotedScalars
[       OK ] NodeSpecTest.Ex2_17_QuotedScalars (5 ms)
[ RUN      ] NodeSpecTest.Ex2_18_MultiLineFlowScalars
[       OK ] NodeSpecTest.Ex2_18_MultiLineFlowScalars (2 ms)
[ RUN      ] NodeSpecTest.Ex2_23_VariousExplicitTags
[       OK ] NodeSpecTest.Ex2_23_VariousExplicitTags (5 ms)
[ RUN      ] NodeSpecTest.Ex2_24_GlobalTags
[       OK ] NodeSpecTest.Ex2_24_GlobalTags (12 ms)
[ RUN      ] NodeSpecTest.Ex2_25_UnorderedSets
[       OK ] NodeSpecTest.Ex2_25_UnorderedSets (3 ms)
[ RUN      ] NodeSpecTest.Ex2_16_OrderedMappings
[       OK ] NodeSpecTest.Ex2_16_OrderedMappings (4 ms)
[ RUN      ] NodeSpecTest.Ex2_27_Invoice
[       OK ] NodeSpecTest.Ex2_27_Invoice (25 ms)
[ RUN      ] NodeSpecTest.Ex2_28_LogFile
[       OK ] NodeSpecTest.Ex2_28_LogFile (17 ms)
[ RUN      ] NodeSpecTest.Ex5_3_BlockStructureIndicators
[       OK ] NodeSpecTest.Ex5_3_BlockStructureIndicators (5 ms)
[ RUN      ] NodeSpecTest.Ex5_4_FlowStructureIndicators
[       OK ] NodeSpecTest.Ex5_4_FlowStructureIndicators (5 ms)
[ RUN      ] NodeSpecTest.Ex5_5_CommentIndicator
[       OK ] NodeSpecTest.Ex5_5_CommentIndicator (0 ms)
[ RUN      ] NodeSpecTest.Ex5_6_NodePropertyIndicators
[       OK ] NodeSpecTest.Ex5_6_NodePropertyIndicators (2 ms)
[ RUN      ] NodeSpecTest.Ex5_7_BlockScalarIndicators
[       OK ] NodeSpecTest.Ex5_7_BlockScalarIndicators (2 ms)
[ RUN      ] NodeSpecTest.Ex5_8_QuotedScalarIndicators
[       OK ] NodeSpecTest.Ex5_8_QuotedScalarIndicators (1 ms)
[ RUN      ] NodeSpecTest.Ex5_11_LineBreakCharacters
[       OK ] NodeSpecTest.Ex5_11_LineBreakCharacters (1 ms)
[ RUN      ] NodeSpecTest.Ex5_12_TabsAndSpaces
[       OK ] NodeSpecTest.Ex5_12_TabsAndSpaces (2 ms)
[ RUN      ] NodeSpecTest.Ex5_13_EscapedCharacters
[       OK ] NodeSpecTest.Ex5_13_EscapedCharacters (1 ms)
[ RUN      ] NodeSpecTest.Ex5_14_InvalidEscapedCharacters
[       OK ] NodeSpecTest.Ex5_14_InvalidEscapedCharacters (1 ms)
[ RUN      ] NodeSpecTest.Ex6_1_IndentationSpaces
[       OK ] NodeSpecTest.Ex6_1_IndentationSpaces (6 ms)
[ RUN      ] NodeSpecTest.Ex6_2_IndentationIndicators
[       OK ] NodeSpecTest.Ex6_2_IndentationIndicators (2 ms)
[ RUN      ] NodeSpecTest.Ex6_3_SeparationSpaces
[       OK ] NodeSpecTest.Ex6_3_SeparationSpaces (3 ms)
[ RUN      ] NodeSpecTest.Ex6_4_LinePrefixes
[       OK ] NodeSpecTest.Ex6_4_LinePrefixes (2 ms)
[ RUN      ] NodeSpecTest.Ex6_5_EmptyLines
[       OK ] NodeSpecTest.Ex6_5_EmptyLines (2 ms)
[ RUN      ] NodeSpecTest.Ex6_6_LineFolding
[       OK ] NodeSpecTest.Ex6_6_LineFolding (1 ms)
[ RUN      ] NodeSpecTest.Ex6_7_BlockFolding
[       OK ] NodeSpecTest.Ex6_7_BlockFolding (0 ms)
[ RUN      ] NodeSpecTest.Ex6_8_FlowFolding
[       OK ] NodeSpecTest.Ex6_8_FlowFolding (0 ms)
[ RUN      ] NodeSpecTest.Ex6_9_SeparatedComment
[       OK ] NodeSpecTest.Ex6_9_SeparatedComment (1 ms)
[ RUN      ] NodeSpecTest.Ex6_10_CommentLines
[       OK ] NodeSpecTest.Ex6_10_CommentLines (0 ms)
[ RUN      ] NodeSpecTest.Ex6_11_MultiLineComments
[       OK ] NodeSpecTest.Ex6_11_MultiLineComments (1 ms)
[ RUN      ] NodeSpecTest.Ex6_12_SeparationSpacesII
[       OK ] NodeSpecTest.Ex6_12_SeparationSpacesII (6 ms)
[ RUN      ] NodeSpecTest.Ex6_13_ReservedDirectives
[       OK ] NodeSpecTest.Ex6_13_ReservedDirectives (0 ms)
[ RUN      ] NodeSpecTest.Ex6_14_YAMLDirective
[       OK ] NodeSpecTest.Ex6_14_YAMLDirective (1 ms)
[ RUN      ] NodeSpecTest.Ex6_15_InvalidRepeatedYAMLDirective
[       OK ] NodeSpecTest.Ex6_15_InvalidRepeatedYAMLDirective (1 ms)
[ RUN      ] NodeSpecTest.Ex6_16_TagDirective
[       OK ] NodeSpecTest.Ex6_16_TagDirective (0 ms)
[ RUN      ] NodeSpecTest.Ex6_17_InvalidRepeatedTagDirective
[       OK ] NodeSpecTest.Ex6_17_InvalidRepeatedTagDirective (1 ms)
[ RUN      ] NodeSpecTest.Ex6_18_PrimaryTagHandle
[       OK ] NodeSpecTest.Ex6_18_PrimaryTagHandle (1 ms)
[ RUN      ] NodeSpecTest.Ex6_19_SecondaryTagHandle
[       OK ] NodeSpecTest.Ex6_19_SecondaryTagHandle (1 ms)
[ RUN      ] NodeSpecTest.Ex6_20_TagHandles
[       OK ] NodeSpecTest.Ex6_20_TagHandles (1 ms)
[ RUN      ] NodeSpecTest.Ex6_21_LocalTagPrefix
[       OK ] NodeSpecTest.Ex6_21_LocalTagPrefix (2 ms)
[ RUN      ] NodeSpecTest.Ex6_22_GlobalTagPrefix
[       OK ] NodeSpecTest.Ex6_22_GlobalTagPrefix (1 ms)
[ RUN      ] NodeSpecTest.Ex6_23_NodeProperties
[       OK ] NodeSpecTest.Ex6_23_NodeProperties (2 ms)
[ RUN      ] NodeSpecTest.Ex6_24_VerbatimTags
[       OK ] NodeSpecTest.Ex6_24_VerbatimTags (1 ms)
[ RUN      ] NodeSpecTest.Ex6_26_TagShorthands
[       OK ] NodeSpecTest.Ex6_26_TagShorthands (3 ms)
[ RUN      ] NodeSpecTest.Ex6_27a_InvalidTagShorthands
[       OK ] NodeSpecTest.Ex6_27a_InvalidTagShorthands (1 ms)
[ RUN      ] NodeSpecTest.Ex6_28_NonSpecificTags
[       OK ] NodeSpecTest.Ex6_28_NonSpecificTags (2 ms)
[ RUN      ] NodeSpecTest.Ex6_29_NodeAnchors
[       OK ] NodeSpecTest.Ex6_29_NodeAnchors (2 ms)
[ RUN      ] NodeSpecTest.Ex7_1_AliasNodes
[       OK ] NodeSpecTest.Ex7_1_AliasNodes (4 ms)
[ RUN      ] NodeSpecTest.Ex7_2_EmptyNodes
[       OK ] NodeSpecTest.Ex7_2_EmptyNodes (2 ms)
[ RUN      ] NodeSpecTest.Ex7_3_CompletelyEmptyNodes
[       OK ] NodeSpecTest.Ex7_3_CompletelyEmptyNodes (2 ms)
[ RUN      ] NodeSpecTest.Ex7_4_DoubleQuotedImplicitKeys
[       OK ] NodeSpecTest.Ex7_4_DoubleQuotedImplicitKeys (1 ms)
[ RUN      ] NodeSpecTest.Ex7_5_DoubleQuotedLineBreaks
[       OK ] NodeSpecTest.Ex7_5_DoubleQuotedLineBreaks (1 ms)
[ RUN      ] NodeSpecTest.Ex7_6_DoubleQuotedLines
[       OK ] NodeSpecTest.Ex7_6_DoubleQuotedLines (1 ms)
[ RUN      ] NodeSpecTest.Ex7_7_SingleQuotedCharacters
[       OK ] NodeSpecTest.Ex7_7_SingleQuotedCharacters (0 ms)
[ RUN      ] NodeSpecTest.Ex7_8_SingleQuotedImplicitKeys
[       OK ] NodeSpecTest.Ex7_8_SingleQuotedImplicitKeys (2 ms)
[ RUN      ] NodeSpecTest.Ex7_9_SingleQuotedLines
[       OK ] NodeSpecTest.Ex7_9_SingleQuotedLines (1 ms)
[ RUN      ] NodeSpecTest.Ex7_10_PlainCharacters
[       OK ] NodeSpecTest.Ex7_10_PlainCharacters (6 ms)
[ RUN      ] NodeSpecTest.Ex7_11_PlainImplicitKeys
[       OK ] NodeSpecTest.Ex7_11_PlainImplicitKeys (2 ms)
[ RUN      ] NodeSpecTest.Ex7_12_PlainLines
[       OK ] NodeSpecTest.Ex7_12_PlainLines (1 ms)
[ RUN      ] NodeSpecTest.Ex7_13_FlowSequence
[       OK ] NodeSpecTest.Ex7_13_FlowSequence (3 ms)
[ RUN      ] NodeSpecTest.Ex7_14_FlowSequenceEntries
[       OK ] NodeSpecTest.Ex7_14_FlowSequenceEntries (4 ms)
[ RUN      ] NodeSpecTest.Ex7_15_FlowMappings
[       OK ] NodeSpecTest.Ex7_15_FlowMappings (5 ms)
[ RUN      ] NodeSpecTest.Ex7_16_FlowMappingEntries
[       OK ] NodeSpecTest.Ex7_16_FlowMappingEntries (3 ms)
[ RUN      ] NodeSpecTest.Ex7_17_FlowMappingSeparateValues
[       OK ] NodeSpecTest.Ex7_17_FlowMappingSeparateValues (4 ms)
[ RUN      ] NodeSpecTest.Ex7_18_FlowMappingAdjacentValues
[       OK ] NodeSpecTest.Ex7_18_FlowMappingAdjacentValues (2 ms)
[ RUN      ] NodeSpecTest.Ex7_19_SinglePairFlowMappings
[       OK ] NodeSpecTest.Ex7_19_SinglePairFlowMappings (2 ms)
[ RUN      ] NodeSpecTest.Ex7_20_SinglePairExplicitEntry
[       OK ] NodeSpecTest.Ex7_20_SinglePairExplicitEntry (1 ms)
[ RUN      ] NodeSpecTest.Ex7_21_SinglePairImplicitEntries
[       OK ] NodeSpecTest.Ex7_21_SinglePairImplicitEntries (5 ms)
[ RUN      ] NodeSpecTest.Ex7_22_InvalidImplicitKeys
[       OK ] NodeSpecTest.Ex7_22_InvalidImplicitKeys (3 ms)
[ RUN      ] NodeSpecTest.Ex7_23_FlowContent
[       OK ] NodeSpecTest.Ex7_23_FlowContent (4 ms)
[ RUN      ] NodeSpecTest.Ex7_24_FlowNodes
[       OK ] NodeSpecTest.Ex7_24_FlowNodes (1 ms)
[ RUN      ] NodeSpecTest.Ex8_1_BlockScalarHeader
[       OK ] NodeSpecTest.Ex8_1_BlockScalarHeader (1 ms)
[ RUN      ] NodeSpecTest.Ex8_2_BlockIndentationHeader
[       OK ] NodeSpecTest.Ex8_2_BlockIndentationHeader (1 ms)
[ RUN      ] NodeSpecTest.Ex8_3a_InvalidBlockScalarIndentationIndicators
[       OK ] NodeSpecTest.Ex8_3a_InvalidBlockScalarIndentationIndicators (2 ms)
[ RUN      ] NodeSpecTest.Ex8_3b_InvalidBlockScalarIndentationIndicators
[       OK ] NodeSpecTest.Ex8_3b_InvalidBlockScalarIndentationIndicators (1 ms)
[ RUN      ] NodeSpecTest.Ex8_3c_InvalidBlockScalarIndentationIndicators
[       OK ] NodeSpecTest.Ex8_3c_InvalidBlockScalarIndentationIndicators (2 ms)
[ RUN      ] NodeSpecTest.Ex8_4_ChompingFinalLineBreak
[       OK ] NodeSpecTest.Ex8_4_ChompingFinalLineBreak (2 ms)
[ RUN      ] NodeSpecTest.Ex8_6_EmptyScalarChomping
[       OK ] NodeSpecTest.Ex8_6_EmptyScalarChomping (2 ms)
[ RUN      ] NodeSpecTest.Ex8_7_LiteralScalar
[       OK ] NodeSpecTest.Ex8_7_LiteralScalar (1 ms)
[ RUN      ] NodeSpecTest.Ex8_8_LiteralContent
[       OK ] NodeSpecTest.Ex8_8_LiteralContent (0 ms)
[ RUN      ] NodeSpecTest.Ex8_9_FoldedScalar
[       OK ] NodeSpecTest.Ex8_9_FoldedScalar (1 ms)
[ RUN      ] NodeSpecTest.Ex8_10_FoldedLines
[       OK ] NodeSpecTest.Ex8_10_FoldedLines (0 ms)
[ RUN      ] NodeSpecTest.Ex8_11_MoreIndentedLines
[       OK ] NodeSpecTest.Ex8_11_MoreIndentedLines (1 ms)
[ RUN      ] NodeSpecTest.Ex8_12_EmptySeparationLines
[       OK ] NodeSpecTest.Ex8_12_EmptySeparationLines (1 ms)
[ RUN      ] NodeSpecTest.Ex8_13_FinalEmptyLines
[       OK ] NodeSpecTest.Ex8_13_FinalEmptyLines (1 ms)
[ RUN      ] NodeSpecTest.Ex8_14_BlockSequence
[       OK ] NodeSpecTest.Ex8_14_BlockSequence (2 ms)
[ RUN      ] NodeSpecTest.Ex8_15_BlockSequenceEntryTypes
[       OK ] NodeSpecTest.Ex8_15_BlockSequenceEntryTypes (3 ms)
[ RUN      ] NodeSpecTest.Ex8_16_BlockMappings
[       OK ] NodeSpecTest.Ex8_16_BlockMappings (2 ms)
[ RUN      ] NodeSpecTest.Ex8_17_ExplicitBlockMappingEntries
[       OK ] NodeSpecTest.Ex8_17_ExplicitBlockMappingEntries (3 ms)
[ RUN      ] NodeSpecTest.Ex8_18_ImplicitBlockMappingEntries
[       OK ] NodeSpecTest.Ex8_18_ImplicitBlockMappingEntries (2 ms)
[ RUN      ] NodeSpecTest.Ex8_19_CompactBlockMappings
[       OK ] NodeSpecTest.Ex8_19_CompactBlockMappings (4 ms)
[ RUN      ] NodeSpecTest.Ex8_20_BlockNodeTypes
[       OK ] NodeSpecTest.Ex8_20_BlockNodeTypes (2 ms)
[ RUN      ] NodeSpecTest.Ex8_22_BlockCollectionNodes
[       OK ] NodeSpecTest.Ex8_22_BlockCollectionNodes (4 ms)
[----------] 108 tests from NodeSpecTest (304 ms total)

[----------] 7 tests from NodeEmitterTest
[ RUN      ] NodeEmitterTest.SimpleFlowSeqNode
[       OK ] NodeEmitterTest.SimpleFlowSeqNode (1 ms)
[ RUN      ] NodeEmitterTest.NestFlowSeqNode
[       OK ] NodeEmitterTest.NestFlowSeqNode (1 ms)
[ RUN      ] NodeEmitterTest.MixBlockFlowSeqNode
[       OK ] NodeEmitterTest.MixBlockFlowSeqNode (1 ms)
[ RUN      ] NodeEmitterTest.NestBlockFlowMapListNode
[       OK ] NodeEmitterTest.NestBlockFlowMapListNode (2 ms)
[ RUN      ] NodeEmitterTest.NestBlockMixMapListNode
[       OK ] NodeEmitterTest.NestBlockMixMapListNode (1 ms)
[ RUN      ] NodeEmitterTest.NestBlockMapListNode
[       OK ] NodeEmitterTest.NestBlockMapListNode (1 ms)
[ RUN      ] NodeEmitterTest.NestFlowMapListNode
[       OK ] NodeEmitterTest.NestFlowMapListNode (1 ms)
[----------] 7 tests from NodeEmitterTest (8 ms total)

[----------] Global test environment tear-down
[==========] 871 tests from 11 test cases ran. (2645 ms total)
[  PASSED  ] 871 tests.

  YOU HAVE 8 DISABLED TESTS

@bafonso
Copy link

bafonso commented Jun 29, 2015

The code does compile 100%, see output from BUILD_ALL:

1>------ Build started: Project: gtest_main_use_own_tuple, Configuration: Debug x64 ------
2>------ Build started: Project: gtest_no_exception, Configuration: Debug x64 ------
3>------ Build started: Project: gtest_main_no_exception, Configuration: Debug x64 ------
1>  gtest-all.cc
2>  gtest-all.cc
3>  gtest-all.cc
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(733): error C2888: 'std::tuple_size<std::tr1::tuple<void,void,void,void,void,void,void,void,void,void>>' : symbol cannot be defined within namespace 'tr1'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(791): error C3855: 'std::tuple_element': template parameter '_Idx' is incompatible with the declaration
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
4>------ Build started: Project: gtest-death-test_test, Configuration: Debug x64 ------
5>------ Build started: Project: gtest-listener_test, Configuration: Debug x64 ------
1>  gtest_main.cc
5>  gtest-listener_test.cc
4>  gtest-death-test_test.cc
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(733): error C2888: 'std::tuple_size<std::tr1::tuple<void,void,void,void,void,void,void,void,void,void>>' : symbol cannot be defined within namespace 'tr1'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(791): error C3855: 'std::tuple_element': template parameter '_Idx' is incompatible with the declaration
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2039: 'type' : is not a member of 'std::tuple_element'
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2146: syntax error : missing ',' before identifier 'type'
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2065: 'type' : undeclared identifier
1>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
1>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
1>  Generating Code...
6>------ Build started: Project: gtest-tuple_test, Configuration: Debug x64 ------
7>------ Build started: Project: gtest_use_own_tuple_test, Configuration: Debug x64 ------
5>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-listener_test.cc(180): error C2220: warning treated as error - no 'object' file generated
5>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-listener_test.cc(180): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
7>  gtest-param-test_test.cc
6>  gtest-tuple_test.cc
3>c:\program files (x86)\microsoft visual studio 12.0\vc\include\xtree(1826): error C2220: warning treated as error - no 'object' file generated
3>c:\program files (x86)\microsoft visual studio 12.0\vc\include\xtree(1826): warning C4702: unreachable code
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(733): error C2888: 'std::tuple_size<std::tr1::tuple<void,void,void,void,void,void,void,void,void,void>>' : symbol cannot be defined within namespace 'tr1'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(791): error C3855: 'std::tuple_element': template parameter '_Idx' is incompatible with the declaration
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2039: 'type' : is not a member of 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2146: syntax error : missing ',' before identifier 'type'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(47): error C2027: use of undefined type 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(47): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(47): error C2974: 'testing::StaticAssertTypeEq' : invalid template argument for 'T2', type expected
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/gtest.h(2205) : see declaration of 'testing::StaticAssertTypeEq'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(48): error C2027: use of undefined type 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(48): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(48): error C2974: 'testing::StaticAssertTypeEq' : invalid template argument for 'T2', type expected
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/gtest.h(2205) : see declaration of 'testing::StaticAssertTypeEq'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(49): error C2027: use of undefined type 'std::tuple_element'
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(49): error C2065: 'type' : undeclared identifier
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(49): error C2974: 'testing::StaticAssertTypeEq' : invalid template argument for 'T2', type expected
6>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/gtest.h(2205) : see declaration of 'testing::StaticAssertTypeEq'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(124): error C2893: Failed to specialize function template 'const T &std::tr1::get(const std::tr1::tuple<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> &)'
6>          With the following template arguments:
6>          'k=1'
6>          'T0=bool'
6>          'T1=int &'
6>          'T2=void'
6>          'T3=void'
6>          'T4=void'
6>          'T5=void'
6>          'T6=void'
6>          'T7=void'
6>          'T8=void'
6>          'T9=void'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(124): error C2893: Failed to specialize function template 'T &std::tr1::get(std::tr1::tuple<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> &)'
6>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-tuple_test.cc(124): fatal error C1003: error count exceeds 100; stopping compilation
2>c:\program files (x86)\microsoft visual studio 12.0\vc\include\xtree(1826): error C2220: warning treated as error - no 'object' file generated
2>c:\program files (x86)\microsoft visual studio 12.0\vc\include\xtree(1826): warning C4702: unreachable code
4>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-death-test_test.cc(829): error C2220: warning treated as error - no 'object' file generated
4>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-death-test_test.cc(829): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
4>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\test\gtest-death-test_test.cc(831): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(733): error C2888: 'std::tuple_size<std::tr1::tuple<void,void,void,void,void,void,void,void,void,void>>' : symbol cannot be defined within namespace 'tr1'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(791): error C3855: 'std::tuple_element': template parameter '_Idx' is incompatible with the declaration
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>  gtest-param-test2_test.cc
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(733): error C2888: 'std::tuple_size<std::tr1::tuple<void,void,void,void,void,void,void,void,void,void>>' : symbol cannot be defined within namespace 'tr1'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(791): error C3855: 'std::tuple_element': template parameter '_Idx' is incompatible with the declaration
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(803): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(807): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(815): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(819): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(827): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(831): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(839): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(843): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(851): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(855): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(863): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(867): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(875): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(879): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(887): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(891): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(899): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(903): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(911): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(915): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(922): error C2977: 'std::tr1::gtest_internal::AddRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(129) : see declaration of 'std::tr1::gtest_internal::AddRef'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2039: 'type' : is not a member of 'std::tuple_element'
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(788) : see declaration of 'std::tuple_element'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2146: syntax error : missing ',' before identifier 'type'
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2065: 'type' : undeclared identifier
7>C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(928): error C2977: 'std::tr1::gtest_internal::ByRef' : too many template arguments
7>          C:\libraries\yaml-cpp\test\gmock-1.7.0\gtest\include\gtest/internal/gtest-tuple.h(119) : see declaration of 'std::tr1::gtest_internal::ByRef'
7>  Generating Code...
8>------ Build started: Project: gtest_throw_on_failure_test_, Configuration: Debug x64 ------
9>------ Build started: Project: gtest_catch_exceptions_no_ex_test_, Configuration: Debug x64 ------
8>LINK : fatal error LNK1104: cannot open file 'Debug\libgtest_no_exception.lib'
9>LINK : fatal error LNK1104: cannot open file 'Debug\libgtest_main_no_exception.lib'
========== Build: 0 succeeded, 9 failed, 61 up-to-date, 0 skipped ==========

@akasandra
Copy link

Amazing, idea! But since yaml-cpp is added to my project i also use boost and i love it. As i use VS2012, it does not support C++11. This annoyes me really, but it is okay since i got boost. Firs idea while getting yaml-cpp was "holly crap why do i need boost for this small thing".

@reFX-Mike
Copy link

Will this pull request ever be merged into the main release? I would love to have a yaml-cpp without requiring boost.

@matteblair
Copy link
Contributor Author

I can rebase onto master and fix the current conflicts. @jbeder would you prefer commits squashed?

@jbeder
Copy link
Owner

jbeder commented Sep 30, 2015

I do prefer squashed commits.

My initial plan has been to fix some outstanding bugs, cut a release, then merge this. But I've been unable to find the time.

I suppose I'll just skip the bugs. I'll aim to start reviewing this change in the next week or so, after you merge. Sorry about the delays, everyone.

@reFX-Mike
Copy link

It's been a while. Can I motivate someone with a bounty to finish this?

@matteblair
Copy link
Contributor Author

Since there's apparent demand, I can find some time this week to finish this up.

@ghost
Copy link

ghost commented Nov 9, 2015

[ 53%] Building CXX object test/gmock-1.7.0/CMakeFiles/gmock.dir/gtest/src/gtest-all.cc.obj
gtest-all.cc
[ 55%] Building CXX object test/gmock-1.7.0/CMakeFiles/gmock.dir/src/gmock-all.cc.obj
gmock-all.cc
C:\cygwin64\home\karl\ports\jbeder\yaml\yaml\test\gmock-1.7.0\src/gmock-matchers.cc: error C2220: 警告被视为错误 - 没有生成“object”文件
C:\cygwin64\home\karl\ports\jbeder\yaml\yaml\test\gmock-1.7.0\src/gmock-matchers.cc: warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
NMAKE : fatal error U1077: “C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe”: 返回代码“0x2”

It seems version 0.5.2 has the problem of C2220 and C4819 under Visual Studio 2015.
And also, it is a boost problem as well. (And you used a very strict standard)

@matteblair
Copy link
Contributor Author

Closing in favor of #342

@matteblair matteblair closed this Nov 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants