Skip to content

Commit 014c7fa

Browse files
authored
Test webpack and rollup with pthreads. NFC (#23753)
See #22521
1 parent 88f9144 commit 014c7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_browser.py

+2
Original file line numberDiff line numberDiff line change
@@ -5533,6 +5533,7 @@ def test_error_reporting(self):
55335533
create_file('post.js', 'throw "foo";')
55345534
self.btest('hello_world.c', args=['--post-js=post.js'], expected='exception:foo')
55355535

5536+
@also_with_threads
55365537
@parameterized({
55375538
'': (False,),
55385539
'es6': (True,),
@@ -5557,6 +5558,7 @@ def test_vite(self):
55575558
self.run_process(shared.get_npm_cmd('vite') + ['build'])
55585559
self.run_browser('dist/index.html', '/report_result?exit:0')
55595560

5561+
@also_with_threads
55605562
def test_rollup(self):
55615563
copytree(test_file('rollup'), '.')
55625564
self.compile_btest('hello_world.c', ['-sEXPORT_ES6', '-sEXIT_RUNTIME', '-sMODULARIZE', '-o', 'hello.mjs'])

0 commit comments

Comments
 (0)