Home
last modified time | relevance | path

Searched +full:intel +full:- +full:test (Results 1 – 25 of 1161) sorted by relevance

12345678910>>...47

/external/mesa3d/src/intel/ci/
Dgitlab-ci-inc.yml1 .intel-common-rules:
2 stage: intel
4 - changes: &intel_common_file_list
5 - src/intel/*
6 - src/intel/blorp/**/*
7 - src/intel/common/**/*
8 - src/intel/compiler/**/*
9 - src/intel/dev/**/*
10 - src/intel/ds/**/*
11 - src/intel/genxml/**/*
[all …]
Dgitlab-ci.yml2 - local: 'src/intel/ci/gitlab-ci-inc.yml'
4 anv-jsl:
6 - .lava-acer-cb317-1h-c3z6-dedede:x86_64
7 - .anv-test
9 DEQP_SUITE: anv-jsl
10 VK_DRIVER: intel
14 # We don't enable a full run of anv-jsl nightly because it's about 8 hours of
16 .anv-jsl-full:
18 - anv-jsl
19 - .intel-manual-rules
[all …]
/external/angle/src/tests/
Dangle_end2end_tests_expectations.txt2 // Use of this source code is governed by a BSD-style license that can be
22 6153 VULKAN WIN INTEL : GLSLTest_ES31.StructAndArrayEqualOperator/* = SKIP
73 6101 WIN OPENGL INTEL : BlitFramebufferTest.OOBWrite/* = SKIP
75 6173 WIN INTEL OPENGL : GLSLTest_ES31.BoolInInterfaceBlocks/* = SKIP
76 6217 WIN INTEL OPENGL : GLSLTest_ES31.StorageBufferBoolVectorPassedToFunctions/* = SKIP
77 7143 WIN INTEL OPENGL : GLSLTest.AliasingFunctionOutParamAndGlobal/* = SKIP
78 8399 WIN INTEL OPENGL : TextureCubeTestES3.IncompatibleLayerABThenCompatibleLayerAB/* = SKIP
79 8399 WIN INTEL OPENGL : TextureCubeTestES3.IncompatibleLayerABThenCompatibleLayerABSingleLevel/* = …
83 7298 WIN INTEL D3D11 : BlitFramebufferTest.Blit3DTo2DArray/* = SKIP
85 7700 WIN INTEL D3D11 : FramebufferTest_ES31.ChangeFBOSizeAndAttachmentsCount/* = SKIP
[all …]
/external/cronet/testing/unexpected_passes_common/
Dexpectations_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
28 crbug.com/1234 [ win ] foo/test [ Failure ]
29 crbug.com/5678 crbug.com/6789 [ win ] foo/another/test [ RetryOnFailure ]
31 [ linux ] foo/test [ Failure ]
34 crbug.com/3456 [ linux ] some/bad/test [ Skip ]
35 crbug.com/4567 [ linux ] some/good/test [ Pass ]
42 crbug.com/4567 [ mac ] foo/test [ Failure ]
48 crbug.com/1234 [ wine ] foo/test [ Failure ]
50 [ linux ] foo/test [ Failure ]
53 crbug.com/3456 [ linux ] some/bad/test [ Skip ]
[all …]
Dresult_output_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
24 def CreateTextOutputPermutations(text: str, inputs: Iterable[str]) -> Set[str]:
46 def testEmptyResults(self) -> None:
47 """Tests that providing empty results is a no-op."""
50 def testMinimalData(self) -> None:
71 def testRegularData(self) -> None:
75 data_types.Result('foo', ['win', 'intel'], 'Failure', 'step_name',
79 # TODO(crbug.com/1198237): Hard-code the tag string once only Python 3 is
86 'tags [%s]' % ' '.join(set(['win', 'intel'])),
97 def testEmptyMap(self) -> None:
[all …]
/external/ltp/testcases/open_posix_testsuite/
DChangeLog1 10-19-2005 1.5.2 Release
2 - Code cleanups by Sebastien Dugue
3 - Add a patch for cleaner build in cross environment from Joseph S. Myers
4 - Add a patch to _POSIX_CPUTIME and_POSIX_THREAD_CPUTIME handling from Joseph S. Myers
5- Make the aio_read/write tests concerningthe offset maximum return PTS_UNTESTED by Sebastien Dugue
6 - A patch from Randy.Dunlap to fix shm conformance uninitialzedvariables
7 - A patch from Randy.Dunlap to fix 2 pthread conformance problems
8 - The patches for sem_post_5_1 and sem_post_8_1 from Yi Xu
9 - A patch for sem_close_1_1 from Yi Xu
10 - A patch from Randy.Dunlap for sem_lock to increase BUF_SIZE to prevent segment fault.
[all …]
DREADME3 1. Open POSIX* Test Suite Overview
13 1. Open POSIX* Test Suite Overview
14 -----------------------------------
16 The POSIX Test Suite is an open source test suite with the goal of
18 1003.1-2001 System Interfaces specification in a manner that is
22 our choice of portable tools should make this test suite usable on any
28 This document gives a brief overview of the test suite, including its
33 ----------------
35 - Enable assertion based traceability for conformance testing of POSIX
39 - Give the ability to send test case source to bug reports to appropriate
[all …]
/external/igt-gpu-tools/tests/
Dprime_nv_test.c1 /* basic set of prime tests between intel and nouveau */
3 /* test list -
4 1. share buffer from intel -> nouveau.
5 2. share buffer from nouveau -> intel
6 3. share intel->nouveau, map on both, write intel, read nouveau
7 4. share intel->nouveau, blit intel fill, readback on nouveau
8 test 1 + map buffer, read/write, map other size.
10 some illegal operations -
29 int intel_fd = -1, nouveau_fd = -1;
66 return -1; in find_and_open_devices()
[all …]
Dprime_udl.c1 /* basic set of prime tests between intel and nouveau */
3 /* test list -
4 1. share buffer from intel -> nouveau.
5 2. share buffer from nouveau -> intel
6 3. share intel->nouveau, map on both, write intel, read nouveau
7 4. share intel->nouveau, blit intel fill, readback on nouveau
8 test 1 + map buffer, read/write, map other size.
10 some illegal operations -
32 int intel_fd = -1, udl_fd = -1;
68 return -1; in find_and_open_devices()
[all …]
Dprime_nv_api.c3 /* test1- export buffer from intel, import same fd twice into nouveau,
5 test2 - export buffer from intel, import fd once, close fd, try import again
7 test3 - export buffer from intel, import twice on nouveau, check handle is the same
8 test4 - export handle twice from intel, import into nouveau twice, check handle is the same
23 int intel_fd = -1, intel_fd2 = -1, nouveau_fd = -1, nouveau_fd2 = -1;
76 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_import_twice()
96 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_import_twice_check_flink_name()
121 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_reimport_twice_check_flink_name()
127 /* create a new dma-buf */ in test_i915_nv_reimport_twice_check_flink_name()
210 test_intel_bo = drm_intel_bo_alloc(bufmgr, "test bo", BO_SIZE, 4096); in test_i915_nv_import_vs_close()
[all …]
/external/AFLplusplus/benchmark/
Dbenchmark-results.jsonl1-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
2-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
3-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
4-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
5-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
6-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
7-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
8-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
9-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
10-9900k, 16GB DDR4-3000, Arch Linux", "compiler": "clang version 16.0.6", "target_arch": "x86_64-pc
[all …]
/external/igt-gpu-tools/assembler/
Dmeson.build15 '-Wno-declaration-after-statement',
16 '-Wno-discarded-qualifiers',
17 '-Wno-missing-format-attribute',
18 '-Wno-old-style-definition',
19 '-Wno-redundant-decls',
20 '-Wno-shadow',
38 arguments : ['-i', '-o', '@OUTPUT@', '@INPUT@'])
44 arguments : ['@INPUT@', '--defines=@OUTPUT1@', '--output=@OUTPUT0@'])
48 executable('intel-gen4asm', 'main.c', lfiles, pfiles,
52 executable('intel-gen4disasm', 'disasm-main.c',
[all …]
/external/igt-gpu-tools/
Dconfigure.ac16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
24 AC_INIT([igt-gpu-tools],
27 [igt-gpu-tools])
32 AC_CONFIG_AUX_DIR([build-aux])
39 AM_INIT_AUTOMAKE([1.12 foreign subdir-objects dist-bzip2])
61 TIMER_LIBS="-lrt"
64 TIMER_LIBS="-lpthread"
90 if test "x$cpuid" = "xyes"; then
100 [m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])])
112 if test x$have_valgrind = xyes; then
[all …]
/external/autotest/client/site_tests/power_VideoCall/
Dpower_VideoCall.py3 # Use of this source code is governed by a BSD-style license that can be
16 """class for power_VideoCall test."""
19 …video_url = 'https://storage.googleapis.com/chromiumos-test-assets-public/power_VideoCall/power_Vi…
93 tab_right = cr.browser.tabs[-1]
107 # found for why test fails before 2 hrs.
110 while time.time() - self._start_time < duration:
123 if time.time() - self._start_time < min_run_time:
130 if time.time() - self._start_time < min_run_time:
137 'Low battery, stop test early after %.0f minutes',
138 (time.time() - self._start_time) / 60)
[all …]
/external/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (C) 2018 Intel Corporation
5 * Author: Ammy Yi (ammy.yi@intel.com)
9 * This test will check if Intel PT(Intel Processer Trace) is working.
11 * Intel CPU of 5th-generation Core (Broadwell) or newer is required for the test.
38 //Intel PT event handle
39 int fde = -1;
67 tst_res(TINFO, "Open Intel PT event failed"); in create_map()
69 pc->aux_offset = INTEL_PT_MEMSIZE; in create_map()
70 pc->aux_size = bufsize; in create_map()
[all …]
/external/parameter-framework/
DAndroid.bp1 // Copyright (c) 2016, Intel Corporation
30 default_applicable_licenses: ["external_parameter-framework_license"],
33 // Added automatically by a large-scale-change that took the approach of
47 // large-scale-change included anything that looked like it might be a license
51 // See: http://go/android-license-faq
53 name: "external_parameter-framework_license",
56 "SPDX-license-identifier-BSD",
57 "SPDX-license-identifier-BSL-1.0",
58 "SPDX-license-identifier-MIT",
72 "-frtti",
[all …]
/external/mesa3d/docs/relnotes/
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[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 …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[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 …]
D18.1.2.rst16 ----------------
20 a644df23937f4078a2bd9a54349f6315c1955f5e3a4ac272832da51dea4d3c11 mesa-18.1.1.tar.gz
21 070bf0648ba5b242d7303ceed32aed80842f4c0ba16e5acc1a650a46eadfb1f9 mesa-18.1.1.tar.xz
24 ------------
29 ---------
34 -------
38 - radv: Consolidate GFX9 merged shader lookup logic
39 - radv: Handle GFX9 merged shaders in radv_flush_constants()
40 - radeonsi: Fix crash on shaders using MSAA image load/store
41 - radv: Set active_stages the same whether or not shaders were cached
[all …]
/external/capstone/suite/
Dx86odd.py13 CODE32 += b"\xf7\xc0\x11\x22\x33\x44" # test eax, 0x44332211
14 CODE32 += b"\xf7\xc8\x11\x22\x33\x44" # test eax, 0x44332211
15 CODE32 += b"\xf7\x88\x00\x00\x00\x00\x00\x00\x00\x00" # test dword ptr [eax], 0
16 CODE32 += b"\xf6\x88\x00\x00\x00\x00\x00" # test byte ptr [eax], 0
40 CODE32 += b"\xf2\x0f\x38\xf1\x8c\xcb\xef\xbe\xad\xde" # crc32l -0x21524111(%ebx, %ecx, 8), %ecx
70 (CS_ARCH_X86, CS_MODE_32, CODE32, "X86 32 (Intel syntax)", 0),
73 (CS_ARCH_X86, CS_MODE_32, CODE32_MEMREF, "X86 32 MemRef (Intel syntax)", 0),
75 (CS_ARCH_X86, CS_MODE_64, CODE64_MEMREF, "X86 64 (Intel syntax)", 0),
77 (CS_ARCH_X86, CS_MODE_32, CODE32_ARITH, "X86 32 (Intel syntax)", 0),
78 (CS_ARCH_X86, CS_MODE_64, CODE64_ARITH, "X86 64 (Intel syntax)", 0),
[all …]
/external/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt13 clocks - Testing that clocks can accurately keep time in certain scenarios.
14 sleep - Testing that processes can go to sleep for specified periods of time.
15 timers - The following types of timers will be tested.
34 In order to generate the test cases listed below, the following approaches
36 - If it was not covered in the conformance area fully, determined the
37 correct behavior of the features listed above and generated test scenarios
39 - Determined certain critical values that may cause failures to appear and
40 generated test scenarios setting clocks or timers to these critical
42 - Determined race conditions that could appear or time dependencies for
43 things happening and generated test cases to expose these issues.
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/autotest/client/site_tests/firmware_LockedME/
Dcontrol2 # Use of this source code is governed by a BSD-style license that can be
17 Intel x86 CPUs (Sandybridge and later) reserve a portion of the BIOS
18 firmware image for use by the Intel Management Engine (ME). Intel
24 This test PASSES if the CPU is unable to modify the ME region.
26 This test FAILS if the CPU can modify the ME region, which means it should
27 *always* fail on any pre-production image.
30 it, if the test fails and is interrupted before it can restore the original
34 This test is only meaningful to systems using Intel x86 CPUs, and then only

12345678910>>...47