projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f6d79
)
[GDI32_APITEST]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 4 Apr 2015 13:35:19 +0000
(13:35 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sat, 4 Apr 2015 13:35:19 +0000
(13:35 +0000)
Disable the 7.5 million tests, that make our testbot print failure message forever.
svn path=/trunk/; revision=67043
rostests/apitests/gdi32/ExtCreatePen.c
patch
|
blob
|
history
diff --git
a/rostests/apitests/gdi32/ExtCreatePen.c
b/rostests/apitests/gdi32/ExtCreatePen.c
index
1876cb8
..
5901194
100644
(file)
--- a/
rostests/apitests/gdi32/ExtCreatePen.c
+++ b/
rostests/apitests/gdi32/ExtCreatePen.c
@@
-538,6
+538,6
@@
void Test_ExtCreatePen_Params2()
START_TEST(ExtCreatePen)
{
Test_ExtCreatePen_Params();
- Test_ExtCreatePen_Params2();
+
//
Test_ExtCreatePen_Params2();
}