Skip to content

Commit 45c5002

Browse files
authored
Remove @requires_v8 from test_dlmalloc_inline. NFC (#24479)
Node runs this test fine and in wasm64 without any issue. The test take on average 293ms on node and 251ms on d8.
1 parent 8695d28 commit 45c5002

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6402,8 +6402,6 @@ def test_fasta_nontrapping(self):
64026402
def test_whets(self):
64036403
self.do_runf('third_party/whets.c', 'Single Precision C Whetstone Benchmark')
64046404

6405-
# node is slower, and fail on 64-bit
6406-
@requires_v8
64076405
@no_asan('depends on the specifics of memory size, which for asan we are forced to increase')
64086406
@no_lsan('depends on the specifics of memory size, which for lsan we are forced to increase')
64096407
def test_dlmalloc_inline(self):

0 commit comments

Comments
 (0)