[Lldb-commits] [PATCH] D29288: Switch std::call_once to llvm::call_once

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 4 19:42:16 PST 2017


krytarowski added a comment.

Test results for the above patch for LLVM and LLDB with "mechanical" switch to `llvm::call_once`.

  ===================
  Test Result Summary
  ===================
  Test Methods:       1224
  Reruns:                1
  Success:             268
  Expected Failure:     21
  Failure:             324
  Error:               166
  Exceptional Exit:      0
  Unexpected Success:    1
  Skip:                441
  Timeout:               3
  Expected Timeout:      0

Results from Jan 21st

  ===================
  Test Result Summary
  ===================
  Test Methods:       1218
  Reruns:                1
  Success:             264
  Expected Failure:     20
  Failure:             323
  Error:               166
  Exceptional Exit:      1
  Unexpected Success:    1
  Skip:                440
  Timeout:               3
  Expected Timeout:      0

It looks good to me. The patch on review with `LLVM_DEFINE_ONCE_FLAG` badly timeouts for me and I interrupted it.


Repository:
  rL LLVM

https://reviews.llvm.org/D29288





More information about the lldb-commits mailing list