Skip to content

Commit 315b406

Browse files
committed
Do not exclude stdlibs which are missing on purpose
* If files for these are added and loading does not work, they should fail this test.
1 parent c0609e0 commit 315b406

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

test/truffle/integration/no_extra_output/all_stdlibs.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,13 @@ def glob(pattern)
3535
stdlibs += %w[json]
3636

3737
# 'continuation' warns on being required, as MRI
38+
# Others fail to load
3839
ignore = %w[
3940
continuation
40-
dbm
41-
gdbm
42-
sdbm
4341
debug
4442
profile
4543
profiler
46-
pty
47-
ripper
4844
shell
49-
win32
50-
win32ole
5145
]
5246

5347
stdlibs -= ignore

0 commit comments

Comments
 (0)