Skip to content

Commit

Permalink
8253207: enable problemlists jcheck's check
Browse files Browse the repository at this point in the history
Reviewed-by: clanger
Backport-of: d38c97dd52966ecf53d963829b8c9df916eb096b
  • Loading branch information
MBaesken committed Jul 29, 2024
1 parent 658423b commit a09c615
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jbs=JDK
version=11.0.25

[checks]
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace,problemlists

[repository]
tags=(?:jdk-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))|(?:jdk[4-9](?:u\d{1,3})?-(?:(?:b\d{2,3})|(?:ga)))|(?:hs\d\d(?:\.\d{1,2})?-b\d\d)
Expand All @@ -29,3 +29,6 @@ role=committer

[checks "issues"]
pattern=^([124-8][0-9]{6}): (\S.*)$

[checks "problemlists"]
dirs=test/jdk|test/langtools|test/lib-test|test/hotspot/jtreg|test/jaxp

0 comments on commit a09c615

Please sign in to comment.