Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • asm asm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asmasm
  • asmasm
  • Merge requests
  • !18

Move the test methods from ClassWriterComputeFramesUnitTest to the precompiled classes.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Eric Bruneton requested to merge refactor-classwriter-compute-frames-unit-test into master Oct 01, 2017
  • Overview 2
  • Commits 3
  • Pipelines 0
  • Changes 16

Also move the large precompiled methods to their own classes, so that tests that don't support them (e.g. ASMifierTest because the generated code is too big) can still be tested on all instructions. Likewise, duplicate the jdk3.AllInstructions methods in jdk5.AllInstructions, so that tests that don't support jsr/ret (e.g. COMPUTE_FRAMES) can still be tested on all instructions.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: refactor-classwriter-compute-frames-unit-test