Commit cd83a2f2 by Geoff Lang

Disable the MipMapTests on D3D11 FL 9.3.

Change-Id: Ibcb72f7b1aabcd98c4bebd91c3a57f5ba57eac3a Reviewed-on: https://chromium-review.googlesource.com/242850Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 62815bf4
#include "ANGLETest.h" #include "ANGLETest.h"
// Use this to select which configurations (e.g. which renderer, which GLES major version) these tests should be run against. // Use this to select which configurations (e.g. which renderer, which GLES major version) these tests should be run against.
ANGLE_TYPED_TEST_CASE(MipmapTest, ES2_D3D9, ES2_D3D11, ES2_D3D11_FL9_3); ANGLE_TYPED_TEST_CASE(MipmapTest, ES2_D3D9, ES2_D3D11);
ANGLE_TYPED_TEST_CASE(MipmapTestES3, ES3_D3D11); ANGLE_TYPED_TEST_CASE(MipmapTestES3, ES3_D3D11);
template<typename T> template<typename T>
......
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