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

Backport fixed tests #14409

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Commits on Aug 2, 2023

  1. Bring back coverage test

    One coverage tests has been disabled after failing randomly on the CI. The problems comes from some VM optimizations on the VM.
    In linux, special selectors  are running in the interpreter so the messages Point >> #x and Point >> #y are never executed.
    In OSX, the method is compiled to machine code and the messages are sent.
    
    To have a more robust test, I excluded the special selectors from the list of methods to cover
    jecisc authored and PalumboN committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f82a334 View commit details
    Browse the repository at this point in the history
  2. Mark some longTestCase

    PalumboN committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3fc8a22 View commit details
    Browse the repository at this point in the history