Commit d5008157 by Jamie Madill

Roll dEQP.

BUG=angleproject:998 Change-Id: I35067bd5ed2919f918a1f1b93bef0feb934c838d Reviewed-on: https://chromium-review.googlesource.com/270120Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent fa05f607
...@@ -11,7 +11,7 @@ deps = { ...@@ -11,7 +11,7 @@ deps = {
"http://googlemock.googlecode.com/svn/trunk@410", "http://googlemock.googlecode.com/svn/trunk@410",
"src/tests/third_party/deqp": "src/tests/third_party/deqp":
"https://android.googlesource.com/platform/external/deqp@c7661bcd3bcec04b1abf6c3b290c4150db565604", "https://android.googlesource.com/platform/external/deqp@d0cd12e34181184fcb63238790f93bda2313195a",
"src/tests/third_party/libpng": "src/tests/third_party/libpng":
"https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c", "https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c",
......
...@@ -284,8 +284,6 @@ ...@@ -284,8 +284,6 @@
'<(deqp_dir)/modules/gles2/tes2InfoTests.hpp', '<(deqp_dir)/modules/gles2/tes2InfoTests.hpp',
'<(deqp_dir)/modules/gles2/tes2TestCase.cpp', '<(deqp_dir)/modules/gles2/tes2TestCase.cpp',
'<(deqp_dir)/modules/gles2/tes2TestCase.hpp', '<(deqp_dir)/modules/gles2/tes2TestCase.hpp',
'<(deqp_dir)/modules/gles2/tes2TestCaseWrapper.cpp',
'<(deqp_dir)/modules/gles2/tes2TestCaseWrapper.hpp',
'<(deqp_dir)/modules/gles2/tes2TestPackage.cpp', '<(deqp_dir)/modules/gles2/tes2TestPackage.cpp',
'<(deqp_dir)/modules/gles2/tes2TestPackage.hpp', '<(deqp_dir)/modules/gles2/tes2TestPackage.hpp',
'<(deqp_dir)/modules/gles2/tes2TestPackageEntry.cpp', '<(deqp_dir)/modules/gles2/tes2TestPackageEntry.cpp',
...@@ -326,6 +324,8 @@ ...@@ -326,6 +324,8 @@
'<(deqp_dir)/modules/gles3/functional/es3fColorClearTest.hpp', '<(deqp_dir)/modules/gles3/functional/es3fColorClearTest.hpp',
'<(deqp_dir)/modules/gles3/functional/es3fCompressedTextureTests.cpp', '<(deqp_dir)/modules/gles3/functional/es3fCompressedTextureTests.cpp',
'<(deqp_dir)/modules/gles3/functional/es3fCompressedTextureTests.hpp', '<(deqp_dir)/modules/gles3/functional/es3fCompressedTextureTests.hpp',
'<(deqp_dir)/modules/gles3/functional/es3fDefaultVertexArrayObjectTests.cpp',
'<(deqp_dir)/modules/gles3/functional/es3fDefaultVertexArrayObjectTests.hpp',
'<(deqp_dir)/modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp', '<(deqp_dir)/modules/gles3/functional/es3fDefaultVertexAttributeTests.cpp',
'<(deqp_dir)/modules/gles3/functional/es3fDefaultVertexAttributeTests.hpp', '<(deqp_dir)/modules/gles3/functional/es3fDefaultVertexAttributeTests.hpp',
'<(deqp_dir)/modules/gles3/functional/es3fDepthStencilClearTests.cpp', '<(deqp_dir)/modules/gles3/functional/es3fDepthStencilClearTests.cpp',
...@@ -564,8 +564,6 @@ ...@@ -564,8 +564,6 @@
'<(deqp_dir)/modules/gles3/tes3InfoTests.hpp', '<(deqp_dir)/modules/gles3/tes3InfoTests.hpp',
'<(deqp_dir)/modules/gles3/tes3TestCase.cpp', '<(deqp_dir)/modules/gles3/tes3TestCase.cpp',
'<(deqp_dir)/modules/gles3/tes3TestCase.hpp', '<(deqp_dir)/modules/gles3/tes3TestCase.hpp',
'<(deqp_dir)/modules/gles3/tes3TestCaseWrapper.cpp',
'<(deqp_dir)/modules/gles3/tes3TestCaseWrapper.hpp',
'<(deqp_dir)/modules/gles3/tes3TestPackage.cpp', '<(deqp_dir)/modules/gles3/tes3TestPackage.cpp',
'<(deqp_dir)/modules/gles3/tes3TestPackage.hpp', '<(deqp_dir)/modules/gles3/tes3TestPackage.hpp',
'<(deqp_dir)/modules/gles3/tes3TestPackageEntry.cpp', '<(deqp_dir)/modules/gles3/tes3TestPackageEntry.cpp',
...@@ -846,11 +844,12 @@ ...@@ -846,11 +844,12 @@
'<(deqp_dir)/framework/common/tcuStringTemplate.cpp', '<(deqp_dir)/framework/common/tcuStringTemplate.cpp',
'<(deqp_dir)/framework/common/tcuSurface.cpp', '<(deqp_dir)/framework/common/tcuSurface.cpp',
'<(deqp_dir)/framework/common/tcuTestCase.cpp', '<(deqp_dir)/framework/common/tcuTestCase.cpp',
'<(deqp_dir)/framework/common/tcuTestCaseWrapper.cpp',
'<(deqp_dir)/framework/common/tcuTestContext.cpp', '<(deqp_dir)/framework/common/tcuTestContext.cpp',
'<(deqp_dir)/framework/common/tcuTestExecutor.cpp', '<(deqp_dir)/framework/common/tcuTestHierarchyIterator.cpp',
'<(deqp_dir)/framework/common/tcuTestHierarchyUtil.cpp',
'<(deqp_dir)/framework/common/tcuTestLog.cpp', '<(deqp_dir)/framework/common/tcuTestLog.cpp',
'<(deqp_dir)/framework/common/tcuTestPackage.cpp', '<(deqp_dir)/framework/common/tcuTestPackage.cpp',
'<(deqp_dir)/framework/common/tcuTestSessionExecutor.cpp',
'<(deqp_dir)/framework/common/tcuTexCompareVerifier.cpp', '<(deqp_dir)/framework/common/tcuTexCompareVerifier.cpp',
'<(deqp_dir)/framework/common/tcuTexLookupVerifier.cpp', '<(deqp_dir)/framework/common/tcuTexLookupVerifier.cpp',
'<(deqp_dir)/framework/common/tcuTexture.cpp', '<(deqp_dir)/framework/common/tcuTexture.cpp',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment