Home
last modified time | relevance | path

Searched +full:- +full:- +full:show +full:- +full:xfail (Results 1 – 25 of 79) sorted by relevance

1234

/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest3 # 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"
20 echo " -d|--debug Debug mode (trace all shell commands)"
[all …]
/external/llvm/utils/lit/lit/
Dmain.py4 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/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dlit.rst1 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dmain.py4 lit - LLVM Integrated Tester.
62 # Show the test result line.
67 # Show the test failure output, if requested.
85 # Report micro-tests, if present
89 print("%s MICRO-TEST: %s" %
129 # Report micro-tests separately, if present
168 return -os.path.getmtime(fname)
199 # FIXME: Re-try after timeout on Windows.
208 parser.add_argument("--version", dest="show_version",
209 help="Show version and exit",
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/
Dgcc-gcov-sample-profile.test4 XFAIL: powerpc-, 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/test/tools/llvm-profdata/
Dgcc-gcov-sample-profile.test4 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/clang/test/PCH/
Dsource-manager-stack.c5 // 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/
Dlit.rst1 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/
Dvop3-vop1-nosrc.s1 // 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dvop3-vop1-nosrc.s1 // 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: *
Dliteral16-err.s1 // XFAIL: *
2 // RUN: not llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s 2>&1 | FileCheck -check-prefix=NOVI …
10 v_add_f16 v1, v2, -0.0
16 v_add_f16 v1, -32769, v2
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64/
Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips5/
Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/llvm/test/MC/Mips/mips32/
Dinvalid-mips32r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips2/
Dinvalid-mips32r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/llvm/test/MC/Mips/mips5/
Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32/
Dinvalid-mips32r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/llvm/test/MC/Mips/mips64/
Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips4/
Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
Dvalid-xfail.s5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 | not FileCheck %s
6 # CHECK-NOT: encoding
7 # XFAIL: *
/external/llvm/test/MC/Mips/mips4/
Dinvalid-mips64r2-xfail.s4 # 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/
Dinvalid-mips32r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
7 # XFAIL: *
9 # CHECK-NOT: error
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips1/
Dvalid-xfail.s5 # 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/test/MC/Mips/mips1/
Dvalid-xfail.s5 # 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Ddwarf-loc0.s2 # RUN: llvm-mc -dwarf-version 5 %s -filetype=obj -o - | llvm-dwarfdump -debug-line - | FileCheck %s
3 # RUN: not llvm-mc -dwarf-version 4 %s -filetype=asm -o - 2>&1 | FileCheck %s -check-prefix=ERR
5 # XFAIL: darwin
6 # Show that ".loc 0" works in DWARF v5, gets an error for earlier versions.
15 # CHECK-NEXT: name: "root.cpp"
17 # CHECK-NEXT: name: "header.h"
19 # CHECK-NEXT: -------
20 # CHECK-NEXT: 0x{{[0-9a-f]+}} 10 0 0
21 # CHECK-NEXT: 0x{{[0-9a-f]+}} 20 0 1
22 # CHECK-NEXT: 0x{{[0-9a-f]+}} 20 0 1 {{.*}} end_sequence
[all …]

1234