[all-commits] [llvm/llvm-project] 634b35: XFAIL NativePDB tests on arm-linux

Muhammad Omair Javaid via All-commits all-commits at lists.llvm.org
Sun May 10 19:33:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 634b359cf223a83b27f2853887dde5e9680d8790
      https://github.com/llvm/llvm-project/commit/634b359cf223a83b27f2853887dde5e9680d8790
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M lldb/test/Shell/SymbolFile/NativePDB/ast-functions.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-methods.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/ast-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-builtins.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/function-types-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/global-classes.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-bss.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/globals-fundamental.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/nested-types.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/source-list.cpp
    M lldb/test/Shell/SymbolFile/NativePDB/tag-types.cpp

  Log Message:
  -----------
  XFAIL NativePDB tests on arm-linux

NativePDB tests fail on arm-linux buildbot. clang-cl driver crashes with
-m32 option. Bug files http://llvm.org/pr45867


  Commit: e179e7234ffedc7552e2729e76860cfab0dc103e
      https://github.com/llvm/llvm-project/commit/e179e7234ffedc7552e2729e76860cfab0dc103e
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
    M lldb/test/API/linux/builtin_trap/TestBuiltinTrap.py
    M lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
    M lldb/test/API/tools/lldb-server/TestGdbRemoteSingleStep.py

  Log Message:
  -----------
  Remove XFAIL arm-linux decorator from passing tests


  Commit: 8e63f35f86bd9b8d014cd3488c09465bba34c1f7
      https://github.com/llvm/llvm-project/commit/8e63f35f86bd9b8d014cd3488c09465bba34c1f7
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2020-05-11 (Mon, 11 May 2020)

  Changed paths:
    M lldb/test/API/commands/expression/rdar44436068/Test128BitsInteger.py
    M lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py
    M lldb/test/API/functionalities/return-value/TestReturnValue.py
    M lldb/test/API/lang/cpp/trivial_abi/TestTrivialABI.py
    M lldb/test/Shell/SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll
    M lldb/test/Shell/SymbolFile/DWARF/clang-ast-from-dwarf-unamed-and-anon-structs.cpp

  Log Message:
  -----------
  [LLDB] Decorate tests failing on arm-linux buildbot

Tests impacted by these decorators fail on arm-linux-gnueabihf.

These have been triaged and appropriate bugs have been filed.


Compare: https://github.com/llvm/llvm-project/compare/f40fc7b8d60e...8e63f35f86bd


More information about the All-commits mailing list