JDK-7195131 : Update 2 compiler combo tests for repeating annotations to include package and default use cases
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-30
  • Updated: 2013-09-12
  • Resolved: 2013-02-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b78Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Two of the compiler tests for repeating annotations need following updates:
BasicSyntaxCombo - needs to be updated to include test src generation for package element type.

TargetAnnoCombo - needs to be updated to include test src generation for package element type as well as default behavior. There is also a jtreg timeout issue that is being hit for the number of combinations generated by this test. 

Both of these tests need updates to have complete tests.

Comments
BasicSyntaxCombo test was updated under this CR: https://jbs.oracle.com/bugs/browse/JDK-8002157. This CR will now track the progress for @Target compiler test for repeating annotations.
05-11-2012

EVALUATION A fine idea.
30-08-2012