Skip to content

Conversation

graalvmbot
Copy link
Collaborator

Included in this PR:

  • Open packages for standalone points-to unit tests.
  • Update points-to analyzer.
  • Clean-up tests.
  • Add standalone pointsto unittests to gate.

The tests can be run from the graal top directory using either the vm suite:

$ cd ~/projects/graal/
$ mx --primary-suite vm --env ce build
$ mx --primary-suite vm --env ce unittest --record-results --print-failed failed.txt --use-graalvm com.oracle.graal.pointsto.standalone.test

or the substratevm suite:

$ cd ~/projects/graal/
$ mx --primary-suite substratevm build
$ mx --primary-suite substratevm unittest --record-results --print-failed failed.txt --use-graalvm com.oracle.graal.pointsto.standalone.test

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 25, 2025
@cstancu cstancu linked an issue Sep 25, 2025 that may be closed by this pull request
@cstancu cstancu requested a review from dougxc September 25, 2025 09:47
dougxc
dougxc previously approved these changes Sep 25, 2025
with Task('standalone pointsto unittests', tasks, tags=[GraalTags.standalone_pointsto_unittests]) as t:
if t:
if '--static' in args.extra_image_builder_arguments:
mx.warn('Skiping standalone pointsto unittests.')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: Skipping.

@graalvmbot graalvmbot force-pushed the cs/GR-69986-points-to-unittest branch from b36a3c0 to a10ff75 Compare September 29, 2025 14:45
@graalvmbot graalvmbot merged commit 183ed23 into master Sep 30, 2025
10 of 13 checks passed
@graalvmbot graalvmbot deleted the cs/GR-69986-points-to-unittest branch September 30, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GR-69986] mx unittestcan't reliably execute seleted tests
4 participants