Home
last modified time | relevance | path

Searched +full:test +full:- +full:suite +full:- +full:vm (Results 1 – 25 of 36) sorted by relevance

12

/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
35 # e.g. fedora:31@build-default
[all …]
/third_party/rust/crates/regex/
DHACKING.md17 implementation of the Pike VM (similar to Thompson's construction, but supports
19 --- This library contains such an implementation in src/pikevm.rs.
21 Making it fast is harder. One of the key problems with the Pike VM is that it
23 positions between them. The Pike VM also spends a lot of time following the
25 speed up the Pike VM: extract one or more literal prefixes from the regular
27 prefixes in the search text. The Pike VM can then be avoided for most the
29 prefixes is in the regex-syntax crate (in this repository). The code to search
31 we fall back to an Aho-Corasick DFA using the aho-corasick crate. For one
32 literal, we use a variant of the Boyer-Moore algorithm. Both Aho-Corasick and
33 Boyer-Moore use `memchr` when appropriate. The Boyer-Moore variant in this
[all …]
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.h41 /************************* Basic test suite ********************************/
44 * Define basic test suite to serve as the starting point for future testing
48 * Initialize basic test suite
53 * Deinitialize basic test suite
58 * Decide if the suite is enabled by default or not.
63 * Tests in basic test suite
68 * Initialize bo test suite
73 * Deinitialize bo test suite
78 * Tests in bo test suite
83 * Initialize cs test suite
[all …]
Dvm_tests.c49 if (device_handle->info.family_id == AMDGPU_FAMILY_SI) { in suite_vm_tests_enable()
50 printf("\n\nCurrently hangs the CP on this ASIC, VM suite disabled\n"); in suite_vm_tests_enable()
68 if ((r == -EACCES) && (errno == EACCES)) in suite_vm_tests_init()
70 "Hint:Try to run this test program as root.", in suite_vm_tests_init()
90 { "resere vmid test", amdgpu_vmid_reserve_test },
92 { "vm mapping test", amdgpu_vm_mapping_test },
116 family_id = device_handle->info.family_id; in amdgpu_vmid_reserve_test()
117 chip_id = device_handle->info.chip_external_rev; in amdgpu_vmid_reserve_test()
118 chip_rev = device_handle->info.chip_rev; in amdgpu_vmid_reserve_test()
191 const uint64_t map_size = (4ULL << 30) - (2 << 12); in amdgpu_vm_unaligned_map()
[all …]
Damdgpu_test.c62 /* Test suite names */
71 #define VM_TESTS_STR "VM Tests"
84 /** Open render node to test */
87 /** The table of all known test suites to run */
269 fprintf(stderr, "Invalid suite id : %d\n", iSuite + 1); in display_test_suites()
273 printf("Suite: %2d: %8s: %s\n", in display_test_suites()
275 pSuite->fActive ? "ENABLED" : "DISABLED", in display_test_suites()
278 if (!pSuite->fActive) in display_test_suites()
286 fprintf(stderr, "Invalid test id : %d\n", iTest + 1); in display_test_suites()
289 printf(" Test: %2d: %8s: %s\n", in display_test_suites()
[all …]
/third_party/libinput/doc/user/
Dtest-suite.rst1 .. _test-suite:
4 libinput test suite
7 libinput's primary test suite can be invoked with
11 $ sudo ./builddir/libinput-test-suite
13 When developing libinput, the ``libinput-test-suite`` should always be
15 the number of tests to run can be filtered, see :ref:`test-filtering`.
17 touchpad tap-to-click) while hacking on that specific feature and only run
18 the full suite when development is done finished.
20 .. note:: The test suite relies on udev and the kernel, specifically uinput.
22 interfere with your running session. The test suite is not suitable
[all …]
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Dnto-qnx.md1 # nto-qnx
5 [QNX®][BlackBerry] Neutrino (nto) Real-time operating system.
14 - Florian Bartels, `Florian.Bartels@elektrobit.com`, https://github.com/flba-eb
15 - Tristan Roach, `TRoach@blackberry.com`, https://github.com/gh-tr
22 |----------------------|---------------------|:------------:|:----------------:|
33 …rm (SDP)](https://blackberry.qnx.com/en/products/foundation-software/qnx-software-development-plat…
35 Initialization is usually done by sourcing `qnxsdp-env.sh` (this will be installed as part of the S…
48 ```rust,ignore (platform-specific)
54 // "extern C" - Block can be empty but must be present
57 pub fn printf(format: *const core::ffi::c_char, ...) -> core::ffi::c_int;
[all …]
/third_party/typescript/tests/ts_extra_tests/
Drun_ts_case.py2 # -*- coding: utf-8 -*-
3 # Copyright (c) 2023-2024 Huawei Device Co., Ltd.
8 # http://www.apache.org/licenses/LICENSE-2.0
54 # check test case declare
72 parser = argparse.ArgumentParser(description="TypeScript Spec&Feature Test Tool")
76 help="All test case in the release will be execute")
78 …parser.add_argument("-a", "--ark_runtime", action="store_true", default=False, help="test on ark_r…
80 …parser.add_argument("-s", "--skip-abnormal-case", action="store_true", default=False, help="skip a…
82 parser.add_argument("-v", "--version", dest='limit_version', default=None, help="version limit")
85 parser.add_argument("-d", "--disable-list", type=lambda arg: is_file(parser, arg), default=None,
[all …]
/third_party/python/Include/internal/
Dpycore_long.h18 * everyone's existing deployed numpy test suite passes before
21 * $ python -m timeit -s 's = "1"*4300' 'int(s)'
23 * $ python -m timeit -s 's = "1"*4300; v = int(s)' 'str(v)'
25 * (zen2 cloud VM)
36 * % python -m timeit -s 's = "1"*640; v = int(s)' 'str(int(s))'
39 * "640 digits should be enough for anyone." - gps
/third_party/jerryscript/tools/
Drun-tests.py9 # http://www.apache.org/licenses/LICENSE-2.0
36 OPTIONS_COMMON = ['--lto=off']
37 OPTIONS_PROFILE_MIN = ['--profile=minimal']
38 OPTIONS_PROFILE_ES51 = [] # NOTE: same as ['--profile=es5.1']
39 OPTIONS_PROFILE_ES2015 = ['--profile=es2015-subset']
40 OPTIONS_STACK_LIMIT = ['--stack-limit=96']
41 OPTIONS_GC_MARK_LIMIT = ['--gc-mark-limit=16']
42 OPTIONS_DEBUG = ['--debug']
43 OPTIONS_SNAPSHOT = ['--snapshot-save=on', '--snapshot-exec=on', '--jerry-cmdline-snapshot=on']
44 OPTIONS_UNITTESTS = ['--unittests=on', '--jerry-cmdline=off', '--error-messages=on',
[all …]
/third_party/ltp/
Drunltp18 ## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ##
23 # Description: This script can be used to the tests in the LTP test suite
25 # Authors: Manoj Iyer - manjo@mail.utexas.edu
26 # Robbe Williamson - robbiew@us.ibm.com
28 # History: Oct 07 2003 - Modified - Manoj Iyer
29 # - use functions
30 # - clean up on script exit
31 # - error checking etc.
33 # Oct 08 2003 - Modified - Manoj Iyer
34 # - fixed bug in creating results directory
[all …]
/third_party/rust/rust/tests/ui/drop/
Ddropck_legal_cycles.rs1 // run-pass
2 // This test exercises cases where cyclic structure is legal,
3 // including when the cycles go through data-structures such
18 // HIGH LEVEL DESCRIPTION OF THE TEST ARCHITECTURE
19 // -----------------------------------------------
22 // from it. Each test of interest is labelled starting with "Cycle N:
23 // { ... }" where N is the test number and the "..."`is filled in with
24 // a graphviz-style description of the graph structure that the
25 // author believes is being made. So "{ a -> b, b -> (c,d), (c,d) -> e }"
30 // a - b e
[all …]
/third_party/python/Lib/test/
Dtest_int.py5 from test import support
6 from test.test_grammar import (VALID_UNDERSCORE_LITERALS,
39 self.assertEqual(int(-3.14), -3)
41 self.assertEqual(int(-3.9), -3)
43 self.assertEqual(int(-3.5), -3)
44 self.assertEqual(int("-3"), -3)
45 self.assertEqual(int(" -3 "), -3)
46 self.assertEqual(int("\N{EM SPACE}-3\N{EN SPACE}"), -3)
49 # Test conversion from strings and various anomalies
51 for sign in "", "+", "-":
[all …]
Dtest_ssl.py1 # Test the support for SSL and sockets
6 from test import support
7 from test.support import import_helper
8 from test.support import os_helper
9 from test.support import socket_helper
10 from test.support import threading_helper
11 from test.support import warnings_helper
69 # using Lib/test/make_ssl_certs.py.
116 (('commonName', 'our-ca-server'),)),
131 SIGNED_CERTFILE_ECC_HOSTNAME = 'localhost-ecc'
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c48 #define SAFE_MASK_FROM_INDEX(i) (((i) >= 32) ? ~0 : ((1 << (i)) - 1))
65 if (r->slots != l->slots) in compare_attr()
66 return r->slots - l->slots; in compare_attr()
68 return l->original_idx - r->original_idx; in compare_attr()
79 const struct glsl_type *type = var->type; in get_varying_type()
95 * Base location of the available bits on success or -1 on failure.
100 unsigned needed_mask = (1 << needed_count) - 1; in find_available_slots()
101 const int max_bit_to_test = (8 * sizeof(used_mask)) - needed_count; in find_available_slots()
107 return -1; in find_available_slots()
116 return -1; in find_available_slots()
[all …]
/third_party/cups/test/
Drun-stp-tests.sh4 # CUPS Software Test Plan.
6 # Copyright © 2020-2023 by OpenPrinting
7 # Copyright © 2007-2021 by Apple Inc.
8 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
17 # Don't allow "make check" or "make test" to be run by root...
20 if test "x`id -u`" = x0; then
32 # Make the IPP test program...
38 # Solaris has a non-POSIX grep in /bin...
41 if test -x /usr/xpg4/bin/grep; then
52 ac_n=-n
[all …]
/third_party/mesa3d/docs/
Denvvars.rst6 but they can sometimes be useful for debugging end-user issues.
9 ---------------------------
42 - using a VK driver which has no WSI implementation for your display server
43 - profiling the DRI frontend against your VK driver's WSI implementation
50 - running xrdp
51 - using a VK driver which doesn't support modifiers
54 -------------------------------
69 following comma-separated list of named flags, which adds extra
99 ``GL_EXT_foo -GL_EXT_bar`` will enable the ``GL_EXT_foo`` extension
107 or before year X will be reported. This is to work-around a bug in
[all …]
/third_party/mesa3d/docs/relnotes/
D25.0.0.rst1 Mesa 25.0.0 Release Notes / 2025-02-19
20 -------------
24 SHA256: 96a53501fd59679654273258c6c6a1055a20e352ee1429f0b123516c7190e5b0 mesa-25.0.0.tar.xz
25 …36f614d322033d4d465307ddcd983f9f3afb1310e132ec3186a085d261c95493a0c460b2ec59ce8 mesa-25.0.0.tar.xz
29 ------------
31 - cl_khr_depth_images in rusticl
32 - Vulkan 1.4 on radv/gfx8+
33 - VK_KHR_dedicated_allocation on panvk
34 - VK_KHR_global_priority on panvk
35 - VK_KHR_index_type_uint8 on panvk
[all …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
D24.1.0.rst1 Mesa 24.1.0 Release Notes / 2024-05-22
20 ---------------
24 b7eac8c79244806b1c276eeeacc329e4a5b31a370804c4b0c7cd16837783f78b mesa-24.1.0.tar.xz
28 ------------
30 - VK_EXT_map_memory_placed on RADV, ANV and NVK
31 - VK_KHR_shader_subgroup_rotate on RADV and ANV and NVK
32 - VK_KHR_load_store_op_none on RADV, ANV, NVK and Turnip
33 - VK_KHR_line_rasterization on RADV, ANV, NVK and Turnip
34 - VK_KHR_index_type_uint8 on RADV, ANV, NVK and Turnip
35 - VK_KHR_shader_expect_assume on all Vulkan drivers
[all …]
D23.1.0.rst1 Mesa 23.1.0 Release Notes / 2023-05-10
20 ---------------
24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz
28 ------------
30 - VK_EXT_pipeline_library_group_handles on RADV
31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+
32 - VK_KHR_map_memory2 on ANV and RADV
33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+
34 - VK_EXT_discard_rectangles version 2 on RADV
35 - VK_EXT_graphics_pipeline_library on RADV
[all …]
D22.0.0.rst1 Mesa 22.0.0 Release Notes / 2022-03-09
20 ---------------
24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz
28 ------------
30 - lavapipe,radv,anv KHR_dynamic_rendering
31 - radv EXT_image_view_min_lod
32 - VK_KHR_synchronization2 on RADV.
33 - OpenSWR has been moved to the Amber branch
34 - radeonsi, zink ARB_sparse_texture
35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…
[all …]
/third_party/python/Doc/faq/
Dlibrary.rst15 --------------------------------------------------------
17 Check :ref:`the Library Reference <library-index>` to see if there's a relevant
21 For third-party packages, search the `Python Package Index
28 -------------------------------------------------------------
30 If you can't find a source file for a module it may be a built-in or
47 -------------------------------------------------
79 .. code-block:: sh
94 ---------------------------------------------
100 (Note that this is not available in the Windows distribution -- there is no
111 -------------------------------------------------
[all …]
/third_party/python/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a =
[all …]

12