8166450: smartcardio related tests failed on compilation during execution with jtreg tool

Reviewed-by: weijun
This commit is contained in:
Sergei Kovalev 2016-09-21 17:09:41 +03:00
parent 0d0e86808b
commit 1c751c11fb
10 changed files with 20 additions and 10 deletions

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6239117
* @summary test logical channels work
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestChannel
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6293769 6294527 6309280
* @summary test connect() works
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestConnect
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6239117
* @summary test connect works correctly if called multiple times/card removed
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestConnectAgain
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6239117 6470320
* @summary test if transmitControlCommand() works
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestControl
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6327047
* @summary verify that TerminalFactory.getDefault() works
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestDefault
*/

View File

@ -21,10 +21,11 @@
* questions.
*/
/**
/*
* @test
* @bug 8046343
* @summary Make sure that direct protocol is available
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestDirect
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6239117
* @summary verify that beginExclusive()/endExclusive() works
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestExclusive
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6239117 6445367
* @summary test that CardTerminals.waitForCard() works
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestMultiplePresent
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6293769 6294527
* @summary test that the isCardPresent()/waitForX() APIs work correctly
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestPresent
*/

View File

@ -21,11 +21,12 @@
* questions.
*/
/**
/*
* @test
* @bug 6293769 6294527
* @summary test transmit() works
* @author Andreas Sterbenz
* @modules java.smartcardio/javax.smartcardio
* @run main/manual TestTransmit
*/