[all-commits] [llvm/llvm-project] fc532c: Remove some non-determinism from the `Darwin/dupli...

danliew via All-commits all-commits at lists.llvm.org
Sat May 30 15:20:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc532c1a0dc66bf23cac60f5363f180c6cbfefbc
      https://github.com/llvm/llvm-project/commit/fc532c1a0dc66bf23cac60f5363f180c6cbfefbc
  Author: Dan Liew <dan at su-root.co.uk>
  Date:   2020-05-30 (Sat, 30 May 2020)

  Changed paths:
    M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp

  Log Message:
  -----------
  Remove some non-determinism from the `Darwin/duplicate_os_log_reports.cpp` test.

The test read from an uninitialized buffer which could cause the output
to be unpredictable.

The test is currently disabled so this won't actually change anything
until the test is re-enabled.




More information about the All-commits mailing list