diff options
author | Yeongjin Jeong <yeongjin.jeong@navercorp.com> | 2019-02-08 17:01:37 +0900 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-02-09 00:32:01 +0200 |
commit | a75bda7154c043994323d54acf16e7c4665eb1a7 (patch) | |
tree | 03a854cd1f2fbc6e5b9c0ca6bf5641b2dff1fa07 /docs/markdown/snippets | |
parent | 711f73e3862e6d1ef96b5c5c6e8d27231c9eca9c (diff) | |
download | meson-a75bda7154c043994323d54acf16e7c4665eb1a7.zip meson-a75bda7154c043994323d54acf16e7c4665eb1a7.tar.gz meson-a75bda7154c043994323d54acf16e7c4665eb1a7.tar.bz2 |
mtest: Don't use thread executor when enabled gdb in test_setup
If the global gdb option of mesontest is disabled (e.g. not set '--gdb')
and the gdb option of test_setup is enabled, an exception will be thrown.
Because signal.signal function can only be called from the main thread.
If attempting to call it from other threads will cause a ValueError exception to be raised.
Diffstat (limited to 'docs/markdown/snippets')
0 files changed, 0 insertions, 0 deletions