[all-commits] [llvm/llvm-project] 5e6e54: [test] Re-enable accidentally disabled X86 tests

Vedant Kumar via All-commits all-commits at lists.llvm.org
Thu Mar 19 09:29:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e6e545cbab05589c8fcef5f03eca60dc227a6ca
      https://github.com/llvm/llvm-project/commit/5e6e545cbab05589c8fcef5f03eca60dc227a6ca
  Author: Vedant Kumar <vsk at apple.com>
  Date:   2020-03-19 (Thu, 19 Mar 2020)

  Changed paths:
    M llvm/test/DebugInfo/X86/arange.ll
    M llvm/test/DebugInfo/X86/arguments.ll
    M llvm/test/DebugInfo/X86/c-type-units.ll
    M llvm/test/DebugInfo/X86/debug-loc-frame.ll
    M llvm/test/DebugInfo/X86/debug-names-ir-disabled.ll
    M llvm/test/DebugInfo/X86/debug-names-partial.ll
    M llvm/test/DebugInfo/X86/debug-names-split-dwarf.ll
    M llvm/test/DebugInfo/X86/decl-derived-member.ll
    M llvm/test/DebugInfo/X86/dwarf-callsite-related-attrs.ll
    M llvm/test/DebugInfo/X86/generate-odr-hash.ll
    M llvm/test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
    M llvm/test/DebugInfo/X86/inline-member-function.ll
    M llvm/test/DebugInfo/X86/lexical_block.ll
    M llvm/test/DebugInfo/X86/missing-file-line.ll
    M llvm/test/DebugInfo/X86/nodebug.ll
    M llvm/test/DebugInfo/X86/nodebug_with_debug_loc.ll
    M llvm/test/DebugInfo/X86/parameters.ll
    M llvm/test/DebugInfo/X86/rematerialize.ll
    M llvm/test/DebugInfo/X86/string-offsets-multiple-cus.ll
    M llvm/test/DebugInfo/X86/string-offsets-table-order.ll
    M llvm/test/DebugInfo/X86/string-offsets-table.ll
    M llvm/test/DebugInfo/X86/template.ll
    M llvm/test/DebugInfo/X86/tu-to-non-named-type.ll
    M llvm/test/DebugInfo/X86/type_units_with_addresses.ll
    M llvm/test/tools/llvm-objcopy/ELF/Inputs/partitions.elf.test

  Log Message:
  -----------
  [test] Re-enable accidentally disabled X86 tests

A number of X86 tests were accidentally disabled in
https://reviews.llvm.org/D73568. This commit re-enables those tests.

```
$ for x86_test in $(gg 'REQUIRES: x86$' llvm/test | fst); do sed -i "" '/REQUIRES: x86/d' $x86_test; done
```

(Note that 'x86' is not an available feature, that's what caused the
tests to be disabled.)




More information about the All-commits mailing list