Commit e9e4c7f7 by Jamie Madill

Roll dEQP 9b4161..554adf1.

Includes some tests for EXT_debug_marker https://android.googlesource.com/platform/external/deqp/+log/9b4161..554adf1 BUG=None Change-Id: I911fcb5577caefaa1fe3479445146a2b3f819124 Reviewed-on: https://chromium-review.googlesource.com/277140Reviewed-by: 's avatarAustin Kinross <aukinros@microsoft.com> Reviewed-by: 's avatarKenneth Russell <kbr@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 3f6096b7
...@@ -11,7 +11,7 @@ deps = { ...@@ -11,7 +11,7 @@ deps = {
"http://chromium.googlesource.com/external/googlemock.git@b2cb211e49d872101d991201362d7b97d7d69910", "http://chromium.googlesource.com/external/googlemock.git@b2cb211e49d872101d991201362d7b97d7d69910",
"src/tests/third_party/deqp": "src/tests/third_party/deqp":
"https://android.googlesource.com/platform/external/deqp@9b4161daf7defa4d0ee7e88df886b284d1becf43", "https://android.googlesource.com/platform/external/deqp@554adf152573fb579d0cbc68d3c1395e5ee94391",
"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",
......
...@@ -105,6 +105,8 @@ ...@@ -105,6 +105,8 @@
'<(deqp_dir)/modules/gles2/functional/es2fClippingTests.hpp', '<(deqp_dir)/modules/gles2/functional/es2fClippingTests.hpp',
'<(deqp_dir)/modules/gles2/functional/es2fColorClearTest.cpp', '<(deqp_dir)/modules/gles2/functional/es2fColorClearTest.cpp',
'<(deqp_dir)/modules/gles2/functional/es2fColorClearTest.hpp', '<(deqp_dir)/modules/gles2/functional/es2fColorClearTest.hpp',
'<(deqp_dir)/modules/gles2/functional/es2fDebugMarkerTests.cpp',
'<(deqp_dir)/modules/gles2/functional/es2fDebugMarkerTests.hpp',
'<(deqp_dir)/modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp', '<(deqp_dir)/modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp',
'<(deqp_dir)/modules/gles2/functional/es2fDefaultVertexAttributeTests.hpp', '<(deqp_dir)/modules/gles2/functional/es2fDefaultVertexAttributeTests.hpp',
'<(deqp_dir)/modules/gles2/functional/es2fDepthRangeTests.cpp', '<(deqp_dir)/modules/gles2/functional/es2fDepthRangeTests.cpp',
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
// TODO(jmadill): triage these into temporary and permananet suppressions // TODO(jmadill): triage these into temporary and permananet suppressions
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.basic.identifier_with_double_underscore_vertex = FAIL 989 WIN : dEQP-GLES2.functional.shaders.preprocessor.basic.identifier_with_double_underscore_vertex = FAIL
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.basic.identifier_with_double_underscore_fragment = FAIL 989 WIN : dEQP-GLES2.functional.shaders.preprocessor.basic.identifier_with_double_underscore_fragment = FAIL
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.pragmas.invalid_pragma_invalid_* = FAIL
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.pragmas.pragma_unrecognized_* = FAIL
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.predefined_macros.line_2_vertex = FAIL 989 WIN : dEQP-GLES2.functional.shaders.preprocessor.predefined_macros.line_2_vertex = FAIL
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.predefined_macros.line_2_fragment = FAIL 989 WIN : dEQP-GLES2.functional.shaders.preprocessor.predefined_macros.line_2_fragment = FAIL
989 WIN : dEQP-GLES2.functional.shaders.preprocessor.conditional_inclusion.basic_2_vertex = FAIL 989 WIN : dEQP-GLES2.functional.shaders.preprocessor.conditional_inclusion.basic_2_vertex = FAIL
......
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