Edit

kc3-lang/angle/src/tests/angle_end2end_tests.gypi

Branch :

  • Show log

    Commit

  • Author : Stanislav Chiknavaryan
    Date : 2016-11-04 18:27:56
    Hash : 20c97cac
    Message : Squashed commit of the following: commit 0146dfeefa47b520e71f0e74230abd7dac163a79 Author: Stanislav Chiknavaryan <stanisc@chromium.org> Date: Fri Nov 4 17:43:03 2016 -0700 Revert "Implementation of eglGetSyncValuesCHROMIUM extension." This reverts commit 5d9f5df01ac5a384d9b7cbb49d9f98a76b62c7ad. commit 0d920fe27bd8e73d831a9002548bde00fea78709 Author: Stanislav Chiknavaryan <stanisc@chromium.org> Date: Fri Nov 4 17:23:11 2016 -0700 Revert "Fix EGLSyncControlTest.SyncValuesTest timeout on Windowse Server 2012 R2" This reverts commit d258ca045f31eb43ec01b5501c84e9afd8e82cd6. commit bde8defe53741855bb71fbf27bcb0a91cfafbd01 Author: Stanislav Chiknavaryan <stanisc@chromium.org> Date: Fri Nov 4 17:22:58 2016 -0700 Revert "Disabling EGLSyncControlTest.SyncValuesTest" This reverts commit a74183613955bd891f56f6a979a5391c16c64138. commit f78e4b7e97b9d1259878f6902bb6ddeb0aeded87 Author: Stanislav Chiknavaryan <stanisc@chromium.org> Date: Fri Nov 4 17:22:36 2016 -0700 Revert "Fix and re-enable EGLSyncControlTest.SyncValuesTest" This reverts commit 138ec92f52da7c0fc8e6df08ac4e4e572bbf6b39. commit f3933e6a04bd23473077d2fd74616023db3c9601 Author: Stanislav Chiknavaryan <stanisc@chromium.org> Date: Fri Nov 4 17:20:26 2016 -0700 Revert "Handle nullptr mSwapChain in SwapChain11::getSyncValues" This reverts commit af7f301f6ba9e5f31d1511142a936a9ba84169d0. BUG=angleproject:1402 Change-Id: I99969e906e316574e9f739141de0e360d1edebd9 Reviewed-on: https://chromium-review.googlesource.com/408752 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Stanislav Chiknavaryan <stanisc@chromium.org>

  • src/tests/angle_end2end_tests.gypi
  • # Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
    # Use of this source code is governed by a BSD-style license that can be
    # found in the LICENSE file.
    
    # This .gypi describes all of the sources and dependencies to build a
    # unified "angle_end2end_tests" target, which contains all of the
    # tests that exercise the ANGLE implementation. It requires a parent
    # target to include this gypi in an executable target containing a
    # gtest harness in a main.cpp.
    
    {
        # Everything below this is duplicated in the GN build.
        # If you change anything also change angle/src/tests/BUILD.gn
        'variables':
        {
            'angle_end2end_tests_sources':
            [
                '<(angle_path)/src/tests/gl_tests/BindGeneratesResourceTest.cpp',
                '<(angle_path)/src/tests/gl_tests/BindUniformLocationTest.cpp',
                '<(angle_path)/src/tests/gl_tests/BlendMinMaxTest.cpp',
                '<(angle_path)/src/tests/gl_tests/BlitFramebufferANGLETest.cpp',
                '<(angle_path)/src/tests/gl_tests/BufferDataTest.cpp',
                '<(angle_path)/src/tests/gl_tests/BuiltinVariableTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ClearTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ColorMaskTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ComputeShaderTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CopyCompressedTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CopyTexImageTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CopyTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/CubeMapTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DebugMarkerTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DebugTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DepthStencilFormatsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DiscardFramebufferEXTTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DrawBuffersTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DrawElementsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/DXT1CompressedTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ETCTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/FenceSyncTests.cpp',
                '<(angle_path)/src/tests/gl_tests/FramebufferMixedSamplesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/FramebufferRenderMipmapTest.cpp',
                '<(angle_path)/src/tests/gl_tests/FramebufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/GLSLTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ImageTest.cpp',
                '<(angle_path)/src/tests/gl_tests/IncompleteTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/IndexBufferOffsetTest.cpp',
                '<(angle_path)/src/tests/gl_tests/IndexedPointsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/InstancingTest.cpp',
                '<(angle_path)/src/tests/gl_tests/LineLoopTest.cpp',
                '<(angle_path)/src/tests/gl_tests/MaxTextureSizeTest.cpp',
                '<(angle_path)/src/tests/gl_tests/MipmapTest.cpp',
                '<(angle_path)/src/tests/gl_tests/MultisampleCompatibilityTest.cpp',
                '<(angle_path)/src/tests/gl_tests/media/pixel.inl',
                '<(angle_path)/src/tests/gl_tests/PackUnpackTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PathRenderingTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PbufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PBOExtensionTest.cpp',
                '<(angle_path)/src/tests/gl_tests/PointSpritesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ProvokingVertexTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ObjectAllocationTest.cpp',
                '<(angle_path)/src/tests/gl_tests/OcclusionQueriesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ProgramBinaryTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ReadPixelsTest.cpp',
                '<(angle_path)/src/tests/gl_tests/RendererTest.cpp',
                '<(angle_path)/src/tests/gl_tests/RobustClientMemoryTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SimpleOperationTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SixteenBppTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SRGBFramebufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SRGBTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/StateChangeTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SwizzleTest.cpp',
                '<(angle_path)/src/tests/gl_tests/SyncQueriesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/TextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/TimerQueriesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/TransformFeedbackTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UniformBufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UniformTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UnpackAlignmentTest.cpp',
                '<(angle_path)/src/tests/gl_tests/UnpackRowLength.cpp',
                '<(angle_path)/src/tests/gl_tests/VertexAttributeTest.cpp',
                '<(angle_path)/src/tests/gl_tests/ViewportTest.cpp',
                '<(angle_path)/src/tests/gl_tests/WebGLCompatibilityTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLContextCompatibilityTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLContextSharingTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLQueryContextTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLRobustnessTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLSanityCheckTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLSurfaceTest.cpp',
                '<(angle_path)/src/tests/test_utils/ANGLETest.cpp',
                '<(angle_path)/src/tests/test_utils/ANGLETest.h',
                '<(angle_path)/src/tests/test_utils/angle_test_configs.cpp',
                '<(angle_path)/src/tests/test_utils/angle_test_configs.h',
                '<(angle_path)/src/tests/test_utils/angle_test_instantiate.cpp',
                '<(angle_path)/src/tests/test_utils/angle_test_instantiate.h',
                '<(angle_path)/src/tests/test_utils/gl_raii.h',
            ],
            'angle_end2end_tests_win_sources':
            [
                '<(angle_path)/src/tests/gl_tests/D3DImageFormatConversionTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3DTextureTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3D11EmulatedIndexedBufferTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3D11FormatTablesTest.cpp',
                '<(angle_path)/src/tests/gl_tests/D3D11InputLayoutCacheTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLDeviceTest.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLPresentPathD3D11Test.cpp',
                '<(angle_path)/src/tests/egl_tests/EGLStreamTest.cpp',
                # TODO(cwallez) for Linux, requires a portable implementation of threads
                '<(angle_path)/src/tests/egl_tests/EGLThreadTest.cpp',
                '<(angle_path)/src/tests/egl_tests/media/yuvtest.inl',
            ],
            'angle_end2end_tests_x11_sources':
            [
                '<(angle_path)/src/tests/egl_tests/EGLX11VisualTest.cpp',
            ],
        },
        'dependencies':
        [
            '<(angle_path)/src/angle.gyp:libANGLE',
            '<(angle_path)/src/angle.gyp:libEGL',
            '<(angle_path)/src/angle.gyp:libGLESv2',
            '<(angle_path)/src/tests/tests.gyp:angle_test_support',
            '<(angle_path)/util/util.gyp:angle_util',
        ],
        'include_dirs':
        [
            '<(angle_path)/include',
            '<(angle_path)/src/tests'
        ],
        'sources':
        [
            '<@(angle_end2end_tests_sources)',
        ],
        'conditions':
        [
            ['OS=="win"',
            {
                'sources':
                [
                    '<@(angle_end2end_tests_win_sources)',
                ],
            }],
            ['use_x11==1',
            {
                'sources':
                [
                    '<@(angle_end2end_tests_x11_sources)',
                ],
            }],
        ]
    }