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
08637ac3
Commit
08637ac3
authored
Feb 24, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 24, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32/tests: Use win_skip() to skip over unimplemented functionality.
parent
77a3cffb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
opengl.c
dlls/opengl32/tests/opengl.c
+3
-3
No files found.
dlls/opengl32/tests/opengl.c
View file @
08637ac3
...
...
@@ -311,7 +311,7 @@ static void test_colorbits(HDC hdc)
if
(
!
pwglChoosePixelFormatARB
)
{
skip
(
"wglChoosePixelFormatARB is not available
\n
"
);
win_
skip
(
"wglChoosePixelFormatARB is not available
\n
"
);
return
;
}
...
...
@@ -345,7 +345,7 @@ static void test_gdi_dbuf(HDC hdc)
if
(
!
pwglGetPixelFormatAttribivARB
)
{
skip
(
"wglGetPixelFormatAttribivARB is not available
\n
"
);
win_
skip
(
"wglGetPixelFormatAttribivARB is not available
\n
"
);
return
;
}
...
...
@@ -595,7 +595,7 @@ START_TEST(opengl)
/* The lack of wglGetExtensionsStringARB in general means broken software rendering or the lack of decent OpenGL support, skip tests in such cases */
if
(
!
pwglGetExtensionsStringARB
)
{
skip
(
"wglGetExtensionsStringARB is not available
\n
"
);
win_
skip
(
"wglGetExtensionsStringARB is not available
\n
"
);
return
;
}
...
...
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