Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/llvm/utils/lit/lit/
H A 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 …]
H A DTestRunner.py68 # Avoid re-entering the lock by finding out if kill needs to be run
205 # env FOO=1 llc < %s | env BAR=2 llvm-mc | FileCheck %s
219 # from a file are represented with a list [file, mode, file-object]
220 # where file-object is initially None.
292 if stderr == subprocess.PIPE and j != cmd.commands[-1]:
327 timeoutHelper.addProcess(procs[-1])
333 procs[-1].stdin.close()
334 procs[-1].stdin = None
338 input = procs[-1].stdout
340 input = procs[-1].stderr
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/ftrace/
H A Dftracetest2 # 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 …]
/aosp_15_r20/external/llvm/docs/CommandGuide/
H A 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 …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dicmp_redirect.sh2 # SPDX-License-Identifier: GPL-2.0
6 # .253 +----+
7 # +----| r1 |
8 # | +----+
9 # +----+ | |.1
10 # | h1 |--------------+ | 10.1.1.0/30 2001:db8:1::0/126
11 # +----+ .1 | |.2
12 # 172.16.1/24 | +----+ +----+
13 # 2001:db8:16:1/64 +----| r2 |-------------------| h2 |
14 # .254 +----+ .254 .2 +----+
[all …]
/aosp_15_r20/external/pytorch/test/
H A Dtest_proxy_tensor.py12 from torch.testing._internal.common_methods_invocations import op_db, skip, xfail, skipOps
42 return s[:-len(suffix)]
58 …::test_make_fx_symbolic_exhaustive___getitem___cpu_float32 - RuntimeError: aten.size.default - cou…
84 print(f" xfail{remap_opinfo[failure]}, # {reason}")
94 "to install it with commands from pytorch.org, post-fixed with "
95 "`--no-deps` to avoid overwriting the pytorch installation",
159 # We expect to see matmul in the trace - it should NOT be decomposed into mm.
160 # Also, torch.ones() doesn't show up in the trace.
162 # so our mode never sees it - it goes directly to the BackendSelect key.
287 # Verify interaction with non-ProxyTensor modes
[all …]
/aosp_15_r20/external/llvm/test/tools/llvm-profdata/
H A 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…
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_aotdispatch.py6 # This source code is licensed under the BSD-style license found in the
18 from common_utils import decorate, decorateForModules, skip, skipOps, xfail
92 "to install it with commands from pytorch.org, post-fixed with "
93 "`--no-deps` to avoid overwriting the pytorch installation",
349 # - Ensure that inputs are non-leaves, so our graphs can mutate them
350 # - try to mutate outputs of the graph (to ensure that autograd meta is set properly on outputs)
496 return a + b, a - b
505 return [a + b, a - b]
515 b = a.clone().squeeze(-1)
529 def __init__(self) -> None:
[all …]
/aosp_15_r20/external/clang/test/PCH/
H A 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: *
/aosp_15_r20/external/llvm/test/MC/AMDGPU/
H A 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: *
/aosp_15_r20/external/libpng/
H A Dpngtest.c2 /* pngtest.c - a test program for libpng
4 * Copyright (c) 2018-2024 Cosmin Truta
5 * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
6 * Copyright (c) 1996-1997 Andreas Dilger
7 * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
22 * 3) unknown unsafe-to-copy ancillary chunks or unknown critical chunks
28 * If a filename is given on the command-line, then this file is used
31 * of files at once by typing "pngtest -m file1.png file2.png ..."
49 * still keeping it in libpng-1.6.x for compatibility reasons.
78 * fail simply as a result of re-ordering them. This may be fixed in the next
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/
H A Dappveyor.yml9 - Debug
13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe
21 # TODO: Maybe re-enable this configuration? Do we want to support MSVC 2015's runtime?
22 # - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
23 # MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
25 # MAKE_PROGRAM: mingw32-make
32 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"
35 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%
36 - cd %APPVEYOR_BUILD_FOLDER%
[all …]
/aosp_15_r20/external/libcxx/
H A Dappveyor.yml9 - Debug
13 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
14 CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe
21 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
22 MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
24 MAKE_PROGRAM: mingw32-make
31 - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd"
34 - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG%
35 - cd %APPVEYOR_BUILD_FOLDER%
38 - md C:\projects\build-libcxx
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
H A Dpermissions.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // REQUIRES: can-create-symlinks
11 // UNSUPPORTED: no-filesystem
12 // UNSUPPORTED: availability-filesystem-missing
14 // Android's fchmodat seems broken on various OS versions -- see D140183. This
15 // test probably passes on new-enough phones (not the emulator).
16 // XFAIL: LIBCXX-ANDROID-FIXME && target={{i686|x86_64}}-{{.+}}-android{{.*}}
17 // XFAIL: LIBCXX-ANDROID-FIXME && android-device-api={{21|22}}
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_size.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // REQUIRES: can-create-symlinks
13 // against already-released libc++'s.
14 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{10.15|11.0}}
18 // XFAIL: LIBCXX-ANDROID-FIXME && !android-device-api={{21|22|23}}
62 // Remove the file to show that the results were already in the cache. in basic()
109 assert(got == std::uintmax_t(-1)); in not_regular_file()
144 assert(ent.file_size(ec) == std::uintmax_t(-1)); in error_reporting()
[all …]
H A Dhard_link_count.pass.cpp1 //===----------------------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // REQUIRES: can-create-symlinks
13 // against already-released libc++'s.
14 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx{{10.15|11.0}}
18 // XFAIL: LIBCXX-ANDROID-FIXME && !android-device-api={{21|22|23}}
61 // Remove the file to show that the results were already in the cache. in basic()
148 assert(ent.hard_link_count(ec) == std::uintmax_t(-1)); in error_reporting()
162 assert(expect_bad == std::uintmax_t(-1)); in error_reporting()
[all …]
/aosp_15_r20/external/libcxx/cmake/Modules/
H A DHandleOutOfTreeLLVM.cmake2 # Rely on llvm-config.
5 find_program(LLVM_CONFIG_PATH "llvm-config")
16 "--includedir"
17 "--prefix"
18 "--src-root")
31 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")
42 # --cmakedir is supported since llvm r291218 (4.0 release)
44 COMMAND ${LLVM_CONFIG_PATH} --cmakedir
58 "llvm-config not found and LLVM_PATH not defined.\n"
59 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config "
[all …]
/aosp_15_r20/external/libcxxabi/cmake/Modules/
H A DHandleOutOfTreeLLVM.cmake2 # Rely on llvm-config.
5 find_program(LLVM_CONFIG_PATH "llvm-config")
16 "--includedir"
17 "--prefix"
18 "--src-root")
31 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")
42 # --cmakedir is supported since llvm r291218 (4.0 release)
44 COMMAND ${LLVM_CONFIG_PATH} --cmakedir
58 "llvm-config not found and LLVM_PATH not defined.\n"
59 "Reconfigure with -DLLVM_CONFIG_PATH=path/to/llvm-config "
[all …]
/aosp_15_r20/external/libcxx/benchmarks/
H A DCMakeLists.txt9 -Wno-unused-command-line-argument
10 -nostdinc++
11 -isystem ${LIBCXX_SOURCE_DIR}/include
12 -L${LIBCXX_LIBRARY_DIR}
13 -Wl,-rpath,${LIBCXX_LIBRARY_DIR}
18 -L${LIBCXX_CXX_ABI_LIBRARY_PATH}
19 -Wl,-rpath,${LIBCXX_CXX_ABI_LIBRARY_PATH})
22 list(APPEND BENCHMARK_LIBCXX_COMPILE_FLAGS -include "${LIBCXX_BINARY_DIR}/__config_site")
26 ExternalProject_Add(google-benchmark-libcxx
28 DEPENDS cxx cxx-headers
[all …]
/aosp_15_r20/external/llvm/test/MC/Mips/mips64/
H A Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/aosp_15_r20/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
7 # XFAIL: *
9 # CHECK-NOT: error
/aosp_15_r20/external/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/aosp_15_r20/external/llvm/test/MC/Mips/mips32/
H A Dinvalid-mips32r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \
7 # XFAIL: *
9 # CHECK-NOT: error
/aosp_15_r20/external/llvm/test/MC/Mips/mips5/
H A Dinvalid-mips64r2-xfail.s4 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips4 \
7 # XFAIL: *
9 # CHECK-NOT: error
/aosp_15_r20/external/llvm/test/MC/Mips/mips1/
H A 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)

123