KalebDark / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Move angle tests directory to src/ #945

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently our tests directory is a bit out-of-line with how we organize code, 
and should really be nested in src/. This will require a bit of work to ensure 
it does not break Chromium's GPU FYI bots, since they reference 
angle_unittests.gypi in Chromium's gpu.gyp.

Original issue reported on code.google.com by jmad...@chromium.org on 11 Mar 2015 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by jmad...@chromium.org on 11 Mar 2015 at 5:08

GoogleCodeExporter commented 9 years ago
Project: angle/angle
Branch : master
Author : Jamie Madill <jmadill@chromium.org>
Commit : 71c2d85c4af2f6cb213d4f3e15f0ae16b63790f3

Code-Review  0 : Jamie Madill
Code-Review  +1: Geoff Lang
Code-Review  +2: Brandon Jones
Verified     0 : Brandon Jones, Geoff Lang
Verified     +1: Jamie Madill
Commit Queue   : Chumped
Change-Id      : I2eb44ac43f65b916ddd838d39e6aae62580d7fa0
Reviewed-at    : https://chromium-review.googlesource.com/258903

Move the ANGLE tests project to src/

BUG=angleproject:945

.gitignore
DEPS
build/ANGLE.gyp
build/common.gypi
build/common_defines.gypi
build/gyp_angle
src/libANGLE/Config_unittest.cpp
src/libANGLE/Fence_unittest.cpp
src/libANGLE/ImageIndexIterator_unittest.cpp
src/libANGLE/Surface_unittest.cpp
src/libANGLE/TransformFeedback_unittest.cpp
src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow_unittest.cpp
src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow_unittest.cpp
src/tests/WebGL-CTS-known-failures.txt
src/tests/angle_end2end_tests.gypi
src/tests/angle_end2end_tests_main.cpp
src/tests/angle_unittests.gypi
src/tests/angle_unittests_main.cpp
src/tests/compiler_tests/API_test.cpp
src/tests/compiler_tests/CollectVariables_test.cpp
src/tests/compiler_tests/ConstantFolding_test.cpp
src/tests/compiler_tests/DebugShaderPrecision_test.cpp
src/tests/compiler_tests/ExpressionLimit_test.cpp
src/tests/compiler_tests/NV_draw_buffers_test.cpp
src/tests/compiler_tests/ShaderExtension_test.cpp
src/tests/compiler_tests/ShaderVariable_test.cpp
src/tests/compiler_tests/TypeTracking_test.cpp
src/tests/compiler_tests/VariablePacker_test.cpp
src/tests/compiler_tests/compiler_tests.gypi
src/tests/deqp_tests/deqp_test_main.cpp
src/tests/deqp_tests/deqp_tests.cpp
src/tests/deqp_tests/deqp_tests.h
src/tests/deqp_tests/deqp_tests.txt
src/tests/deqp_tests/generate_deqp_tests.py
src/tests/end2end_tests/ANGLETest.cpp
src/tests/end2end_tests/ANGLETest.h
src/tests/end2end_tests/BindTexImageTest.cpp
src/tests/end2end_tests/BlendMinMaxTest.cpp
src/tests/end2end_tests/BlitFramebufferANGLETest.cpp
src/tests/end2end_tests/BufferDataTest.cpp
src/tests/end2end_tests/ClearTest.cpp
src/tests/end2end_tests/CompressedTextureTest.cpp
src/tests/end2end_tests/CubeMapTextureTest.cpp
src/tests/end2end_tests/DepthStencilFormatsTest.cpp
src/tests/end2end_tests/DrawBuffersTest.cpp
src/tests/end2end_tests/FramebufferFormatsTest.cpp
src/tests/end2end_tests/GLSLTest.cpp
src/tests/end2end_tests/IncompleteTextureTest.cpp
src/tests/end2end_tests/IndexedPointsTest.cpp
src/tests/end2end_tests/InstancingTest.cpp
... and 95 more file(s) modified...

Original comment by bugdro...@chromium.org on 16 Mar 2015 at 5:35

GoogleCodeExporter commented 9 years ago
Project: angle/angle
Branch : master
Author : Jamie Madill <jmadill@chromium.org>
Commit : 64a3b2a92fe3bbd28972638e6759fae0b98d81b9

Code-Review  0 : Corentin Wallez, Jamie Madill
Code-Review  +2: Geoff Lang
Verified     0 : Corentin Wallez, Geoff Lang
Verified     +1: Jamie Madill
Commit Queue   : Chumped
Change-Id      : I82bff1760e681987fb26e479734aa62fb845898a
Reviewed-at    : https://chromium-review.googlesource.com/260362

Move the ANGLE tests project to src/

*re-land with fix for Chromium build*

BUG=angleproject:945

.gitignore
DEPS
build/ANGLE.gyp
build/common.gypi
build/common_defines.gypi
build/gyp_angle
src/libANGLE/Config_unittest.cpp
src/libANGLE/Fence_unittest.cpp
src/libANGLE/ImageIndexIterator_unittest.cpp
src/libANGLE/Surface_unittest.cpp
src/libANGLE/TransformFeedback_unittest.cpp
src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow_unittest.cpp
src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow_unittest.cpp
src/tests/WebGL-CTS-known-failures.txt
src/tests/angle_end2end_tests.gypi
src/tests/angle_end2end_tests_main.cpp
src/tests/angle_unittests.gypi
src/tests/angle_unittests_main.cpp
src/tests/compiler_tests/API_test.cpp
src/tests/compiler_tests/CollectVariables_test.cpp
src/tests/compiler_tests/ConstantFolding_test.cpp
src/tests/compiler_tests/DebugShaderPrecision_test.cpp
src/tests/compiler_tests/ExpressionLimit_test.cpp
src/tests/compiler_tests/NV_draw_buffers_test.cpp
src/tests/compiler_tests/ShaderExtension_test.cpp
src/tests/compiler_tests/ShaderVariable_test.cpp
src/tests/compiler_tests/TypeTracking_test.cpp
src/tests/compiler_tests/VariablePacker_test.cpp
src/tests/compiler_tests/compiler_tests.gypi
src/tests/deqp_tests/deqp_test_main.cpp
src/tests/deqp_tests/deqp_tests.cpp
src/tests/deqp_tests/deqp_tests.h
src/tests/deqp_tests/deqp_tests.txt
src/tests/deqp_tests/generate_deqp_tests.py
src/tests/end2end_tests/ANGLETest.cpp
src/tests/end2end_tests/ANGLETest.h
src/tests/end2end_tests/BindTexImageTest.cpp
src/tests/end2end_tests/BlendMinMaxTest.cpp
src/tests/end2end_tests/BlitFramebufferANGLETest.cpp
src/tests/end2end_tests/BufferDataTest.cpp
src/tests/end2end_tests/ClearTest.cpp
src/tests/end2end_tests/CompressedTextureTest.cpp
src/tests/end2end_tests/CubeMapTextureTest.cpp
src/tests/end2end_tests/DepthStencilFormatsTest.cpp
src/tests/end2end_tests/DrawBuffersTest.cpp
src/tests/end2end_tests/FramebufferFormatsTest.cpp
src/tests/end2end_tests/GLSLTest.cpp
src/tests/end2end_tests/IncompleteTextureTest.cpp
src/tests/end2end_tests/IndexedPointsTest.cpp
src/tests/end2end_tests/InstancingTest.cpp
... and 95 more file(s) modified...

Original comment by bugdro...@chromium.org on 16 Mar 2015 at 9:03

GoogleCodeExporter commented 9 years ago
Project: angle/angle
Branch : master
Author : Jamie Madill <jmadill@chromium.org>
Commit : 559a2e8cdc911d2624c3fb84aaca8c4c0b386985

Code-Review  0 : Jamie Madill
Code-Review  +2: Geoff Lang
Verified     0 : Geoff Lang
Verified     +1: Jamie Madill
Commit Queue   : Chumped
Change-Id      : I3c64e2edc776c299791440f65f22450855eb6dfa
Reviewed-at    : https://chromium-review.googlesource.com/260448

Move the ANGLE tests project to src/

*re-re-land with fix for Chrome's angle tests*

BUG=angleproject:945

.gitignore
DEPS
build/ANGLE.gyp
build/common.gypi
build/common_defines.gypi
build/gyp_angle
src/libANGLE/Config_unittest.cpp
src/libANGLE/Fence_unittest.cpp
src/libANGLE/ImageIndexIterator_unittest.cpp
src/libANGLE/Surface_unittest.cpp
src/libANGLE/TransformFeedback_unittest.cpp
src/libANGLE/renderer/d3d/d3d11/winrt/CoreWindowNativeWindow_unittest.cpp
src/libANGLE/renderer/d3d/d3d11/winrt/SwapChainPanelNativeWindow_unittest.cpp
src/tests/WebGL-CTS-known-failures.txt
src/tests/angle_end2end_tests.gypi
src/tests/angle_end2end_tests_main.cpp
src/tests/angle_unittests.gypi
src/tests/angle_unittests_main.cpp
src/tests/compiler_tests/API_test.cpp
src/tests/compiler_tests/CollectVariables_test.cpp
src/tests/compiler_tests/ConstantFolding_test.cpp
src/tests/compiler_tests/DebugShaderPrecision_test.cpp
src/tests/compiler_tests/ExpressionLimit_test.cpp
src/tests/compiler_tests/NV_draw_buffers_test.cpp
src/tests/compiler_tests/ShaderExtension_test.cpp
src/tests/compiler_tests/ShaderVariable_test.cpp
src/tests/compiler_tests/TypeTracking_test.cpp
src/tests/compiler_tests/VariablePacker_test.cpp
src/tests/compiler_tests/compiler_tests.gypi
src/tests/deqp_tests/deqp_test_main.cpp
src/tests/deqp_tests/deqp_tests.cpp
src/tests/deqp_tests/deqp_tests.h
src/tests/deqp_tests/deqp_tests.txt
src/tests/deqp_tests/generate_deqp_tests.py
src/tests/end2end_tests/ANGLETest.cpp
src/tests/end2end_tests/ANGLETest.h
src/tests/end2end_tests/BindTexImageTest.cpp
src/tests/end2end_tests/BlendMinMaxTest.cpp
src/tests/end2end_tests/BlitFramebufferANGLETest.cpp
src/tests/end2end_tests/BufferDataTest.cpp
src/tests/end2end_tests/ClearTest.cpp
src/tests/end2end_tests/CompressedTextureTest.cpp
src/tests/end2end_tests/CubeMapTextureTest.cpp
src/tests/end2end_tests/DepthStencilFormatsTest.cpp
src/tests/end2end_tests/DrawBuffersTest.cpp
src/tests/end2end_tests/FramebufferFormatsTest.cpp
src/tests/end2end_tests/GLSLTest.cpp
src/tests/end2end_tests/IncompleteTextureTest.cpp
src/tests/end2end_tests/IndexedPointsTest.cpp
src/tests/end2end_tests/InstancingTest.cpp
... and 96 more file(s) modified...

Original comment by bugdro...@chromium.org on 16 Mar 2015 at 9:39

GoogleCodeExporter commented 9 years ago

Original comment by jmad...@chromium.org on 23 Mar 2015 at 7:35