Skip to content

Commit

Permalink
Include LSP tests in Prism Corpus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jan 6, 2025
1 parent 181ec41 commit 453c767
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,11 @@ pipeline_tests(
"testdata/local_vars/**/*.exp",
"testdata/namer/**/*.rb",
"testdata/namer/**/*.exp",
"testdata/lsp/**/*.rb",
"testdata/lsp/**/*.exp",
],
exclude = [
# Parser tests having to do with tree differences in invalid Ruby code; will address later
# Tests having to do with tree differences in invalid Ruby code; will address later
"testdata/parser/error_recovery/**",
"testdata/parser/crash_block_pass_suggestion.rb",
"testdata/parser/invalid_fatal.rb",
Expand All @@ -283,6 +285,14 @@ pipeline_tests(
"testdata/parser/misc.rb",
"testdata/parser/offset0.rb",
"testdata/parser/ruby_25.rb",
"testdata/lsp/completion/bad_arguments.rb",
"testdata/lsp/completion/bad_list_elems.rb",
"testdata/lsp/completion/case_1.rb",
"testdata/lsp/completion/case_2.rb",
"testdata/lsp/completion/eof.rb",
"testdata/lsp/completion/missing_const_name.rb",
"testdata/lsp/completion/missing_fun.rb",
"testdata/lsp/completion/self_receiver.rb",

# Desugar tests having to do with tree differences; will address later
"testdata/desugar/constant_error.rb",
Expand Down

0 comments on commit 453c767

Please sign in to comment.