@@ -199,39 +199,6 @@ if Libdl !== nothing
199199 """
200200end
201201
202- Test = get (Base. loaded_modules,
203- Base. PkgId (Base. UUID (" 8dfed614-e22c-5e08-85e1-65c5234f0b40" ), " Test" ),
204- nothing )
205- if Test != = nothing
206- hardcoded_precompile_statements *= """
207- precompile(Tuple{typeof(Test.do_test), Test.ExecutionResult, Any})
208- precompile(Tuple{typeof(Test.testset_beginend_call), Tuple{String, Expr}, Expr, LineNumberNode})
209- precompile(Tuple{Type{Test.DefaultTestSet}, String})
210- precompile(Tuple{Type{Test.DefaultTestSet}, AbstractString})
211- precompile(Tuple{Core.kwftype(Type{Test.DefaultTestSet}), Any, Type{Test.DefaultTestSet}, AbstractString})
212- precompile(Tuple{typeof(Test.finish), Test.DefaultTestSet})
213- precompile(Tuple{typeof(Test.eval_test), Expr, Expr, LineNumberNode, Bool})
214- precompile(Tuple{typeof(Test._inferred), Expr, Module})
215- precompile(Tuple{typeof(Test.push_testset), Test.DefaultTestSet})
216- precompile(Tuple{typeof(Test.get_alignment), Test.DefaultTestSet, Int})
217- precompile(Tuple{typeof(Test.get_test_result), Any, Any})
218- precompile(Tuple{typeof(Test.do_test_throws), Test.ExecutionResult, Any, Any})
219- precompile(Tuple{typeof(Test.print_counts), Test.DefaultTestSet, Int, Int, Int, Int, Int, Int, Int})
220- precompile(Tuple{typeof(Test._check_testset), Type, Expr})
221- precompile(Tuple{typeof(Test.test_expr!), Any, Any})
222- precompile(Tuple{typeof(Test.test_expr!), Any, Any, Vararg{Any, 100}})
223- precompile(Tuple{typeof(Test.pop_testset)})
224- precompile(Tuple{typeof(Test.match_logs), Function, Tuple{Symbol, Regex}})
225- precompile(Tuple{typeof(Test.match_logs), Function, Tuple{String, Regex}})
226- precompile(Tuple{typeof(Base.CoreLogging.shouldlog), Test.TestLogger, Base.CoreLogging.LogLevel, Module, Symbol, Symbol})
227- precompile(Tuple{typeof(Base.CoreLogging.handle_message), Test.TestLogger, Base.CoreLogging.LogLevel, String, Module, Symbol, Symbol, String, Int})
228- precompile(Tuple{typeof(Test.detect_ambiguities), Any})
229- precompile(Tuple{typeof(Test.collect_test_logs), Function})
230- precompile(Tuple{typeof(Test.do_broken_test), Test.ExecutionResult, Any})
231- precompile(Tuple{typeof(Test.record), Test.DefaultTestSet, Union{Test.Error, Test.Fail}})
232- precompile(Tuple{typeof(Test.filter_errors), Test.DefaultTestSet})
233- """
234- end
235202
236203const JULIA_PROMPT = " julia> "
237204const PKG_PROMPT = " pkg> "
0 commit comments