[all-commits] [llvm/llvm-project] a0c6eb: [lldb] Refactor TestFixIts so that most of it can ...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Fri Apr 10 04:39:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a0c6ebd58fabd4d42fce2233ee4c28e7febfe62f
      https://github.com/llvm/llvm-project/commit/a0c6ebd58fabd4d42fce2233ee4c28e7febfe62f
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-04-10 (Fri, 10 Apr 2020)

  Changed paths:
    M lldb/test/API/commands/expression/fixits/TestFixIts.py

  Log Message:
  -----------
  [lldb] Refactor TestFixIts so that most of it can run on aarch64-linux

The final function call to `test_X` is failing on aarch64-linux with SIGILL.
Function calls to previous expressions seem to just not work on aarch64-linux
but I don't see another way to test the multiple-run Fix-Its.

This patch refactors the test that the skipIf for aarch64 Linux only covers
the part of the test that was added D77214.




More information about the All-commits mailing list