Searched +full:- +full:- +full:show +full:- +full:xfail (Results 1 – 25 of 82) sorted by relevance
1234
/external/llvm-project/llvm/utils/lit/tests/ |
D | show-used-features.py | 1 # Check that --show-used-features works correctly. 3 # RUN: %{lit} %{inputs}/show-used-features --show-used-features | FileCheck %s 4 # CHECK: my-require-feature-1 my-require-feature-2 my-require-feature-3 5 # CHECK: my-unsupported-feature-1 my-unsupported-feature-2 my-unsupported-feature-3 6 # CHECK: my-xfail-feature-1 my-xfail-feature-2 my-xfail-feature-3
|
D | show-result-codes.py | 1 # Test the --show-<result-code> {pass,unsupported,xfail,...} options. 3 # RUN: not %{lit} %{inputs}/show-result-codes | FileCheck %s --check-pre… 4 # RUN: not %{lit} %{inputs}/show-result-codes --show-unsupported | FileCheck %s --check-pre… 5 # RUN: not %{lit} %{inputs}/show-result-codes --show-pass --show-xfail | FileCheck %s --check-pre… 8 # NONE-NOT: Unsupported Tests (1) 9 # NONE-NOT: Passed Tests (1) 10 # NONE-NOT: Expectedly Failed Tests (1) 14 # ONE-NOT: Passed Tests (1) 15 # ONE-NOT: Expectedly Failed Tests (1) 18 # MULTIPLE-NOT: Unsupported Tests (1)
|
/external/llvm/utils/lit/lit/ |
D | main.py | 4 lit - LLVM Integrated Tester. 54 # Show the test result line. 59 # Show the test failure output, if requested. 129 return -os.path.getmtime(fname) 141 parser = OptionParser("usage: %prog [options] {file-or-path}") 143 parser.add_option("", "--version", dest="show_version", 144 help="Show version and exit", 146 parser.add_option("-j", "--threads", dest="numThreads", metavar="N", 149 parser.add_option("", "--config-prefix", dest="configPrefix", 152 parser.add_option("-D", "--param", dest="userParameters", [all …]
|
/external/linux-kselftest/tools/testing/selftests/ftrace/ |
D | ftracetest | 2 # SPDX-License-Identifier: GPL-2.0-only 4 # ftracetest - Ftrace test shell scripts 11 [ ! -z "$2" ] && echo $2 12 echo "Usage: ftracetest [options] [testcase(s)] [testcase-directory(s)]" 14 echo " -h|--help Show help message" 15 echo " -k|--keep Keep passed test logs" 16 echo " -v|--verbose Increase verbosity of test messages" 17 echo " -vv Alias of -v -v (Show all results in stdout)" 18 echo " -vvv Alias of -v -v -v (Show all commands immediately)" 19 echo " --fail-unsupported Treat UNSUPPORTED as a failure" [all …]
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | lit.rst | 1 lit - LLVM Integrated Tester 7 -------- 12 ----------- 21 search for tests (see :ref:`test-discovery`). 25 of tests which passed or failed (see :ref:`test-status-results`). The 26 :program:`lit` program will execute with a non-zero exit code if any tests 30 print summary information for test failures. See :ref:`output-options` for 35 :ref:`execution-options` for more information. 39 :ref:`selection-options` for more information. 43 supplementing or overriding the command-line options supplied to :program:`lit` [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | gcc-gcov-sample-profile.test | 4 XFAIL: powerpc64-, s390x, mips-, mips64-, sparc 8 1- Show all functions. This profile has a single main() function with several 10 RUN: llvm-profdata show --sample %p/Inputs/gcc-sample-profile.gcov | FileCheck %s --check-prefix=SH… 17 2- Convert the profile to text encoding and check that they are both 19 RUN: llvm-profdata merge --sample %p/Inputs/gcc-sample-profile.gcov --text -o - | llvm-profdata sho… 20 RUN: llvm-profdata show --sample %p/Inputs/gcc-sample-profile.gcov -o %t-gcov 21 RUN: diff %t-text %t-gcov 23 4- Merge the gcov and text encodings of the profile and check that the 25 RUN: llvm-profdata merge --sample --text %p/Inputs/gcc-sample-profile.gcov -o %t-gcov 26 RUN: llvm-profdata merge --sample --text %p/Inputs/gcc-sample-profile.gcov %t-gcov -o - | FileCheck…
|
/external/llvm-project/clang/test/PCH/ |
D | source-manager-stack.c | 5 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -include %t.prefix.h %s … 6 // RUN: %clang_cc1 -emit-pch -o %t.prefix.pch %t.prefix.h 7 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -include-pch %t.prefix.p… 9 // XFAIL: *
|
/external/clang/test/PCH/ |
D | source-manager-stack.c | 5 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -include %t.prefix.h %s … 6 // RUN: %clang_cc1 -emit-pch -o %t.prefix.pch %t.prefix.h 7 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-show-note-include-stack -include-pch %t.prefix.p… 9 // XFAIL: *
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 1 lit - LLVM Integrated Tester 5 -------- 10 ----------- 19 search for tests (see :ref:`test-discovery`). 23 of tests which passed or failed (see :ref:`test-status-results`). The 24 :program:`lit` program will execute with a non-zero exit code if any tests 28 print summary information for test failures. See :ref:`output-options` for 33 :ref:`execution-options` for more information. 37 :ref:`selection-options` for more information. 40 :program:`lit` testing implementation should see :ref:`lit-infrastructure`. [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | vop3-vop1-nosrc.s | 1 // RUN: llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s | FileCheck %s --check-prefix=SICI 2 // RUN: llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s --check-prefix=VI 3 // XFAIL: *
|
/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | vop3-vop1-nosrc.s | 1 // RUN: llvm-mc -arch=amdgcn -mcpu=tahiti -show-encoding %s | FileCheck %s --check-prefix=SICI 2 // RUN: llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s --check-prefix=VI 3 // XFAIL: *
|
/external/llvm-project/llvm/test/MC/Mips/mips5/ |
D | invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm/test/MC/Mips/mips64/ |
D | invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm-project/llvm/test/MC/Mips/mips4/ |
D | invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm/test/MC/Mips/mips2/ |
D | invalid-mips32r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm/test/MC/Mips/mips32/ |
D | invalid-mips32r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm-project/llvm/test/MC/Mips/mips32/ |
D | invalid-mips32r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm/test/MC/Mips/mips5/ |
D | invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm-project/llvm/test/MC/Mips/mips64/ |
D | invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm-project/llvm/test/MC/Mips/mips2/ |
D | invalid-mips32r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm/test/MC/Mips/mips4/ |
D | invalid-mips64r2-xfail.s | 4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \ 7 # XFAIL: * 9 # CHECK-NOT: error
|
/external/llvm/test/MC/Mips/mips1/ |
D | valid-xfail.s | 5 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | not FileCheck %s 6 # CHECK-NOT: encoding 7 # XFAIL: * 10 lwc0 c0_entrylo,-7321($s2)
|
/external/llvm-project/llvm/test/MC/Mips/mips1/ |
D | valid-xfail.s | 5 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 | not FileCheck %s 6 # CHECK-NOT: encoding 7 # XFAIL: * 10 lwc0 c0_entrylo,-7321($s2)
|
/external/llvm-project/lldb/test/Shell/Unwind/ |
D | prefer-debug-over-eh-frame.test | 7 # UNSUPPORTED: system-windows 8 # XFAIL: system-darwin 9 # REQUIRES: target-x86_64, native 11 # RUN: %clang_host -g %p/Inputs/call-asm.c %p/Inputs/prefer-debug-over-eh-frame.s -o %t 12 # RUN: %lldb %t -s %s -o exit | FileCheck %s 14 breakpoint set -n bar 20 target modules show-unwind -n foo 21 # CHECK: Asynchronous (not restricted to call-sites) UnwindPlan is 'DWARF CFI plus augmentation fro… 22 # CHECK: Synchronous (restricted to call-sites) UnwindPlan is 'DWARF CFI'
|
/external/llvm-project/libcxx/cmake/Modules/ |
D | HandleOutOfTreeLLVM.cmake | 29 # Add LLVM Functions -------------------------------------------------------- 40 # LLVM Options -------------------------------------------------------------- 52 # Required LIT Configuration ------------------------------------------------ 56 set(LIT_ARGS_DEFAULT "-sv --show-xfail --show-unsupported") 58 set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar")
|
1234