Package de.uka.ilkd.key.java
|
75%
successful |
Failed tests
- TestJP2KeY. { int j = 7; int i; i=1; byte d = 0; short f = 1; long l = 123; for (i=0, j=1; (i<42) && (i>0); i++, j--) { i=13; j=1; } while ((-i<7) || (i++==7--) | (--i==++7) ||(!true && false) || ('a'=='d') || ("asd"=="as"+"d") & (d==f) ^ (d/f+2>=f*d-f%d)|| (l<=~i) || !(this==null) || ((this!=null) ? (8<<j<8>>i) : (7&5>8>>>7L) || (7|5!=8^4)) && (i+=j) && (i=j) && (i/=j) && (i%=j) && (i-=j) && (i*=j) && (i<<=j) && (i>>=j) && (i >>>= j) && (i &= j) && (i ^= j) && (i |= j)) j=7; }
- TestJP2KeY. { int j=7; int i; i=1;do { j++; } while (i==1);if (j==42) j=7; else {i=7; j=43;}; ; label0: j=42; switch (j-i) {case 7: j=2; case 42: j=3; default: j=4; } while (j==42) loop1:{ if (j==7) break; if (j==43) break loop1; if (j==42) continue; if (j==41) continue loop1;} if (j>42) return;synchronized(null) { j=7; } }
- TestJP2KeY. { int x = 1; {java.util.List l;} }
- TestJP2KeY. {int[] a; a=new int[3]; a=new int[]{2,3,4}; int j=a[2]; j=a.length;}
- TestJP2KeY. testReadBlockWithContext()
- TestJavaCardDLJavaExtensions. testTypeNotInScopeShouldNotBeFound()
Classes
Class | Tests | Failures | Ignored | Duration | Success rate |
---|---|---|---|---|---|
TestContextStatementBlock | 1 | 0 | 0 | 6.278s | 100% |
TestJP2KeY | 12 | 5 | 0 | 0.563s | 58% |
TestJavaCardDLJavaExtensions | 2 | 1 | 0 | 3.422s | 50% |
TestJavaInfo | 9 | 0 | 0 | 0.027s | 100% |