Commit dc656c9 1 parent 6dba536 commit dc656c9 Copy full SHA for dc656c9
File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -68,25 +68,24 @@ check() {(
68
68
69
69
# '2.33 0' is the latest glibc drv with version 2.33
70
70
# '2.33 -1' is the earliest drv
71
- #
72
71
# Results:
73
- # cd = core dump
74
- # nr = error, no result
72
+ # c = core dump
73
+ # - = error, no result
75
74
check 2.33 0 2.33 0 # ok
76
75
check 2.33 0 2.33 -1 # ok
77
76
check 2.33 -1 2.33 0 # ok
78
- check 2.33 0 2.32 0 # nr
79
- check 2.33 0 2.31 0 # nr
80
- check 2.33 0 2.30 0 # cd
81
- check 2.32 0 2.31 0 # nr
77
+ check 2.33 0 2.32 0 # -
78
+ check 2.33 0 2.31 0 # -
79
+ check 2.33 0 2.30 0 # c
80
+ check 2.32 0 2.31 0 # -
82
81
check 2.32 0 2.32 -1 # ok
83
82
check 2.32 -1 2.32 0 # ok
84
- check 2.32 0 2.30 0 # cd
83
+ check 2.32 0 2.30 0 # c
85
84
check 2.30 0 2.30 -1 # ok
86
85
check 2.30 -1 2.30 0 # ok
87
- check 2.30 0 2.27 0 # cd
88
- check 2.31 0 2.30 0 # cd
89
- check 2.31 0 2.27 0 # cd
86
+ check 2.30 0 2.27 0 # c
87
+ check 2.31 0 2.30 0 # c
88
+ check 2.31 0 2.27 0 # c
90
89
check 2.27 0 2.27 -1 # ok
91
90
check 2.27 -1 2.27 0 # ok
92
91
You can’t perform that action at this time.
0 commit comments