Skip to content

Commit fabbe5a

Browse files
Update stdlib tests
1 parent da12ae5 commit fabbe5a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

test/crystal_parse_stdlib_fail.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ compiler/crystal/codegen/const.cr
3232
compiler/crystal/codegen/context.cr
3333
compiler/crystal/codegen/crystal_llvm_builder.cr
3434
compiler/crystal/codegen/debug.cr
35+
compiler/crystal/codegen/dump_type_info.cr
3536
compiler/crystal/codegen/exception.cr
3637
compiler/crystal/codegen/experimental.cr
3738
compiler/crystal/codegen/fun.cr
@@ -152,6 +153,7 @@ compiler/crystal/tools/formatter.cr
152153
compiler/crystal/tools/git.cr
153154
compiler/crystal/tools/implementations.cr
154155
compiler/crystal/tools/init.cr
156+
compiler/crystal/tools/macro_code_coverage.cr
155157
compiler/crystal/tools/playground/agent.cr
156158
compiler/crystal/tools/playground/agent_instrumentor_transformer.cr
157159
compiler/crystal/tools/playground/server.cr
@@ -256,7 +258,6 @@ crystal/system/win32/process.cr
256258
crystal/system/win32/socket.cr
257259
crystal/system/win32/thread_condition_variable.cr
258260
crystal/system/win32/thread_mutex.cr
259-
crystal/system/win32/time.cr
260261
crystal/system/win32/user.cr
261262
crystal/system/win32/visual_studio.cr
262263
crystal/system/win32/windows_registry.cr
@@ -298,11 +299,10 @@ fiber/execution_context.cr
298299
fiber/execution_context/global_queue.cr
299300
fiber/execution_context/isolated.cr
300301
fiber/execution_context/monitor.cr
301-
fiber/execution_context/multi_threaded.cr
302-
fiber/execution_context/multi_threaded/scheduler.cr
302+
fiber/execution_context/parallel.cr
303+
fiber/execution_context/parallel/scheduler.cr
303304
fiber/execution_context/runnables.cr
304305
fiber/execution_context/scheduler.cr
305-
fiber/execution_context/single_threaded.cr
306306
fiber/list.cr
307307
fiber/pointer_linked_list_node.cr
308308
fiber/stack.cr
@@ -465,6 +465,7 @@ lib_c/x86_64-freebsd/c/netinet/in.cr
465465
lib_c/x86_64-freebsd/c/pthread.cr
466466
lib_c/x86_64-freebsd/c/signal.cr
467467
lib_c/x86_64-freebsd/c/string.cr
468+
lib_c/x86_64-freebsd/c/sys/cpuset.cr
468469
lib_c/x86_64-freebsd/c/sys/select.cr
469470
lib_c/x86_64-linux-gnu/c/netinet/in.cr
470471
lib_c/x86_64-linux-gnu/c/pthread.cr
@@ -647,6 +648,7 @@ socket/tcp_server.cr
647648
socket/tcp_socket.cr
648649
socket/unix_server.cr
649650
socket/unix_socket.cr
651+
spec/cli.cr
650652
spec/context.cr
651653
spec/dsl.cr
652654
spec/example.cr
@@ -676,12 +678,14 @@ system/user.cr
676678
system_error.cr
677679
time.cr
678680
time/format.cr
681+
time/format/custom/rfc_3339.cr
679682
time/format/formatter.cr
680683
time/format/parser.cr
681684
time/format/pattern.cr
682685
time/location.cr
683686
time/location/loader.cr
684687
time/span.cr
688+
time/tz.cr
685689
tuple.cr
686690
unicode/unicode.cr
687691
uri.cr
@@ -697,12 +701,14 @@ winerror.cr
697701
xml.cr
698702
xml/attributes.cr
699703
xml/builder.cr
704+
xml/document.cr
700705
xml/error.cr
701706
xml/libxml2.cr
702707
xml/namespace.cr
703708
xml/node.cr
704709
xml/node_set.cr
705710
xml/reader.cr
711+
xml/xpath_context.cr
706712
yaml/any.cr
707713
yaml/builder.cr
708714
yaml/from_yaml.cr

0 commit comments

Comments
 (0)