eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Skip all tests when running non-stop tests on Windows #207

Closed jonahgraham closed 2 years ago

jonahgraham commented 2 years ago

Follow up to #206 to skip all the non-stop tests when running on Windows because Windows native debugging does not support non-stop mode.

The skipping is the same condition as in multithread test, just globally when --test-gdb-non-stop is used: https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/blob/80836a832c1d7cff86dd335c4c76b864f8fb3c99/src/integration-tests/multithread.spec.ts#L139-L142