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

Method test_time

test/test_other.py:5664–5667  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5662
5663 @also_with_standalone_wasm(impure=True)
5664 def test_time(self):
5665 if self.get_setting('STANDALONE_WASM'):
5666 self.cflags.append('-DSTANDALONE')
5667 self.do_other_test('test_time.c', cflags=['-sASSERTIONS=2'])
5668
5669 @parameterized({
5670 '1': ('EST+05EDT',),

Callers

nothing calls this directly

Calls 3

do_other_testMethod · 0.95
get_settingMethod · 0.80
appendMethod · 0.80

Tested by

no test coverage detected