Skip to content

Commit

Permalink
Update criu_nonPortable SecurityManager error for 24+
Browse files Browse the repository at this point in the history
Signed-off-by: Theresa Mammarella <[email protected]>
  • Loading branch information
theresa-m committed Nov 19, 2024
1 parent 818d157 commit f0c108f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/cmdLineTests/criu/criu_nonPortable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@
</test>
<test id="Test setting SecurityManager via -Djava.security.manager">
<command>bash $SCRIPPATH$ $TEST_RESROOT$ $JAVA_COMMAND$ "$JVM_OPTIONS$" $OPTION_SET_SECURITYMANAGER$ $MAINCLASS_TEST_SECURITYMANAGER$ setSMCommandOption 1 false false</command>
<output type="success" caseSensitive="no" regex="no">java/lang/Error: A command line option has attempted to allow or enable the Security Manager. Enabling a Security Manager is not supported.</output>
<output type="success" caseSensitive="no" regex="no">UnsupportedOperationException: Enabling a SecurityManager currently unsupported</output>
<output type="failure" caseSensitive="yes" regex="no">TEST FAILED</output>
<output type="failure" caseSensitive="yes" regex="no">CRIU is not enabled</output>
Expand Down

0 comments on commit f0c108f

Please sign in to comment.