comparison make/jprt.properties @ 5915:2d503de963b3

7148152: Add whitebox testing API to HotSpot Summary: Add an internal testing API to HotSpot to enable more targeted testing of vm functionality Reviewed-by: phh, dholmes
author mgerdin
date Thu, 23 Feb 2012 14:58:35 +0100
parents a9831b955a0a
children e4624321d36a
comparison
equal deleted inserted replaced
4956:4ab89de75552 5915:2d503de963b3
1 # 1 #
2 # Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2006, 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. 7 # published by the Free Software Foundation.
472 ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \ 472 ${jprt.my.linux.i586}-fastdebug-c2-internalvmtests, \
473 ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \ 473 ${jprt.my.linux.x64}-fastdebug-c2-internalvmtests, \
474 ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \ 474 ${jprt.my.macosx.x64}-fastdebug-c2-internalvmtests, \
475 ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \ 475 ${jprt.my.windows.i586}-fastdebug-c2-internalvmtests, \
476 ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests 476 ${jprt.my.windows.x64}-fastdebug-c2-internalvmtests
477 477
478 jprt.make.rule.test.targets.standard.wbapi = \
479 ${jprt.my.solaris.sparc}-{product|fastdebug}-c2-wbapitest, \
480 ${jprt.my.solaris.sparcv9}-{product|fastdebug}-c2-wbapitest, \
481 ${jprt.my.solaris.i586}-{product|fastdebug}-c2-wbapitest, \
482 ${jprt.my.solaris.x64}-{product|fastdebug}-c2-wbapitest, \
483 ${jprt.my.linux.i586}-{product|fastdebug}-c2-wbapitest, \
484 ${jprt.my.linux.x64}-{product|fastdebug}-c2-wbapitest, \
485 ${jprt.my.windows.i586}-{product|fastdebug}-c2-wbapitest, \
486 ${jprt.my.windows.x64}-{product|fastdebug}-c2-wbapitest, \
487 ${jprt.my.solaris.sparc}-{product|fastdebug}-c1-wbapitest, \
488 ${jprt.my.solaris.i586}-{product|fastdebug}-c1-wbapitest, \
489 ${jprt.my.linux.i586}-{product|fastdebug}-c1-wbapitest, \
490 ${jprt.my.windows.i586}-{product|fastdebug}-c1-wbapitest
491
478 jprt.make.rule.test.targets.standard = \ 492 jprt.make.rule.test.targets.standard = \
479 ${jprt.make.rule.test.targets.standard.client}, \ 493 ${jprt.make.rule.test.targets.standard.client}, \
480 ${jprt.make.rule.test.targets.standard.server}, \ 494 ${jprt.make.rule.test.targets.standard.server}, \
481 ${jprt.make.rule.test.targets.standard.internalvmtests} 495 ${jprt.make.rule.test.targets.standard.internalvmtests}, \
496 ${jprt.make.rule.test.targets.standard.wbapi}
482 497
483 jprt.make.rule.test.targets.embedded = \ 498 jprt.make.rule.test.targets.embedded = \
484 ${jprt.make.rule.test.targets.standard.client} 499 ${jprt.make.rule.test.targets.standard.client}
485 500
486 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard} 501 jprt.make.rule.test.targets.jdk8=${jprt.make.rule.test.targets.standard}