Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5bd0070a
Commit
5bd0070a
authored
May 21, 2012
by
Józef Kucia
Committed by
Alexandre Julliard
May 22, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9/tests: Remove d3d9 test from d3dx9 tests.
parent
dc53f018
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
texture.c
dlls/d3dx9_36/tests/texture.c
+0
-3
No files found.
dlls/d3dx9_36/tests/texture.c
View file @
5bd0070a
...
...
@@ -1329,9 +1329,6 @@ static void test_D3DXCreateCubeTextureFromFileInMemory(IDirect3DDevice9 *device)
ok
(
surface_desc
.
Width
==
4
,
"Got width %u, expected 4
\n
"
,
surface_desc
.
Width
);
ok
(
surface_desc
.
Height
==
4
,
"Got height %u, expected 4
\n
"
,
surface_desc
.
Height
);
hr
=
IDirect3DCubeTexture9_GetLevelDesc
(
cube_texture
,
3
,
&
surface_desc
);
todo_wine
ok
(
hr
==
D3DERR_INVALIDCALL
,
"GetLevelDesc returned %#x, expected %#x
\n
"
,
hr
,
D3DERR_INVALIDCALL
);
ref
=
IDirect3DCubeTexture9_Release
(
cube_texture
);
ok
(
ref
==
0
,
"Invalid reference count. Got %u, expected 0
\n
"
,
ref
);
}
else
skip
(
"Couldn't create cube texture
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment