[all-commits] [llvm/llvm-project] f5759d: [Test] Split up TestIntegerTypes.py

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Nov 21 11:24:21 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f5759d5dbc441f1fe956757408f46e65611b94e5
      https://github.com/llvm/llvm-project/commit/f5759d5dbc441f1fe956757408f46e65611b94e5
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    A lldb/packages/Python/lldbsuite/test/types/TestCharType.py
    A lldb/packages/Python/lldbsuite/test/types/TestCharTypeExpr.py
    A lldb/packages/Python/lldbsuite/test/types/TestIntegerType.py
    A lldb/packages/Python/lldbsuite/test/types/TestIntegerTypeExpr.py
    R lldb/packages/Python/lldbsuite/test/types/TestIntegerTypes.py
    R lldb/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
    A lldb/packages/Python/lldbsuite/test/types/TestLongTypes.py
    A lldb/packages/Python/lldbsuite/test/types/TestLongTypesExpr.py
    A lldb/packages/Python/lldbsuite/test/types/TestShortType.py
    A lldb/packages/Python/lldbsuite/test/types/TestShortTypeExpr.py

  Log Message:
  -----------
  [Test] Split up TestIntegerTypes.py

The unsplit test is timing out on GreenDragon's sanitized bot. By
splitting the test we avoid this issue and increase parallelism.




More information about the All-commits mailing list