[----------] 15 tests from GeomUtilsTest [ RUN ] GeomUtilsTest.splitSelfIntersecting [ OK ] GeomUtilsTest.splitSelfIntersecting (1 ms) [ RUN ] GeomUtilsTest.splitRepeatedlySelfIntersecting [ OK ] GeomUtilsTest.splitRepeatedlySelfIntersecting (1 ms) [ RUN ] GeomUtilsTest.splitRevisitedVertex [ OK ] GeomUtilsTest.splitRevisitedVertex (1 ms) [ RUN ] GeomUtilsTest.triangulateCW [ OK ] GeomUtilsTest.triangulateCW (1 ms) [ RUN ] GeomUtilsTest.triangulateCCW [ OK ] GeomUtilsTest.triangulateCCW (1 ms) [ RUN ] GeomUtilsTest.triangulateBarelyTouching [ OK ] GeomUtilsTest.triangulateBarelyTouching (1 ms) [ RUN ] GeomUtilsTest.triangulateOverlapping [ OK ] GeomUtilsTest.triangulateOverlapping (1 ms) [ RUN ] GeomUtilsTest.triangulateSelfIntersecting [ OK ] GeomUtilsTest.triangulateSelfIntersecting (1 ms) [ RUN ] GeomUtilsTest.triangulateColinearAdjacentSegments [ OK ] GeomUtilsTest.triangulateColinearAdjacentSegments (0 ms) [ RUN ] GeomUtilsTest.triangulateOverlappingSegments [ OK ] GeomUtilsTest.triangulateOverlappingSegments (1 ms) [ RUN ] GeomUtilsTest.triangulateRepeatedlySelfIntersecting [ OK ] GeomUtilsTest.triangulateRepeatedlySelfIntersecting (1 ms) [ RUN ] GeomUtilsTest.triangulateConsecutiveRepeatVertices [ OK ] GeomUtilsTest.triangulateConsecutiveRepeatVertices (0 ms) [ RUN ] GeomUtilsTest.triangulateWithRevisitedVertex [ OK ] GeomUtilsTest.triangulateWithRevisitedVertex (1 ms) [ RUN ] GeomUtilsTest.triangulateLongPolygon [ OK ] GeomUtilsTest.triangulateLongPolygon (64 ms) [ RUN ] GeomUtilsTest.triangulateManyPolygons [ OK ] GeomUtilsTest.triangulateManyPolygons (1432 ms) [----------] 15 tests from GeomUtilsTest (1519 ms total) [----------] 3 tests from HelpItemManagerTest [ RUN ] HelpItemManagerTest.INIStorage [ OK ] HelpItemManagerTest.INIStorage (3 ms) [ RUN ] HelpItemManagerTest.priority [ OK ] HelpItemManagerTest.priority (2 ms) [ RUN ] HelpItemManagerTest.highPriorityClobberingBug [ OK ] HelpItemManagerTest.highPriorityClobberingBug (3 ms) [----------] 3 tests from HelpItemManagerTest (11 ms total) [----------] 15 tests from HttpRequestTest [ RUN ] HttpRequestTest.urlTest [ OK ] HttpRequestTest.urlTest (1 ms) [ RUN ] HttpRequestTest.urlEncodeTest [ OK ] HttpRequestTest.urlEncodeTest (1 ms) [ RUN ] HttpRequestTest.postData [ OK ] HttpRequestTest.postData (0 ms) [ RUN ] HttpRequestTest.goodResponse [ OK ] HttpRequestTest.goodResponse (1 ms) [ RUN ] HttpRequestTest.badResponse [ OK ] HttpRequestTest.badResponse (1 ms) [ RUN ] HttpRequestTest.separatorOnlyResponse [ OK ] HttpRequestTest.separatorOnlyResponse (1 ms) [ RUN ] HttpRequestTest.emptyResponse [ OK ] HttpRequestTest.emptyResponse (0 ms) [ RUN ] HttpRequestTest.sendSuccess [ OK ] HttpRequestTest.sendSuccess (20 ms) [ RUN ] HttpRequestTest.sendTimeout [ OK ] HttpRequestTest.sendTimeout (41 ms) [ RUN ] HttpRequestTest.receiveSuccess [ OK ] HttpRequestTest.receiveSuccess (51 ms) [ RUN ] HttpRequestTest.receiveTimeout [ OK ] HttpRequestTest.receiveTimeout (50 ms) [ RUN ] HttpRequestTest.connectError [ OK ] HttpRequestTest.connectError (1 ms) [ RUN ] HttpRequestTest.sendError [ OK ] HttpRequestTest.sendError (20 ms) [ RUN ] HttpRequestTest.receiveFail [ OK ] HttpRequestTest.receiveFail (71 ms) [ RUN ] HttpRequestTest.successTest [ OK ] HttpRequestTest.successTest (121 ms) [----------] 15 tests from HttpRequestTest (394 ms total) [----------] 1 test from INISettingsTest [ RUN ] INISettingsTest.PackUnpack [ OK ] INISettingsTest.PackUnpack (0 ms) [----------] 1 test from INISettingsTest (1 ms total) [----------] 2 tests from InputStringTest [ RUN ] InputStringTest.validStrings [ OK ] InputStringTest.validStrings (0 ms) [ RUN ] InputStringTest.normalizeStrings [ OK ] InputStringTest.normalizeStrings (1 ms) [----------] 2 tests from InputStringTest (2 ms total) [----------] 1 test from IntegrationTest [ RUN ] IntegrationTest.LevelReadingAndItemPropagation [ OK ] IntegrationTest.LevelReadingAndItemPropagation (631 ms) [----------] 1 test from IntegrationTest (631 ms total) [----------] 1 test from LevelLoaderTest [ RUN ] LevelLoaderTest.longLine ..\..\bitfighter_test\TestLevelLoader.cpp(43): error: Value of: objects->size() Actual: 0 Expected: TEST_POINTS - 1 Which is: 4094 [ FAILED ] LevelLoaderTest.longLine (95 ms) [----------] 1 test from LevelLoaderTest (96 ms total) [----------] 1 test from TestLevelSource [ RUN ] TestLevelSource.tests [ OK ] TestLevelSource.tests (1 ms) [----------] 1 test from TestLevelSource (2 ms total) [----------] 1 test from LevelMenuSelectUserInterfaceTests [ RUN ] LevelMenuSelectUserInterfaceTests.GetIndexOfNext [ OK ] LevelMenuSelectUserInterfaceTests.GetIndexOfNext (2 ms) [----------] 1 test from LevelMenuSelectUserInterfaceTests (3 ms total) [----------] 1 test from LoadoutIndicatorTest [ RUN ] LoadoutIndicatorTest.RenderWidth [ OK ] LoadoutIndicatorTest.RenderWidth (1 ms) [----------] 1 test from LoadoutIndicatorTest (3 ms total) [----------] 4 tests from LoadoutTrackerTest [ RUN ] LoadoutTrackerTest.EqualityAndAssignment [ OK ] LoadoutTrackerTest.EqualityAndAssignment (0 ms) [ RUN ] LoadoutTrackerTest.FromVector [ OK ] LoadoutTrackerTest.FromVector (0 ms) [ RUN ] LoadoutTrackerTest.ToVector [ OK ] LoadoutTrackerTest.ToVector (0 ms) [ RUN ] LoadoutTrackerTest.ToString [ OK ] LoadoutTrackerTest.ToString (0 ms) [----------] 4 tests from LoadoutTrackerTest (4 ms total) [----------] 5 tests from LuaEnvironmentTest [ RUN ] LuaEnvironmentTest.sanityCheck ..\..\bitfighter_test\TestLuaEnvironment.cpp(43): error: Value of: serverGame->g etGameObjDatabase()->findObjects_fast()->size() == 0 Actual: false Expected: true Database should be empty on a new level! unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown(). [ FAILED ] LuaEnvironmentTest.sanityCheck (15 ms) [ RUN ] LuaEnvironmentTest.sandbox ..\..\bitfighter_test\TestLuaEnvironment.cpp(43): error: Value of: serverGame->g etGameObjDatabase()->findObjects_fast()->size() == 0 Actual: false Expected: true Database should be empty on a new level! unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown(). [ FAILED ] LuaEnvironmentTest.sandbox (17 ms) [ RUN ] LuaEnvironmentTest.scriptIsolation ..\..\bitfighter_test\TestLuaEnvironment.cpp(43): error: Value of: serverGame->g etGameObjDatabase()->findObjects_fast()->size() == 0 Actual: false Expected: true Database should be empty on a new level! unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown(). [ FAILED ] LuaEnvironmentTest.scriptIsolation (15 ms) [ RUN ] LuaEnvironmentTest.immutability ..\..\bitfighter_test\TestLuaEnvironment.cpp(43): error: Value of: serverGame->g etGameObjDatabase()->findObjects_fast()->size() == 0 Actual: false Expected: true Database should be empty on a new level! unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown(). [ FAILED ] LuaEnvironmentTest.immutability (16 ms) [ RUN ] LuaEnvironmentTest.findAllObjects ..\..\bitfighter_test\TestLuaEnvironment.cpp(43): error: Value of: serverGame->g etGameObjDatabase()->findObjects_fast()->size() == 0 Actual: false Expected: true Database should be empty on a new level! unknown file: error: SEH exception with code 0xc0000005 thrown in TearDown(). [ FAILED ] LuaEnvironmentTest.findAllObjects (15 ms) [----------] 5 tests from LuaEnvironmentTest (84 ms total) [----------] 1 test from MasterTest [ RUN ] MasterTest.Sanity [ OK ] MasterTest.Sanity (3 ms) [----------] 1 test from MasterTest (3 ms total) [----------] 5 tests from MoveTest [ RUN ] MoveTest.PackUnpack [ OK ] MoveTest.PackUnpack (0 ms) [ RUN ] MoveTest.Simple [ OK ] MoveTest.Simple (0 ms) [ RUN ] MoveTest.NormalizedAngles [ OK ] MoveTest.NormalizedAngles (0 ms) [ RUN ] MoveTest.WrapAround [ OK ] MoveTest.WrapAround (1 ms) [ RUN ] MoveTest.LargeAngleWrapAround [ OK ] MoveTest.LargeAngleWrapAround (0 ms) [----------] 5 tests from MoveTest (5 ms total) [----------] 3 tests from ObjectTest [ RUN ] ObjectTest.ProcessArgumentsSanity [ OK ] ObjectTest.ProcessArgumentsSanity (210 ms) [ RUN ] ObjectTest.GhostingSanity [ OK ] ObjectTest.GhostingSanity (35 ms) [ RUN ] ObjectTest.LuaSanity [ OK ] ObjectTest.LuaSanity (15 ms) [----------] 3 tests from ObjectTest (265 ms total) [----------] 2 tests from PolylineGeometryTest [ RUN ] PolylineGeometryTest.setGeomTest [ OK ] PolylineGeometryTest.setGeomTest (0 ms) [ RUN ] PolylineGeometryTest.setGeomWithNanPointTest [ OK ] PolylineGeometryTest.setGeomWithNanPointTest (0 ms) [----------] 2 tests from PolylineGeometryTest (2 ms total) [----------] 2 tests from RobotTest [ RUN ] RobotTest.addBot [ OK ] RobotTest.addBot (20 ms) [ RUN ] RobotTest.luaRobotNew ..\..\bitfighter_test\TestRobot.cpp(58): error: Value of: gamePair.server->getRo botCount() Actual: 1 Expected: 0 ..\..\bitfighter_test\TestRobot.cpp(59): error: Value of: gamePair.getClient(0)- >getRobotCount() Actual: 1 Expected: 0 [ FAILED ] RobotTest.luaRobotNew (29 ms) [----------] 2 tests from RobotTest (52 ms total) [----------] 5 tests from RobotManagerTest [ RUN ] RobotManagerTest.findMinPlayers [ OK ] RobotManagerTest.findMinPlayers (0 ms) [ RUN ] RobotManagerTest.getMaxPlayersPerBalancedTeam [ OK ] RobotManagerTest.getMaxPlayersPerBalancedTeam (0 ms) [ RUN ] RobotManagerTest.moreLessBots [ OK ] RobotManagerTest.moreLessBots (428 ms) [ RUN ] RobotManagerTest.levelsThatIncludeBots [ OK ] RobotManagerTest.levelsThatIncludeBots (242 ms) [ RUN ] RobotManagerTest.autolevelingWithLevelsThatIncludeBots [ OK ] RobotManagerTest.autolevelingWithLevelsThatIncludeBots (47 ms) [----------] 5 tests from RobotManagerTest (724 ms total) [----------] 4 tests from ServerGameTest [ RUN ] ServerGameTest.LoadLevelWithEmptyLevelLine [ OK ] ServerGameTest.LoadLevelWithEmptyLevelLine (1 ms) [ RUN ] ServerGameTest.KillStreakTests [ OK ] ServerGameTest.KillStreakTests (15 ms) [ RUN ] ServerGameTest.LittleStory [ OK ] ServerGameTest.LittleStory (12 ms) [ RUN ] ServerGameTest.LoadoutManagementTests [ OK ] ServerGameTest.LoadoutManagementTests (7 ms) [----------] 4 tests from ServerGameTest (41 ms total) [----------] 2 tests from SettingsTest [ RUN ] SettingsTest.NoMeansNo [ OK ] SettingsTest.NoMeansNo (0 ms) [ RUN ] SettingsTest.SetValFromString [ OK ] SettingsTest.SetValFromString (0 ms) [----------] 2 tests from SettingsTest (2 ms total) [----------] 1 test from ShipTest [ RUN ] ShipTest.PackUnpack [ OK ] ShipTest.PackUnpack (0 ms) [----------] 1 test from ShipTest (2 ms total) [----------] 1 test from SpawnDelayTest [ RUN ] SpawnDelayTest.SpawnDelayTests unknown file: error: SEH exception with code 0xc0000005 thrown in the test body. [ FAILED ] SpawnDelayTest.SpawnDelayTests (763 ms) [----------] 1 test from SpawnDelayTest (763 ms total) [----------] 7 tests from StringUtilsTest [ RUN ] StringUtilsTest.stringContainsAllTheSameCharacter [ OK ] StringUtilsTest.stringContainsAllTheSameCharacter (0 ms) [ RUN ] StringUtilsTest.isHex [ OK ] StringUtilsTest.isHex (0 ms) [ RUN ] StringUtilsTest.listToString [ OK ] StringUtilsTest.listToString (0 ms) [ RUN ] StringUtilsTest.chopComment [ OK ] StringUtilsTest.chopComment (0 ms) [ RUN ] StringUtilsTest.ParseStringTests [ OK ] StringUtilsTest.ParseStringTests (0 ms) [ RUN ] StringUtilsTest.WrapStringsMaxChars [ OK ] StringUtilsTest.WrapStringsMaxChars (1 ms) [ RUN ] StringUtilsTest.WrapStringsLineWidth [ OK ] StringUtilsTest.WrapStringsLineWidth (256 ms) [----------] 7 tests from StringUtilsTest (263 ms total) [----------] 1 test from SymbolStringTest [ RUN ] SymbolStringTest.Height [ OK ] SymbolStringTest.Height (0 ms) [----------] 1 test from SymbolStringTest (0 ms total) [----------] Global test environment tear-down [==========] 91 tests from 29 test cases ran. (5604 ms total) [ PASSED ] 83 tests. [ FAILED ] 8 tests, listed below: [ FAILED ] LevelLoaderTest.longLine [ FAILED ] LuaEnvironmentTest.sanityCheck [ FAILED ] LuaEnvironmentTest.sandbox [ FAILED ] LuaEnvironmentTest.scriptIsolation [ FAILED ] LuaEnvironmentTest.immutability [ FAILED ] LuaEnvironmentTest.findAllObjects [ FAILED ] RobotTest.luaRobotNew [ FAILED ] SpawnDelayTest.SpawnDelayTests 8 FAILED TESTS