[PATCH] D115703: [LNT] Fixed cPerf tests

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 02:02:56 PST 2021


thopre added a comment.

On what system isn't the SIGBUS caught?



================
Comment at: tests/testing/cPerf.py:221
+                LinuxPerfProfile.deserialize(fd, propagateExceptions=True)
+    """
 
----------------
./tests/testing/cPerf.py:223:1: E305 expected 2 blank lines after class or function definition, found 1

Add a newline after the end of the docstring.


Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115703/new/

https://reviews.llvm.org/D115703



More information about the llvm-commits mailing list