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

Consolidate runtime tests #3775

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Commits on Jul 5, 2022

  1. Rename lexer -> lexerClass, parser -> parserClass in JavaCompiledState

    Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
    KvanTTT committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    372a331 View commit details
    Browse the repository at this point in the history
  2. Support of codeDeclaration and codeCall in descriptors (Java only…

    … for now)
    
    Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
    KvanTTT committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3a68196 View commit details
    Browse the repository at this point in the history
  3. Rewrite Java runtime tests to descriptors format

    Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
    KvanTTT committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    fc5f613 View commit details
    Browse the repository at this point in the history
  4. Get rid of antlr4-maven-plugin dependency in antlr-runtime-testsuite

    Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
    KvanTTT committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e9bb685 View commit details
    Browse the repository at this point in the history
  5. Build only required modules for runtime and tool tests

    Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
    KvanTTT committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9f14502 View commit details
    Browse the repository at this point in the history
  6. [x] Ignore custom code tests for not java targets

    Signed-off-by: Ivan Kochurkin <kvanttt@gmail.com>
    KvanTTT committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    841bb57 View commit details
    Browse the repository at this point in the history