Skip to content

Commit b823957

Browse files
author
cyh21
committed
2025-4-14v3
1 parent 11300a5 commit b823957

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

docs/日报/2025-4-3.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
# 增加libctest的测例,对未通过的测例进行分析
22

3-
musl entry-static.exe fdopen lseek 移动文件指针
4-
musl entry-static.exe fscanf lseek
5-
musl entry-static.exe fwscanf unknown
6-
musl entry-static.exe pthread_cancel_points points 0/1 futex
7-
musl entry-static.exe pthread_cancel points 0/1 futex
8-
musl entry-static.exe pthread_cond points 0/1 futex
9-
musl entry-static.exe pthread_tsd points 0/1 futex
10-
musl entry-static.exe setjmp points 0/1 src/functional/setjmp.c:62: sigismember(&set2, SIGUSR1)==1 failed: siglongjmp incorrectly restored mask
11-
musl entry-static.exe socket points 0/1
12-
musl entry-static.exe sscanf points 0/1 ioctl
13-
musl entry-static.exe sscanf_long points 0/1
14-
musl entry-static.exe stat points 0/1 ioctl
15-
musl entry-static.exe ungetc points 0/1 ioctl
16-
musl entry-static.exe utime points 0/1 utimesetat
17-
musl entry-static.exe lseek_large points 0/1 ioctl
18-
musl entry-static.exe pthread_robust_detach points 0/1 futex
19-
musl entry-static.exe pthread_cancel_sem_wait points 0/1 futex
20-
musl entry-static.exe pthread_cond_smasher points 0/1 futex
21-
musl entry-static.exe pthread_condattr_setclock points 0/1 futex
22-
musl entry-static.exe pthread_exit_cancel points 0/1 futex
23-
musl entry-static.exe pthread_once_deadlock points 0/1 futex
24-
musl entry-static.exe pthread_rwlock_ebusy points 0/1 futex
25-
musl entry-static.exe rewind_clear_error points 0/1 unknown
26-
musl entry-static.exe rlimit_open_files points 0/1 dup无限增长->prlimit64?
27-
musl entry-static.exe setvbuf_unget points 0/1 lseek
28-
musl entry-static.exe statvfs points 0/1 statfs
29-
/musl/runtest.exe -w entry-static.exe fflush_exit pread64
30-
/musl/runtest.exe -w entry-static.exe daemon_failure dup无限增长->prlimit64?
31-
/musl/runtest.exe -w entry-static.exe fgetwc_buffering
3+
- musl entry-static.exe fdopen lseek 移动文件指针
4+
- musl entry-static.exe fscanf lseek
5+
- musl entry-static.exe fwscanf unknown
6+
- musl entry-static.exe pthread_cancel_points points 0/1 futex
7+
- musl entry-static.exe pthread_cancel points 0/1 futex
8+
- musl entry-static.exe pthread_cond points 0/1 futex
9+
- musl entry-static.exe pthread_tsd points 0/1 futex
10+
- musl entry-static.exe setjmp points 0/1 src/functional/setjmp.c:62: sigismember(&set2, SIGUSR1)==1 failed: siglongjmp incorrectly restored mask
11+
- musl entry-static.exe socket points 0/1
12+
- musl entry-static.exe sscanf points 0/1 ioctl
13+
- musl entry-static.exe sscanf_long points 0/1
14+
- musl entry-static.exe stat points 0/1 ioctl
15+
- musl entry-static.exe ungetc points 0/1 ioctl
16+
- musl entry-static.exe utime points 0/1 utimesetat
17+
- musl entry-static.exe lseek_large points 0/1 ioctl
18+
- musl entry-static.exe pthread_robust_detach points 0/1 futex
19+
- musl entry-static.exe pthread_cancel_sem_wait points 0/1 futex
20+
- musl entry-static.exe pthread_cond_smasher points 0/1 futex
21+
- musl entry-static.exe pthread_condattr_setclock points 0/1 futex
22+
- musl entry-static.exe pthread_exit_cancel points 0/1 futex
23+
- musl entry-static.exe pthread_once_deadlock points 0/1 futex
24+
- musl entry-static.exe pthread_rwlock_ebusy points 0/1 futex
25+
- musl entry-static.exe rewind_clear_error points 0/1 unknown
26+
- musl entry-static.exe rlimit_open_files points 0/1 dup无限增长->prlimit64?
27+
- musl entry-static.exe setvbuf_unget points 0/1 lseek
28+
- musl entry-static.exe statvfs points 0/1 statfs
29+
- /musl/runtest.exe -w entry-static.exe fflush_exit pread64
30+
- /musl/runtest.exe -w entry-static.exe daemon_failure dup无限增长->prlimit64?
31+
- /musl/runtest.exe -w entry-static.exe fgetwc_buffering
3232
![alt text](image-14.png)
33-
/musl/runtest.exe -w entry-static.exe ftello_unflushed_append kill
33+
- /musl/runtest.exe -w entry-static.exe ftello_unflushed_append kill
3434

3535
## rlimit_open_files
3636

0 commit comments

Comments
 (0)