(self, args)
| 9677 | 'pthread': (['-pthread'],), |
| 9678 | }) |
| 9679 | def test_pipe_select(self, args): |
| 9680 | if args: |
| 9681 | self.require_pthreads() |
| 9682 | self.do_runf('core/test_pipe_select.c', cflags=args) |
| 9683 | |
| 9684 | @also_without_bigint |
| 9685 | def test_jslib_i64_params(self): |
nothing calls this directly
no test coverage detected