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

Move targets that take 30s or less to sanity #4322

Merged
merged 1 commit into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jck/compiler.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_tools testsuite=COMPILER; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand All @@ -108,7 +108,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/signaturetest testsuite=COMPILER; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
2 changes: 1 addition & 1 deletion jck/devtools.java2schema/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=java2schema/DefaultMapping testsuite=DEVTOOLS; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
2 changes: 1 addition & 1 deletion jck/devtools.schema_bind/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=schema_bind/bind_factoryMethod testsuite=DEVTOOLS; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
10 changes: 5 additions & 5 deletions jck/runtime.api/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/java_applet testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down Expand Up @@ -646,7 +646,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_accessibility testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down Expand Up @@ -677,7 +677,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_activity testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand All @@ -694,7 +694,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_annotation testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down Expand Up @@ -966,7 +966,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=api/javax_tools testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down
2 changes: 1 addition & 1 deletion jck/runtime.xml_schema/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<command>$(JCK_CMD_TEMPLATE) tests=xml_schema/boeingData testsuite=RUNTIME; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
<level>sanity</level>
</levels>
<groups>
<group>jck</group>
Expand Down