@@ -2024,13 +2024,13 @@ def test_ltp_interfaces_sigwait_6_1(p):
2024
2024
assert retID >= 0
2025
2025
2026
2026
2027
- def test_ltp_behavior_WIFEXITED_1_2 (p ):
2028
- ret = p .sendCommand (
2029
- "ltp_behavior_WIFEXITED_1_2" , ["PASSED" , "passed" , "Passed" , "PASS" ], timeout = 10
2030
- )
2031
- retID = p .sendCommand ("echo $?" , "0" , timeout = 2 )
2032
- assert ret >= 0
2033
- assert retID >= 0
2027
+ # def test_ltp_behavior_WIFEXITED_1_2(p):
2028
+ # ret = p.sendCommand(
2029
+ # "ltp_behavior_WIFEXITED_1_2", ["PASSED", "passed", "Passed", "PASS"], timeout=10
2030
+ # )
2031
+ # retID = p.sendCommand("echo $?", "0", timeout=2)
2032
+ # assert ret >= 0
2033
+ # assert retID >= 0
2034
2034
2035
2035
2036
2036
def test_ltp_interfaces_aio_write_3_1 (p ):
@@ -6451,13 +6451,13 @@ def test_ltp_timer_delete_speculative_5_2(p):
6451
6451
assert retID >= 0
6452
6452
6453
6453
6454
- def test_ltp_behavior_WIFEXITED_1_1 (p ):
6455
- ret = p .sendCommand (
6456
- "ltp_behavior_WIFEXITED_1_1" , ["PASSED" , "passed" , "Passed" , "PASS" ], timeout = 10
6457
- )
6458
- retID = p .sendCommand ("echo $?" , "0" , timeout = 2 )
6459
- assert ret >= 0
6460
- assert retID >= 0
6454
+ # def test_ltp_behavior_WIFEXITED_1_1(p):
6455
+ # ret = p.sendCommand(
6456
+ # "ltp_behavior_WIFEXITED_1_1", ["PASSED", "passed", "Passed", "PASS"], timeout=10
6457
+ # )
6458
+ # retID = p.sendCommand("echo $?", "0", timeout=2)
6459
+ # assert ret >= 0
6460
+ # assert retID >= 0
6461
6461
6462
6462
6463
6463
def test_ltp_interfaces_mmap_5_1 (p ):
0 commit comments