1. 07 9月, 2021 1 次提交
  2. 16 8月, 2021 1 次提交
  3. 11 8月, 2021 1 次提交
  4. 09 7月, 2021 1 次提交
  5. 17 5月, 2021 1 次提交
  6. 13 5月, 2021 1 次提交
    • 1
      fix failed testcase · 01323e21
      123 提交于
      Change-Id: I403bb62257dcb783b1863cb48f822e2b5d7c4eea
      01323e21
  7. 07 4月, 2021 1 次提交
  8. 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
  9. 11 3月, 2021 1 次提交