DavidSchuldenfrei / gtest-adapter

Other
18 stars 9 forks source link

Tests passes even if they segfaulted #70

Open minh-anderson-dojofive opened 1 year ago

minh-anderson-dojofive commented 1 year ago

Due to how gtest-adapter only looks for the FAILED key word https://github.com/DavidSchuldenfrei/gtest-adapter/blob/0e428902abcdc9a55e85804ec6dd0b48fc588fa1/src/GTestWrapper.ts#L73, it would pass tests that failed due to segfault