1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
set test "int1"
set ::result_string {1,10,9000000000000,-1,-1024
1,10,9000000000000,-1,-1024
1, 10, 9000000000000, -1, -1024
0000000000000001,0000000000000010,0009000000000000,-000000000000001,-000000000001024
1,10,9000000000000,-1,-1024
1,10,9000000000000,-1,-1024
1,10,9000000000000,-1,-1024
1,10,9000000000000,18446744073709551615,18446744073709550592
1,10,9000000000000,18446744073709551615,18446744073709550592
1, 10, 9000000000000,18446744073709551615,18446744073709550592
0000000000000001,0000000000000010,0009000000000000,18446744073709551615,18446744073709550592
1,10,9000000000000,18446744073709551615,18446744073709550592
1,10,9000000000000,18446744073709551615,18446744073709550592
1,10,9000000000000,18446744073709551615,18446744073709550592
1,a,82f79cd9000,ffffffffffffffff,fffffffffffffc00
1, a,82f79cd9000,ffffffffffffffff,fffffffffffffc00
1, a, 82f79cd9000,ffffffffffffffff,fffffffffffffc00
0000000000000001,000000000000000a,0000082f79cd9000,ffffffffffffffff,fffffffffffffc00
1, A, 82F79CD9000,FFFFFFFFFFFFFFFF,FFFFFFFFFFFFFC00
0000000000000001,000000000000000A,0000082F79CD9000,FFFFFFFFFFFFFFFF,FFFFFFFFFFFFFC00
1,a,82f79cd9000,ffffffffffffffff,fffffffffffffc00
0x1,0xa,0x82f79cd9000,0xffffffffffffffff,0xfffffffffffffc00
0x1,0xa,0x82f79cd9000,0xffffffffffffffff,0xfffffffffffffc00
1,12,202757163310000,1777777777777777777777,1777777777777777776000
1,12,202757163310000,1777777777777777777777,1777777777777777776000
1, 12, 202757163310000,1777777777777777777777,1777777777777777776000
0000000000000001,0000000000000012,0202757163310000,1777777777777777777777,1777777777777777776000
1,12,202757163310000,1777777777777777777777,1777777777777777776000
01,012,0202757163310000,01777777777777777777777,01777777777777777776000
01,012,0202757163310000,01777777777777777777777,01777777777777777776000}
foreach runtime [get_runtime_list] {
if {$runtime != ""} {
stap_run2 $srcdir/$subdir/$test.stp --runtime=$runtime
stap_run2 $srcdir/$subdir/$test.stp --runtime=$runtime -DSTP_LEGACY_PRINT
} else {
stap_run2 $srcdir/$subdir/$test.stp
stap_run2 $srcdir/$subdir/$test.stp -DSTP_LEGACY_PRINT
}
}
|