1. 29 3月, 2021 1 次提交
    • R
      Fix potential segfaults in test cases · 7130363e
      Robert Drab 提交于
      In many places checking for nullptr is done using EXPECT test macros
      that doesn't return from the function when condition is not met
      (i.e. they are non-fatal). Lack of further error handling results
      in a subsequent segfault. To avoid that in most places it's sufficient
      to change macro type to ASSERT.
      Signed-off-by: NRobert Drab <robert.drab@huawei.com>
      7130363e
  2. 24 3月, 2021 1 次提交
  3. 17 3月, 2021 1 次提交
    • C
      修复pipe测试失败的问题 · 0c41409b
      chuaizhzh 提交于
      测试用例中遍历了32个pipe,其中有pipe被其他进程使用测试失败
      删除遍历的操作,此处没有必要测试
      
      Change-Id: I06414c93909fed65152c42c983ddf4ffe419d702
      0c41409b
  4. 15 3月, 2021 1 次提交
  5. 13 3月, 2021 1 次提交
  6. 11 3月, 2021 1 次提交
  7. 07 12月, 2020 1 次提交
  8. 03 12月, 2020 1 次提交
  9. 13 11月, 2020 1 次提交
  10. 22 9月, 2020 1 次提交
  11. 15 9月, 2020 2 次提交
  12. 08 9月, 2020 1 次提交