!372 信号管道用例ItPosixPipe005由于偶现性问题暂时下线
Merge pull request !372 from phchang/fix_pipe
This commit is contained in:
commit
43bdf2f1d3
|
@ -51,7 +51,7 @@ sources_smoke = [
|
|||
"smoke/mkfifo_test_002.cpp",
|
||||
"smoke/pipe_test_002.cpp",
|
||||
"smoke/pipe_test_004.cpp",
|
||||
"smoke/pipe_test_005.cpp",
|
||||
|
||||
"smoke/signal_test_002.cpp",
|
||||
"smoke/signal_test_009.cpp",
|
||||
"smoke/signal_test_013.cpp",
|
||||
|
@ -107,6 +107,7 @@ sources_full = [
|
|||
"full/It_ipc_pipe_003.cpp",
|
||||
"full/pipe_test_001.cpp",
|
||||
"full/pipe_test_003.cpp",
|
||||
"full/pipe_test_005.cpp",
|
||||
"full/pipe_test_006.cpp",
|
||||
|
||||
]
|
||||
|
|
|
@ -74,7 +74,7 @@ static int PipecommonWrite()
|
|||
exit(errno);
|
||||
}
|
||||
}
|
||||
usleep(15000); // 15000, Used to calculate the delay time.
|
||||
usleep(150000); // 150000, Used to calculate the delay time.
|
||||
}
|
||||
exit(0);
|
||||
} else {
|
|
@ -218,17 +218,6 @@ HWTEST_F(SignalTest, ItPosixPipe002, TestSize.Level0)
|
|||
ItPosixPipe002();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: ItPosixPipe005
|
||||
* @tc.desc: function for SignalTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SignalTest, ItPosixPipe005, TestSize.Level0)
|
||||
{
|
||||
ItPosixPipe005();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: ItPosixMkfifo002
|
||||
* @tc.desc: function for SignalTest
|
||||
|
@ -638,6 +627,17 @@ HWTEST_F(SignalTest, ItPosixPipe003, TestSize.Level0)
|
|||
ItPosixPipe003();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: ItPosixPipe005
|
||||
* @tc.desc: function for SignalTest
|
||||
* @tc.type: FUNC
|
||||
* @tc.require: AR000EEMQ9
|
||||
*/
|
||||
HWTEST_F(SignalTest, ItPosixPipe005, TestSize.Level0)
|
||||
{
|
||||
ItPosixPipe005();
|
||||
}
|
||||
|
||||
/* *
|
||||
* @tc.name: ItPosixPipe006
|
||||
* @tc.desc: function for SignalTest
|
||||
|
|
Loading…
Reference in New Issue