Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart tests fail #2881

Closed
parrt opened this issue Aug 18, 2020 · 1 comment · Fixed by #2882
Closed

Dart tests fail #2881

parrt opened this issue Aug 18, 2020 · 1 comment · Fixed by #2882
Milestone

Comments

@parrt
Copy link
Member

parrt commented Aug 18, 2020

@lingyv-li It looks like some of the tests are failing somehow now in DART target:

https://ci.appveyor.com/project/parrt/antlr4/builds/34724730

Failed tests: 
  TestCompositeLexers>BaseRuntimeTest.testOne:123->BaseRuntimeTest.testLexer:200->BaseRuntimeTest.assertCorrectOutput:363 [Dart:LexerDelegatorRuleOverridesDelegate] Parse output is incorrect: expectedOutput:<M.A
[@0,0:1='ab',<1>,1:0]
[@1,2:1='<EOF>',<-1>,1:2]
>; actualOutput:<>; expectedParseErrors:<>; actualParseErrors:<M.dart:30:7: Error: A value of type 'Null' can't be assigned to a variable of type 'String'.
      null, null, null, "'b'"
      ^
M.dart:30:13: Error: A value of type 'Null' can't be assigned to a variable of type 'String'.
      null, null, null, "'b'"
            ^
M.dart:30:19: Error: A value of type 'Null' can't be assigned to a variable of type 'String'.
      null, null, null, "'b'"
                  ^
M.dart:33:7: Error: A value of type 'Null' can't be assigned to a variable of type 'String'.
      null, "A", "WS", "B"
      ^
>; expectedToolErrors:<>; actualToolErrors:<>.
@lingyv-li
Copy link
Member

I'll look into this today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants