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

8342276: [lworld] Apply LIBRARY.properties to stabiliize --enable-preview for tests #1280

Draft
wants to merge 1 commit into
base: lworld
Choose a base branch
from

Commits on Oct 15, 2024

  1. 8342276: [lworld] Apply LIBRARY.properties to stabiliize --enable-pre…

    …view for tests
    
    Create LIBRARY.properties files to set the value of `enablePreview` for sensitive test library roots.
    
    The top level test library is set with `enablePreview = false` so that
    when compiled they will be able to be used with or without enablePreview.
    
    Individual tests that use preview features and test library files that use
    preview features will need to be compiled based on the settings in each test.
    
    Some tests are modified to remove explicit building or compilation and
    fall back to implicit compiles with the prevaining enablePreview setting.
    RogerRiggs committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    450c9a4 View commit details
    Browse the repository at this point in the history