[all-commits] [llvm/llvm-project] 4191d6: [clang-repl] Disable execution unittests on unsupp...

Sunho Kim via All-commits all-commits at lists.llvm.org
Fri Jul 29 10:28:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4191d661c74622c6fa72c1643e4567f45e6c9e1b
      https://github.com/llvm/llvm-project/commit/4191d661c74622c6fa72c1643e4567f45e6c9e1b
  Author: Sunho Kim <ksunhokim123 at gmail.com>
  Date:   2022-07-30 (Sat, 30 Jul 2022)

  Changed paths:
    M clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
    M clang/unittests/Interpreter/InterpreterTest.cpp

  Log Message:
  -----------
  [clang-repl] Disable execution unittests on unsupported platforms.

After the intoduction of global destructor support, there is a possiblity to run invalid instructions in the destructor of Interpreter class. Completely disable tests in platforms with failing test cases.

Differential Revision: https://reviews.llvm.org/D130786




More information about the All-commits mailing list