-
Copy issue body from C:/KBApps/vcpkg/installed/vcpkg/issue_body.md
Issue faced at the time of installing the google test using vcpkg .
Below is the Ouput after firing the command " ./vcpkg install gt…
-
### Describe the issue
The internal macros `GTEST_FATAL_FAILURE_` and `GTEST_SKIP_` return the void expression `GTEST_MESSAGE_`.
I would expect them to call `GTEST_MESSAGE_` and then return.
### …
-
It's an umbrella ticket for better tracking of GTest improvement activity ordered by priority.
The tickets under the different checkboxes are independent and can be done in-parallel, while tickets …
-
victor@victor-VirtualBox:~/accesment/Konstantinst128027/HomeAssignments/Assignment3$ make
g++ -c armour.cpp -o armour.o
g++ -c Autobot.cpp -o Autobot.o
g++ -c decepticon.cpp -o decepticon.o
g++…
-
Gtests are using random generator and setting internal library state based on environmental variables. It may work for a case `single binary-single test`, but will not work for a `single binary-all th…
-
Hello, it's damn late where I live and the only thing that's it holding me from switching from vscode to neovim is the lack of a testing interface for GTests.
It's been a while since I search every…
-
Seems like testimage is being built without gtest, causing [failures](https://github.com/adoptium/aqa-tests/pull/5648) of gtest hotspot tests.
**Error:**
```
java.lang.Error: TESTBUG: the libra…
-
I will probably end up implementing it myself, so using this issue for notes and to judge interest.
[Xmake](https://xmake.io/#/) is a cmake-like build utility that I enjoy using for its lua-based s…
-
The [instructions in the vcpkg port](https://github.com/microsoft/vcpkg/blob/master/ports/gtest/usage) for GTest mostly work for me. I had to make one change:
From:
```
target_link_libraries(m…
gc435 updated
4 weeks ago
-
It looks like the `all_gpu_id_array` is not cleaned up when KMT is unloaded. If KMT is initialized multiple times in the same process it will leak the array multiple times. `hsakmt_fmm_destroy_process…