equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1995, 2012, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
554 |
554 |
555 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
555 # Stable agentvm testruns (minus items from PROBLEM_LIST) |
556 JDK_ALL_TARGETS += jdk_security3 |
556 JDK_ALL_TARGETS += jdk_security3 |
557 jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \ |
557 jdk_security3: $(call TestDirs, com/sun/security lib/security javax/security \ |
558 sun/security com/sun/org/apache/xml/internal/security \ |
558 sun/security com/sun/org/apache/xml/internal/security \ |
559 com/oracle/secrity/ucrypto) |
559 com/oracle/security/ucrypto) |
560 $(call SharedLibraryPermissions,sun/security) |
560 $(call SharedLibraryPermissions,sun/security) |
561 $(call RunAgentvmBatch) |
561 $(call RunAgentvmBatch) |
562 |
562 |
563 # All security tests |
563 # All security tests |
564 jdk_security: jdk_security1 jdk_security2 jdk_security3 |
564 jdk_security: jdk_security1 jdk_security2 jdk_security3 |