If a test uses @enablePreview and uses @run driver without a corresponding @compile for the driver source then the source is compiled with --enable-preview but then run without --enable-preview. This forces the test to require the @compile.
This should be changed to compile drivers without --enable-preview.
This should be changed to compile drivers without --enable-preview.