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

Return tempoparly disabled parametrized tests #1136

Closed
EgorkaKulikov opened this issue Oct 11, 2022 · 0 comments · Fixed by #1351
Closed

Return tempoparly disabled parametrized tests #1136

EgorkaKulikov opened this issue Oct 11, 2022 · 0 comments · Fixed by #1351
Assignees
Labels
comp-codegen Issue is related to code generator ctg-enhancement New feature, improvement or change request

Comments

@EgorkaKulikov
Copy link
Collaborator

EgorkaKulikov commented Oct 11, 2022

Description

In pull request #1114 we temporarily disable compiling and executing parameterized tests for some test samples because some bugs were done after Andrey fixed whole pipeline.
We need to return them.

Currently the list of disabled (in parameterized mode) tests is:

  • ClassWithStaticAndInnerClassesTest
  • CustomerExamplesTest
  • FieldMockTest
  • MockFinalClassTest
  • MockRandomTest
  • MockStaticMethodExampleTest
  • AnonymousClassesExampleTest

Expected behavior

We avoid configurations like

TestLastStage(CodegenLanguage.JAVA, lastStage = TestExecution, parameterizedModeLastStage = Compilation)

and prefer to have similar last stage in standard and parameterized mode.

@EgorkaKulikov EgorkaKulikov added the ctg-enhancement New feature, improvement or change request label Oct 11, 2022
@EgorkaKulikov EgorkaKulikov moved this to Todo in UTBot Java Oct 11, 2022
@EgorkaKulikov EgorkaKulikov added the comp-codegen Issue is related to code generator label Oct 11, 2022
EgorkaKulikov pushed a commit that referenced this issue Nov 9, 2022
@sofurihafe sofurihafe linked a pull request Nov 11, 2022 that will close this issue
EgorkaKulikov pushed a commit that referenced this issue Nov 11, 2022
Fix anonymous class types wrapping & enable anonymous class tests
Repository owner moved this from Todo to Done in UTBot Java Nov 11, 2022
@alisevych alisevych added this to the 2022.12 Release milestone Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-codegen Issue is related to code generator ctg-enhancement New feature, improvement or change request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants