Skip to content

Commit dc656c9

Browse files
committedJan 14, 2022
improve formatting
1 parent 6dba536 commit dc656c9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
 

‎check-compatibilities.sh

+10-11
Original file line numberDiff line numberDiff line change
@@ -68,25 +68,24 @@ check() {(
6868

6969
# '2.33 0' is the latest glibc drv with version 2.33
7070
# '2.33 -1' is the earliest drv
71-
#
7271
# Results:
73-
# cd = core dump
74-
# nr = error, no result
72+
# c = core dump
73+
# - = error, no result
7574
check 2.33 0 2.33 0 # ok
7675
check 2.33 0 2.33 -1 # ok
7776
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 # -
8281
check 2.32 0 2.32 -1 # ok
8382
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
8584
check 2.30 0 2.30 -1 # ok
8685
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
9089
check 2.27 0 2.27 -1 # ok
9190
check 2.27 -1 2.27 0 # ok
9291

0 commit comments

Comments
 (0)
Please sign in to comment.