This adds the Microsoft Basic Render Driver to our "bad hardware" list so that we don't use that pipeline there. We have at least the one test that fails there and I am not sure we get any benefit from this. I'm sure Microsoft need to provide for apps that have only a D3D option, but that isn't the JDK case.
FYI there was a PR a while back about problem listing that failing test : https://github.com/openjdk/jdk/pull/5930 but we don't need to do that with this change - nor worry about similar problems with other tests. ------------- Commit messages: - 8275303 Changes: https://git.openjdk.java.net/jdk/pull/8797/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8797&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8275303 Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod Patch: https://git.openjdk.java.net/jdk/pull/8797.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/8797/head:pull/8797 PR: https://git.openjdk.java.net/jdk/pull/8797