MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_pipe_select

Method test_pipe_select

test/test_core.py:9679–9682  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 2

require_pthreadsMethod · 0.80
do_runfMethod · 0.80

Tested by

no test coverage detected