Skip to content

Commit c81aa75

Browse files
committed
8331051: Add an @since checker test for java.base module
Reviewed-by: jlahoda, jjg
1 parent ebc17c7 commit c81aa75

File tree

3 files changed

+989
-2
lines changed

3 files changed

+989
-2
lines changed

test/jdk/TEST.groups

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2013, 2024, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# This code is free software; you can redistribute it and/or modify it
@@ -91,7 +91,8 @@ tier3 = \
9191
:jdk_svc \
9292
-:jdk_svc_sanity \
9393
-:svc_tools \
94-
:jdk_jpackage
94+
:jdk_jpackage \
95+
:jdk_since_checks
9596

9697
# Everything not in other tiers
9798
tier4 = \
@@ -666,3 +667,7 @@ jdk_containers_extended = \
666667
jdk_core_no_security = \
667668
:jdk_core \
668669
-:jdk_security
670+
671+
# Set of tests for `@since` checks in source code documentation
672+
jdk_since_checks = \
673+
tools/sincechecker/modules/java_base/CheckSince_javaBase.java

0 commit comments

Comments
 (0)