makestuff / gta-bug

Reproduction of missing-annotation bug in VSCode gtest-adapter extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gta-bug

Clone the repo, build it:

cd $HOME
git clone --recursive https://github.com/makestuff/gta-bug.git
cd gta-bug
./build.sh
code .

In VSCode, open "Test Explorer" pane, choose "Run All".

Now navigate to mul-tests->Multiply and double-click "verifySimpleMultiply". Notice that the test does have a "Go to Tree | Run | Debug" annotation:

verifySimpleMultiply

Now navigate to div-tests->Divide and double-click "verifySimpleDivide". Notice that the test does not have a "Go to Tree | Run | Debug" annotation:

verifySimpleDivide

About

Reproduction of missing-annotation bug in VSCode gtest-adapter extension


Languages

Language:CMake 74.6%Language:Shell 10.9%Language:C++ 10.9%Language:C 3.6%