kernel_liteos_a/testsuites/unittest/signal/full
vcbchang fd6f91bc9f test: 修复signal中的关于pipe部分的用例问题
【背景】signal模块中的pipe用例存在无法通过测试的问题,经查找,pipe用例存在多处bug,这里做以修复

【修改方案】
1 ItPosixPipe002用例存在pipe存在在父进程中没有关闭写端,父进程判断处有编码问题等
2 删掉了一些用例多余的close函数,精简了用例的结构
3 原来用例主子进程依靠延时来实现进程同步,这里更改为使用共享内存的方法来实现

re #I3YPQ8

Signed-off-by: vcbchang <vcbchang@qq.com>
Change-Id: Ic0d0ab20521c9af5e5f1d75e76e047162d978464
2021-07-13 11:52:57 +08:00
..
It_ipc_fdclr_001.cpp test: 修复signal中的关于pipe部分的用例问题 2021-07-13 11:52:57 +08:00
It_ipc_fdset_001.cpp test: 修复signal中的关于pipe部分的用例问题 2021-07-13 11:52:57 +08:00
It_ipc_fdzero_001.cpp test: 修复signal中的关于pipe部分的用例问题 2021-07-13 11:52:57 +08:00
It_ipc_pipe_002.cpp test: 修复signal中的关于pipe部分的用例问题 2021-07-13 11:52:57 +08:00
It_ipc_pipe_003.cpp test: 修复signal中的关于pipe部分的用例问题 2021-07-13 11:52:57 +08:00
It_ipc_sigaction_001.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
It_ipc_sigpause_001.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
It_ipc_sigprocmask_001.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
pipe_test_001.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
pipe_test_003.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
pipe_test_005.cpp test: 修复signal中的关于pipe部分的用例问题 2021-07-13 11:52:57 +08:00
pipe_test_006.cpp fix(kernel_test): 内核mem/shm冒烟用例重复运行失败 2021-06-07 18:51:28 +08:00
signal_test_001.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_003.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_004.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_005.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_006.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_007.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_008.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_010.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_011.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_012.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_015.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_016.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_017.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_018.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_019.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_020.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_025.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_026.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_028.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_029.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_030.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_033.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_038.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_040.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00
signal_test_041.cpp fixed the textsuite 2021-05-18 22:30:32 +08:00