Nic Holthaus

Results 117 comments of Nic Holthaus

Yeah, shouldn't be a problem On Jun 26, 2017 9:53 PM, "ninjaCoder" wrote: > Is it possible to add "run test" for specific test from the test list > window...

Gtest runner parses results based on test output. You're seeing the stuck yellow light because your test hung and produced no output. You'll have to debug the test further. In...

I'm not sure what you mean by 'run a gtest project'. Just to be clear, gtest-runner runs compiled executable files (.exe), not source code. Additionally, if your test executable crashes,...

It's seeming a bit to complicated, given the recent Qt dependencies, to build a debian package that would actually be portable, and then to deploy it through travis.

This is going to be enabled via [launchpad](https://launchpad.net/~nholthaus/+archive/ubuntu/gtest-runner) An Ubuntu 16.04 package is already available. Working on 14.04.

added NAN support in 3.0. Consider backporting to 2.3

added support in 3.0. Consider backporting to 2.3

added a test for this to 3.x ``` TEST(Consistency, recovers_input_values) { for (int i = 0; i

You're not wrong. I recently wrestled with trying to make this consistent in v3.x and started seeing all the warts in concentration units. I think that the problem goes back...