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
699eb8cd
Commit
699eb8cd
authored
Jan 25, 2019
by
Matteo Bruni
Committed by
Alexandre Julliard
Jan 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9/tests: Avoid some 64-bit test failures.
Signed-off-by:
Matteo Bruni
<
mbruni@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
dba1304b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
math.c
dlls/d3dx9_36/tests/math.c
+3
-3
No files found.
dlls/d3dx9_36/tests/math.c
View file @
699eb8cd
...
...
@@ -1093,16 +1093,16 @@ static void D3DXQuaternionTest(void)
expectedquat
.
x
=
7
.
121285
f
;
expectedquat
.
y
=
2
.
159964
f
;
expectedquat
.
z
=
-
3
.
855094
f
;
expectedquat
.
w
=
5
.
362844
f
;
expect_quaternion
(
&
expectedquat
,
&
gotquat
,
2
);
expectedquat
.
x
=
-
1113
.
492920
f
;
expectedquat
.
y
=
82
.
679260
f
;
expectedquat
.
z
=
-
6
.
696645
f
;
expectedquat
.
w
=
-
4
.
090050
f
;
expect_quaternion
(
&
expectedquat
,
&
Nq
,
2
);
expect_quaternion
(
&
expectedquat
,
&
Nq
,
4
);
expectedquat
.
x
=
-
1111
.
0
f
;
expectedquat
.
y
=
111
.
0
f
;
expectedquat
.
z
=
-
11
.
0
f
;
expectedquat
.
w
=
1
.
0
f
;
expect_quaternion
(
&
expectedquat
,
&
Nq1
,
0
);
gotquat
=
s
;
D3DXQuaternionSquadSetup
(
&
gotquat
,
&
Nq
,
&
Nq1
,
&
r
,
&
gotquat
,
&
t
,
&
u
);
expectedquat
.
x
=
-
1113
.
492920
f
;
expectedquat
.
y
=
82
.
679260
f
;
expectedquat
.
z
=
-
6
.
696645
f
;
expectedquat
.
w
=
-
4
.
090050
f
;
expect_quaternion
(
&
expectedquat
,
&
Nq
,
2
);
expect_quaternion
(
&
expectedquat
,
&
Nq
,
4
);
Nq1
=
u
;
D3DXQuaternionSquadSetup
(
&
gotquat
,
&
Nq
,
&
Nq1
,
&
r
,
&
s
,
&
t
,
&
Nq1
);
expect_quaternion
(
&
expectedquat
,
&
Nq
,
2
);
expect_quaternion
(
&
expectedquat
,
&
Nq
,
4
);
r
.
x
=
0
.
2
f
;
r
.
y
=
0
.
3
f
;
r
.
z
=
1
.
3
f
;
r
.
w
=
-
0
.
6
f
;
s
.
x
=
-
3
.
0
f
;
s
.
y
=-
2
.
0
f
;
s
.
z
=
4
.
0
f
;
s
.
w
=
0
.
2
f
;
t
.
x
=
0
.
4
f
;
t
.
y
=
8
.
3
f
;
t
.
z
=
-
3
.
1
f
;
t
.
w
=
-
2
.
7
f
;
...
...
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