Joachim Henze
ae574e16f8
[WINETESTS] Workaround crashes in riched20:richole on VBox/KVM bots CORE-16799
...
The crashes began when those tests were synced to Wine Staging 4.18 in
0.4.14-dev-419-g 76cf09cfea
WHS 2k3sp2 Before the revert implies the tests were actually ok:
https://reactos.org/testman/compare.php?ids=77492
Disabling some of the tests is very unsatisfying of course,
but at least allows us to observe again
the results of the other tests from that suite.
VBox https://reactos.org/testman/compare.php?ids=77504,77506
KVM https://reactos.org/testman/compare.php?ids=77502,77505
2021-06-04 20:04:20 +02:00
Serge Gautherie
eba00d1b5e
[CMAKE] winetests/: Move '/wd4334' to 3 sub-modules only
...
Addendum to 42d2d5e
.
2021-05-12 12:50:48 +02:00
Serge Gautherie
03e824641e
[CMAKE] winetests/: Move '/wd4101' to kernel32/ only
...
Also add matching remove_target_compile_option().
Addendum to 42d2d5e
.
2021-05-11 14:13:21 +02:00
Jérôme Gardou
e470b58376
[REACTOS] Explicitly link against pseh & include pseh headers in a few places
2021-04-28 13:10:23 +02:00
Serge Gautherie
db416e3914
[REACTOS] InitImageList(): Fix error checks
...
And simplify code a bit.
2021-04-24 20:35:48 +02:00
Serge Gautherie
7d77ec28f7
[CMAKE] winetests/: Move '/wd4133' to gdiplus/ only
...
Addendum to 42d2d5e
.
CORE-7538
2021-04-16 15:00:03 +03:00
Victor Perevertkin
74ec94e12c
[CMAKE] Some options are only supported by GCC, don't use them for clang
...
These are (so far):
-Wno-format-overflow
-Wno-nonnull-compare
-Wno-old-style-declaration
-Wno-unused-but-set-variable
2021-04-09 03:58:19 +03:00
Jérôme Gardou
c4232ae995
[CMAKE] Fix a file name
2021-04-08 15:35:22 +02:00
Serge Gautherie
55b93aecdc
[CMAKE] target_compile_definitions() calls: Remove (now) useless '-D' ( #3490 )
...
Documented as automatically removed, since CMake 3.12.4 at least.
https://cmake.org/cmake/help/v3.12/command/target_compile_definitions.html
2021-03-03 04:16:02 +01:00
Victor Perevertkin
fc2b105e5d
[CMAKE] Use remove_target_compile_option when disabling manually enabled warnings
2021-03-03 06:04:25 +03:00
winesync
0e1975b6aa
[WINESYNC] d3dx9_36: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh.
...
This patch fixes last problem of bug 32572.
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:07 +01:00
winesync
5687b22005
[WINESYNC] d3dx9_36: Add semi-stub for D3DXOptimizeVertices.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:07 +01:00
winesync
81b6936ac8
[WINESYNC] d3dx9_36/tests: Add additional tests for special cases.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:07 +01:00
winesync
51b19f6605
[WINESYNC] d3dx9_36/tests: Add initial tests for D3DXDisassembleShader.
...
wine-staging patch by Sebastian Lackner <sebastian@fds-team.de>
2021-02-04 16:37:07 +01:00
winesync
62f40620f1
[WINESYNC] d3dx9_36: Improve stub for ID3DXEffectImpl_CloneEffect.
...
wine-staging patch by Sebastian Lackner <sebastian@fds-team.de>
2021-02-04 16:37:07 +01:00
winesync
7a64c4dcc9
[WINESYNC] d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImageInfoFromFileInMemory for 32 bpp BMP with alpha.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:07 +01:00
winesync
31f063ffbf
[WINESYNC] d3dx9: Don't release textures when D3DXSPRITE_DO_NOT_ADDREF_TEXTURE is specified.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 9eda5c043047fd117441473651b2089b80a4ed80 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:07 +01:00
winesync
fe25fbb5fe
[WINESYNC] d3dx9/tests: Use wide-char string literals.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id bffe111672972cb26c319c029ca469520742c720 by Michael Stefaniuc <mstefani@winehq.org>
2021-02-04 16:37:07 +01:00
winesync
868f57e6b2
[WINESYNC] d3dx9: Simplify D3DXSphereBoundProbe() a bit.
...
Spurred by a patch by Alex Henrie.
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 18ae539c914a9b5a89f63d8cf9c2a21273eccc6c by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:07 +01:00
winesync
4c48bb18fd
[WINESYNC] d3dx9/tests: Add a few D3DXLoadSurfaceFromSurface() tests with different rects.
...
Signed-off-by: Robin Kertels <robin.kertels@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id ea7cf679150f790d2e375d99ee226ea4881b490a by Robin Kertels <robin.kertels@gmail.com>
2021-02-04 16:37:07 +01:00
winesync
4d0164c0a0
[WINESYNC] d3dx9: Implement ID3DXSkinInfo_Clone().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48779
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 35a4093eff75e5bf7fee0dc8d2a708d960b03768 by Gijs Vermeulen <gijsvrm@gmail.com>
2021-02-04 16:37:06 +01:00
winesync
48f365863f
[WINESYNC] d3dx9/tests: Remove useless '\n' within some ok() messages.
...
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id c1cf13a7512387885616684130b605a7640f5187 by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:06 +01:00
winesync
20ea1bf125
[WINESYNC] d3dx9: Add support for D3DFMT_P8 in DDS files.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48731
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id bb222133a81581622c88c0d34534bc88a556f1f2 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2021-02-04 16:37:06 +01:00
winesync
4ff131d352
[WINESYNC] d3dx9: Handle horizontal alignment in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id d511853d45bc3302b2a4501b1aa0097a4e78b3d9 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
69ca9a5852
[WINESYNC] d3dx9: Handle vertical alignment in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id fd9808b45af4bf4c6771fe2932e3169cb193bf44 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
1697b87434
[WINESYNC] d3dx9/tests: Introduce compare_uint().
...
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 9bcb1f5195d1e65e0e7afb288d36fee716fe3a60 by Henri Verbeet <hverbeet@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
cf5abba9d8
[WINESYNC] d3dx9: Add two more DT_SINGLELINE tests.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 787d98f47ce7254dda7f644fa6d033fe1776ae38 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
0319347754
[WINESYNC] d3dx9: Handle DT_CALCRECT in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 143a2a30f89dfc79cc2a49cd34af6fd587ce3f69 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
1dfbf16fa6
[WINESYNC] d3dx9: Handle DT_SINGLELINE in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 333687f522730befb8c64d297dc52f654e53a744 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
806fe486fb
[WINESYNC] d3dx9: Handle word breaks in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id e6a1116c2a3b196dea496f77747209f67982652c by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
818c9f88b0
[WINESYNC] d3dx9: Handle clipping in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 6da3e904a1efc921030fdbe34070b981bf57524c by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
9363eac228
[WINESYNC] d3dx9: Handle newlines in ID3DXFont_DrawText.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 330c3f9108191feb6eb888384befb5cb54645233 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:06 +01:00
winesync
928ed97d6c
[WINESYNC] d3dx9: Add a very basic ID3DXFont_DrawText implementation.
...
Based on a patch by Tony Wasserka.
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 316a8d0ae11ae1a9654bc731d2c9dc23febc7a2d by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
aa86f68321
[WINESYNC] d3dx9: Implement ID3DXFont_PreloadText.
...
Based on a patch by Tony Wasserka.
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id cc03400e322edea97f0e425c04cd9069f77b4c9f by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
ea944e7a9e
[WINESYNC] d3dx9: Implement ID3DXFont_GetGlyphData.
...
Based on a patch by Tony Wasserka.
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id e9ea8a05e54f1c950e5c15979d1393ad013402b1 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
541dbf1b36
[WINESYNC] d3dx9: Implement ID3DXFont_PreloadGlyphs.
...
Based on a patch by Tony Wasserka.
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id ac5687463700b070fc1eecca67c4a46ec15127fa by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
921935dfd6
[WINESYNC] d3dx9/tests: Add more ID3DXFont_DrawTextW tests.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id e0ce80561bf046c9dc7837e1c7f3c999f18b0361 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
ed10b8bf3e
[WINESYNC] d3dx9: Implement D3DXCreateKeyframedAnimationSet.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45481
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 0854a7eab7ac69057a3bf8c44ef90ce18497d964 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2021-02-04 16:37:05 +01:00
winesync
44db8b970b
[WINESYNC] d3dx9: Support D3DFMT_X8L8V8U8 in DDS files.
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 06918ba76bdc109e59fdc1d8ee00c46f6857bbd2 by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:05 +01:00
winesync
018206caed
[WINESYNC] d3dx9/tests: Add some more ID3DXFont tests.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id ef889fe654e8bef81c009b93501b6c0411cd8354 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
79f2110191
[WINESYNC] d3dx9/tests: Add some tests for ID3DXFont_DrawText().
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id db7539f9f3ead16cb94ff03c2b8f9ca11b44a253 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2021-02-04 16:37:05 +01:00
winesync
ecb1218ae7
[WINESYNC] d3dx9/tests: Get rid of redundant handling for D3DXCreateFontA() failures.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id da62db437aca4a434ab88297ac78cbcd83f6152e by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
c483241e11
[WINESYNC] d3dx9/tests: Use Tahoma in all font tests.
...
Signed-off-by: Sven Baars <sbaars@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 2465220a0c93f8e55948061772c2a39fb5753bd9 by Sven Baars <sbaars@codeweavers.com>
2021-02-04 16:37:05 +01:00
winesync
02ca94672b
[WINESYNC] d3dx9_36/tests: Fix some constant conversion warnings.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 863da013a216bb50b925bbb9e3987b21206fb782 by Alexandre Julliard <julliard@winehq.org>
2021-02-04 16:37:05 +01:00
winesync
185fe9cdeb
[WINESYNC] d3dx9: Implement D3DXCreateFragmentLinker[Ex]().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38086
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id fd06827bca416dfec8835f109834ad0729c996a8 by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2021-02-04 16:37:05 +01:00
winesync
0336f97838
[WINESYNC] d3dx9: Implement d3dx_effect_ApplyParameterBlock().
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id e28888c9fe504f75d985e34a2c271f43abd95497 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:05 +01:00
winesync
7175721b38
[WINESYNC] d3dx9: Implement recording parameters to parameter block.
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 7d512a1e0ef58fad25e53af5316d445cb0cfc5e7 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
3c1a652221
[WINESYNC] d3dx9: Implement d3dx_effect_DeleteParameterBlock().
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id f65e4854e37355a946b6e017a2cd595a1ddceb38 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
7bc8c981ac
[WINESYNC] d3dx9: Implement d3dx_effect_EndParameterBlock().
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id fd47b684487bab4664a31a3b670783b6d1a5aca3 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
76955cb6aa
[WINESYNC] d3dx9: Implement d3dx_effect_BeginParameterBlock().
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id e281ba4db6654850caf713ab09aa6a2057e1d064 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
db6d1a41d0
[WINESYNC] d3dx9/tests: Test ApplyParameterBlock() while recording.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 85d3ad879d5b13f7fce378009aaf80b419ad6185 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
724c4406aa
[WINESYNC] d3dx9/tests: Add test for effect parameter block.
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 61ee765aa0ec0d0e478a9f82d73e602ea71419c2 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
ed59f01229
[WINESYNC] d3dx9: Use check_texture_requirements() in D3DXCheckVolumeTextureRequirements() with correct resource type.
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 0b03d21c8f89b3f9dbd68ac849f9923197095eb5 by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
4053a5ada3
[WINESYNC] d3dx9: Don't pass usage flags for staging texture in D3DXCreateCubeTextureFromFileInMemoryEx().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47974
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id a0840773f7ee00dc9373b4db825fec68d08ee53b by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
03f8174d97
[WINESYNC] d3dx9: Correctly align texture dimensions to block size in D3DXCheckTextureRequirements().
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id f6f90daa3117cf493e0815c42bb0fa1740d31308 by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:04 +01:00
winesync
4198c58dca
[WINESYNC] d3dx9: Compute the correct source rect in D3DXLoadSurfaceFromFileInMemory().
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id f934ef1a14108aa535e76900b29cba0dd8253f80 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
e219194369
[WINESYNC] d3dx9: Implement DXTn compression for offset destination rect.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id a838e144dcaa55e227d7e99566a59f7a31d97227 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
38d868820a
[WINESYNC] d3dx9: Handle non-zero source rect position in D3DXLoadSurfaceFromMemory().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41936
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 88d8ae383932ad1c292c74da7dcc19f00d8423f7 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
8c85a63a2b
[WINESYNC] d3dx9: Move the source rect alignment check into the condition for simple copy.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id a9c158b72aae1efed159d40fde086cdc608bc62e by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
bbf66db254
[WINESYNC] d3dx9/tests: Improve tests to check for DXTn fallback formats.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id d2f3fc03cb1dbcae77e199f3fd8eb2ccf419cfa5 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
882cc57c66
[WINESYNC] d3dx9: Handle compressed surfaces in D3DXLoadSurfaceFromMemory.
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=24983
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 376182062ff1ab8e7835fd67bc650da83c2cc75d by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
fb4694d510
[WINESYNC] d3dx9/tests: Add even more tests for misaligned block textures.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 5472b8b98332400a7ad434ed94bed82b21f622fe by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
7715799cbd
[WINESYNC] d3dx9/tests: Add more tests loading misaligned block textures.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id c29f770e8bf1da56856b457cf92221e88f6323d4 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
8a753b054f
[WINESYNC] d3dx9/tests: Add a test with a larger DXT5 texture.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id b7656110e6e83866a33418bc6b48984632010e00 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
7cf0e71b4f
[WINESYNC] d3dx9/tests: Add a test for loading a texture smaller than the block size.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 426d6776cff537e36bdb7c0fb7963a74e4a3251e by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
7b66aec721
[WINESYNC] d3dx9/tests: Add a test for loading surfaces not divisible by the block size.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 7f39c726fc91d84d4b26241c3a031381ad9e59cb by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
8cce0b9007
[WINESYNC] d3dx9_36/tests: Spelling fixes in ok() messages.
...
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 92c00c51b21594987d342b5ce00c174ab4e84595 by Francois Gouget <fgouget@free.fr>
2021-02-04 16:37:04 +01:00
winesync
30042a5211
[WINESYNC] d3dx9/tests: Make the pixels array static.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 15dd8e2b981ca32cae94409153627b3300bbeab8 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:04 +01:00
winesync
8dcbf4645c
[WINESYNC] d3dx9: Pass rectangle to {lock|unlock}_surface().
...
This fixes regressions introduced by commits
65956ae50a136fe8467a0332c7495f36617a16dc, 092c14b9d86ee1e96e465908cc524ec85988d0ff.
Surface source or destination rectangles were left behind.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47546
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 378204527e1f42ed1373a0cd7356770d235e319d by Paul Gofman <gofmanp@gmail.com>
2021-02-04 16:37:03 +01:00
winesync
224d70bd0c
[WINESYNC] d3dx9: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 9fb5745a7997bbfe033779650f1193d85369cef2 by Alexandre Julliard <julliard@winehq.org>
2021-02-04 16:37:03 +01:00
winesync
bbc438a5d5
[WINESYNC] include/msvcrt: Add INFINITY and NAN definitions.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id a16ef96dc624edf2666aa125fbc1c197f5edcc1b by Alexandre Julliard <julliard@winehq.org>
2021-02-04 16:37:03 +01:00
winesync
e6deaabfc6
[WINESYNC] d3dx9: Generate ID3DXSkinInfo in D3DXLoadSkinMeshFromXof() when needed.
...
Based on a patch by Michael Müller.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=33904
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 70d722340ad546ab988fffe4577e0c0ebe35a982 by Vijay Kiran Kamuju <infyquest@gmail.com>
2021-02-04 16:37:03 +01:00
winesync
50442c0d0b
[WINESYNC] d3dx9/tests: Add tests for 32 bpp BMP with alpha.
...
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id a30fd8c0e44833b2a6412987a348273bfe42fe2f by Christian Costa <titan.costa@gmail.com>
2021-02-04 16:37:03 +01:00
winesync
65ca5beb3d
[WINESYNC] d3dx9/tests: Avoid a test failure on Vista testbot.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id ccdb74d81ac4a95aa87414f6459a8b44d451358a by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:03 +01:00
winesync
9b602dbdc9
[WINESYNC] d3dx9/tests: Improve D3DXMatrixInverse() test a tiny bit.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 5c052b699e7ac5c0e4f2324fe31e2d022dcf4bb5 by Matteo Bruni <mbruni@codeweavers.com>
2021-02-04 16:37:03 +01:00
winesync
b238e9688c
[WINESYNC] d3dx9/tests: Add initial tests for dummy skin info interface.
...
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id aec8e12a3d71272b31aa8b5b075fe1cd88517c92 by Michael Müller <michael@fds-team.de>
2021-02-04 16:37:03 +01:00
winesync
3c75e844c4
[WINESYNC] d3dx9/tests: Remove useless cast to self.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 9b0258f5756ed60b334ac20ca2f6e7f64eb5077e by Michael Stefaniuc <mstefani@winehq.org>
2021-02-04 16:37:01 +01:00
winesync
25cd02e501
[WINESYNC] d3dx9/tests: Avoid using the comma operator (coccinellery).
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id eb0eaf7027797c6a99b4b5ecdb70c5ba336dccc2 by Michael Stefaniuc <mstefani@winehq.org>
2021-02-04 16:37:01 +01:00
Jérôme Gardou
7b1049c8fd
[WINESYNC]: revert wine-staging patchset for d3dx9
2021-02-04 16:37:01 +01:00
Victor Perevertkin
111e40039e
Revert "[CMD_WINETEST] Disable the test until fastfat_new is landed"
...
This reverts commit 8da0f868c5
.
2021-02-03 23:50:55 +03:00
winesync
aa27aac08b
[WINESYNC] wininet: Strip filename if no path is set in cookie.
...
The order of the stored cookies doesn't match in /testC, so
be a bit less strict in the test.
wine-staging patch by Michael Müller <michael@fds-team.de>
2021-01-05 11:03:13 +01:00
winesync
ff5fa7aea4
[WINESYNC] wininet/tests: Check cookie behaviour when overriding host.
...
wine-staging patch by Michael Müller <michael@fds-team.de>
2021-01-05 11:03:13 +01:00
winesync
0adc3ed6ba
[WINESYNC] wininet/tests: Test auth credential reusage with host override.
...
wine-staging patch by Michael Müller <michael@fds-team.de>
2021-01-05 11:03:13 +01:00
winesync
45c19ac584
[WINESYNC] wininet/tests: Add more tests for cookies.
...
wine-staging patch by Michael Müller <michael@fds-team.de>
2021-01-05 11:03:13 +01:00
winesync
23e96deb0b
[WINESYNC] wininet: Correctly return error status from InternetSetFilePointer() stub.
...
Fixes Freestyle 2: Street Basketball update check failure.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 67295a7844b94ccbfce85dbee22a76f12c9f5b36 by Paul Gofman <pgofman@codeweavers.com>
2021-01-05 11:03:13 +01:00
winesync
8bf2b3cf2c
[WINESYNC] wininet: Implement INTERNET_OPTION_SECURITY_CERTIFICATE flag for InternetQueryOption.
...
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id ef88a70fa775f3e7a26d8f1618f32ee94bb9ea05 by Daniel Lehman <dlehman25@gmail.com>
2021-01-05 11:03:13 +01:00
winesync
5a47b6e97b
[WINESYNC] winapi_test: Restore horizontal alignment of macro defines.
...
Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 99c0ab2ea1f912ee699e307a77f26822dfef7b06 by Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
2021-01-05 11:03:13 +01:00
winesync
b89a2ee634
[WINESYNC] winapi_test: Horizontally align TEST_TYPE_SIGNED() parameter.
...
Signed-off-by: Serge Gautherie <reactos-git_serge_171003@gautherie.fr>
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id c26d7470cc5b2dabf9c8b91d2b313eb0041bebae by Serge Gautherie <winehq-git_serge_180711@gautherie.fr>
2021-01-05 11:03:13 +01:00
winesync
94e13ca59b
[WINESYNC] wininet: Handle empty expires for cookie setting.
...
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id c06e00ee6a15fd77faf66b28edac5e84ad30b550 by Jactry Zeng <jzeng@codeweavers.com>
2021-01-05 11:03:13 +01:00
winesync
e0e6d419c7
[WINESYNC] wininet/tests: Update for new WineHQ certificate.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id ccd6b205fa99360e7437f1c5bc63e0075f8e6760 by Alexandre Julliard <julliard@winehq.org>
2021-01-05 11:03:13 +01:00
winesync
d7743a2c91
[WINESYNC] wininet/tests: Fix test failures on Windows XP.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 4c640f24c9901ccaf8706de31e22149130c57be6 by Hans Leidekker <hans@codeweavers.com>
2021-01-05 11:03:13 +01:00
winesync
2ee9150c95
[WINESYNC] wininet/tests: Make a check for available data less strict.
...
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 3a22407396bfe18ef9bdab69ef192be10306142e by Hans Leidekker <hans@codeweavers.com>
2021-01-05 11:03:13 +01:00
winesync
f64bdd0732
[WINESYNC] wininet/tests: Fix some test failures with Windows 10.
...
Windows 10 1607+ no longer validates a NULL window handle, so remove that test.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 6b839a0f85236aac2cc794d5d586f1ba371866b1 by Zebediah Figura <z.figura12@gmail.com>
2021-01-05 11:03:13 +01:00
winesync
d4ceb8c619
[WINESYNC] wininet/tests: Simplify test_InternetErrorDlg().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id af9d246952b7aaf8f557ec1b85cbb4bce1245227 by Zebediah Figura <z.figura12@gmail.com>
2021-01-05 11:03:13 +01:00
winesync
4e286e01e6
[WINESYNC] wininet/tests: Don't test that the URL cache is used for persistent cookies.
...
This seems to be an implementation detail, which is no longer true in Windows
1709+.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 4928c623dc7f3b7f2355cf61c9f97784ff2380fe by Zebediah Figura <z.figura12@gmail.com>
2021-01-05 11:03:13 +01:00
winesync
1fb556935e
[WINESYNC] wininet: Don't set default gopher protocol in InternetCrackUrlW.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 4335be346271072f440419b9234883aef187d857 by Jacek Caban <jacek@codeweavers.com>
2021-01-05 11:03:13 +01:00
winesync
9eddd0f193
[WINESYNC] wininet: Add missing schemes to url_schemes.
...
Fixes res URL scheme handling.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=31399
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 64cb9425da43271109bc1df8df4aa32132f257ae by Jacek Caban <jacek@codeweavers.com>
2021-01-05 11:03:13 +01:00
winesync
3e2348037b
[WINESYNC] wininet/tests: Skip some FTP tests when no connection can be made.
...
Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 237d5636271a1a78b02a0eb7feaab7dfb9dfed57 by Sven Baars <sven.wine@gmail.com>
2021-01-05 11:03:13 +01:00
winesync
d9efda8225
[WINESYNC] wininet/tests: Fix some test failures on Windows.
...
Signed-off-by: Sven Baars <sven.wine@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 8b2d3857136c50d56c706a7f880fc605b325e334 by Sven Baars <sven.wine@gmail.com>
2021-01-05 11:03:13 +01:00
Jérôme Gardou
4a3f32ff30
[WINESYNC]: revert wine-staging patchset for wininet
2021-01-05 11:03:13 +01:00
Jérôme Gardou
d53b03e676
[MSVCRT_WINETEST] Unconditionally link against oldnames
2020-12-28 12:13:30 +01:00
Victor Perevertkin
8da0f868c5
[CMD_WINETEST] Disable the test until fastfat_new is landed
2020-12-16 01:15:00 +03:00
Jérôme Gardou
00ed72d7e8
[CMAKE] Get rid of add_compile_flags
...
Use add_compile_options and the like instead
2020-10-20 21:44:54 +02:00
Jérôme Gardou
7e116f0ef3
[CMAKE] Get rid of replace_compile_flags
...
Introduce a finer-grained remove_target_compile_option instead
2020-10-20 21:44:54 +02:00
Jérôme Gardou
971b3223ba
[CMAKE] Use explicit path for "custom.dll" dependency
2020-10-20 15:21:00 +02:00
Jérôme Gardou
a385a78cf0
[OLE32_WINETEST] Fix build with lower optimization level
2020-10-15 11:53:11 +02:00
William Kent
427ea67b9c
[RTL] Add code to SxS manifest parser to parse XML namespaces ( #2512 )
...
* [XDK] Typo fix
* [XDK] Add missing ACTIVATION_CONTEXT_SECTION values
* [RTL] Merge changes from Wine
* [ROSTESTS] Fix typo
* [NTDLL] Typo fix
* Add test for new functionality
* [ROSTESTS] Fix path
* [ROSTESTS] Add test to testlist.c
2020-09-20 22:56:42 +02:00
Jérôme Gardou
0f66c66f72
[DBGHELP_WINETEST] Add from wine-staging 5.16
2020-09-16 10:36:03 +02:00
James Tabor
62c4b828b4
[Printing] Update and Add Functions
...
More forwards to LocalSpl and LocalMon. At sometime will be merged together.
Bug fixes.
Printer Driver code is a wine hack. (WIP)
Added information for shell tray icon notifications.
Sync wine WinSpool driver tests. Unplugged from build.
2020-08-26 17:12:20 -05:00
Hermès Bélusca-Maïto
7115d7ba8e
[CMD_WINETEST] Sync with Wine 5.12.
2020-08-19 20:35:53 +02:00
Serge Gautherie
aae5cd8ea2
[CMAKE] Remove obsolete 'GCC_VERSION' checks ( #2962 )
...
following upgrade to RosBE 2.2.0 support and GCC 8.4.
2020-07-04 15:33:50 +02:00
Serge Gautherie
54e0dbe3b6
[ADVAPI32_WINETEST] test_create_delete_svc(): Fix 'account' size ( #2960 )
...
Cherry-pick
56a83c585a
2020-07-04 15:24:46 +02:00
Thomas Faber
dd6eb40381
[CMAKE] Remove work-arounds for old CMake versions. CORE-17109
2020-06-20 15:25:29 +02:00
Serge Gautherie
9f6442ffbe
[SECUR32_WINETEST] Update for new WineHQ certificate
...
Cherry-pick
16254af818
CORE-17088
2020-06-08 20:32:52 +02:00
Victor Perevertkin
d424a0e088
[WININET_WINETEST][URLMON_WINETEST][SHELL32_APITEST] Skip some tests
...
Due to hangs on test machines
ROSTESTS-357 ROSTESTS-358 CORE-17057
2020-06-08 03:43:43 +03:00
Amine Khaldi
139a3d6661
[CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905
2020-06-06 21:58:41 +03:00
Serge Gautherie
11345aedd8
[FORMATTING] [CMAKE] Remove space in 'if (' ( #2847 )
2020-05-26 20:24:02 +02:00
Thomas Faber
3e9c4dad66
[WINDOWSCODECS] Use upstream Wine fix for 4bps BGRA TIFF. CORE-16796
...
Import Wine commits by Dmitry Timoshkov:
* 0cd8502b49 windowscodecs: Add support for 4bps RGBA format to TIFF decoder.
* 962bb99352 windowscodecs/tests: Add a separate test for 4bps BGRA TIFF format.
2020-04-24 14:56:26 +02:00
Victor Perevertkin
7e069ccdb2
[CMAKE] Replace custom functions to built-in ones
...
add_target_compile_definitions -> target_compile_definitions
add_target_compile_flags -> target_compile_options
add_target_include_directories -> target_include_directories
2020-04-16 15:59:38 +03:00
Mark Jansen
365fafc03b
[MSCTF_WINETEST] Skip crashing test when it fails
...
CORE-16797
2020-04-13 22:44:56 +02:00
Serge Gautherie
803b5e1371
[WINETESTS] Remove forced _WIN32_WINNT defines ( #2463 )
...
Only comctl32 is affected.
Import
be3cda6ec0
2020-04-03 14:01:22 +02:00
Serge Gautherie
724466597f
[REACTOS] Remove forced _WIN32_IE defines
...
No impact, as already deactivated or superseded or superfluous.
Import
7770e26f2d
2020-03-30 13:47:09 +03:00
Serge Gautherie
5d393d73ad
[NTDLL_WINETEST] Remove forced 0x500 API versions ( #2483 )
...
No impact, as conditional.
Import
71d8103190
2020-03-30 12:38:47 +02:00
Serge Gautherie
72fa935128
[CMAKE] kernel32_winetest: Enable 'generated.c', at last
...
Follow-up to 20f4039666
.
ROSTESTS-251
2020-03-28 20:57:16 +01:00
Serge Gautherie
9bbbe84ca3
[KERNEL32_WINETEST] Uncomment out 'LPEXCEPTION_RECORD' checks
...
Revert part of r70802 (dd21fa115a
).
Follow-up to 2e82175ba4
.
ROSTESTS-251
2020-03-28 20:56:25 +01:00
Serge Gautherie
d471558dbc
[WINETESTS] */generated.c: Remove forced 0x0501 API versions
...
This actually affects 2 modules only:
* kernel32: this file is still commented out, these defines were going to be deactivated anyway.
* rpcrt4: I don't know why it had these defines (still) activated. Anyway.
Import
aa384d3642
2020-03-28 20:50:28 +01:00
Serge Gautherie
8d3d2b1bef
[SHELL32_WINETEST] shlexec.c: Remove forced 0x0501 API versions
...
No impact, as already deactivated.
Import
8fc0b7d525
2020-03-28 20:46:44 +01:00
Serge Gautherie
9d943b788a
[RPCRT4_WINETEST] ndr_marshall.c: Remove forced 0x0500 API versions
...
Import
57f08ba525
2020-03-28 20:46:44 +01:00
Serge Gautherie
a8dbe6805a
[GDI32_WINETEST][USER32_WINETEST] Remove forced WINVER defines ( #2455 )
...
No impact, as already deactivated.
Import
d0fd12b909
2020-03-20 19:20:52 +01:00
Serge Gautherie
dbfd511ecd
[PSDK] SYSTEM_POWER_STATUS: Rename Reserved1 to SystemStatusFlag ( #2419 )
...
As on Win10.
Cherry pick
7c5ea436af
2020-03-13 18:14:16 +01:00
Serge Gautherie
20f4039666
[KERNEL32_WINETEST] Fix COMMCONFIG.wcProviderData values ( #2410 )
...
Import test part of
a59d6387b6
ROSTESTS-251
2020-03-06 18:24:22 +01:00
winesync
8c7529df7e
[WINESYNC] d3dx9_36: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh.
...
This patch fixes last problem of bug 32572.
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
69a02efd33
[WINESYNC] d3dx9_36: Align texture dimensions to block size for compressed textures in D3DXCheckTextureRequirements.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
cab82604c1
[WINESYNC] d3dx9_36/tests: Add initial tests for dummy skininfo interface.
...
wine-staging patch by Michael Müller <michael@fds-team.de>
2020-02-26 18:19:18 +01:00
winesync
58d515ea16
[WINESYNC] d3dx9_36: ID3DXFont_DrawText calc_rect can be null
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
wine-staging patch by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2020-02-26 18:19:18 +01:00
winesync
f9c6d6e396
[WINESYNC] d3dx9_36: Support NULL terminated strings in ID3DXFont_DrawText
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
wine-staging patch by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2020-02-26 18:19:18 +01:00
winesync
83d1420b3c
[WINESYNC] d3dx9_36: add DXTn support
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
54e07d18d5
[WINESYNC] d3dx9_36: Add semi-stub for D3DXOptimizeVertices.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
2420da1158
[WINESYNC] d3dx9_36/tests: Remove useless \n within some ok messages.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
ff68d200da
[WINESYNC] d3dx9_36/tests: Add additional tests for special cases.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
5676fb5633
[WINESYNC] d3dx9_36/tests: Add initial tests for D3DXDisassembleShader.
...
wine-staging patch by Sebastian Lackner <sebastian@fds-team.de>
2020-02-26 18:19:18 +01:00
winesync
7e60f0ec68
[WINESYNC] d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImageInfoFromFileInMemory for 32 bpp BMP with alpha.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
4e1377665e
[WINESYNC] d3dx9: Use parameter data for the first constant only in d3dx_set_shader_const_state().
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id f72204abd6037e59ba1bf500a3a9d0316e65a024 by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
523edfe3eb
[WINESYNC] d3dx9: Handle short parameter in d3dx_set_shader_const_state().
...
The issue is spotted in https://bugs.winehq.org/show_bug.cgi?id=46553 ,
while fixing it alone is reported not to affect the bug.
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id b3e91c3408797da72fdd5066e983d8861d9271ea by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
e680fff376
[WINESYNC] d3dx9/tests: Add more tests for VertexShaderConstant state.
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 6fe2728b215fcc22940c556f195fe223c5ac2cff by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
ff940e0901
[WINESYNC] d3dx9/tests: Clear vertex shader constants in test_effect_states().
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id cf992bebb056814a05fe3a82011c4de701c144c4 by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
2fcf99a2c3
[WINESYNC] d3dx9/tests: Actually test the return of the effect SetInt() call.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 7e01ec6018c062d11b29ba2b9a2056d98e8bc406 by Michael Stefaniuc <mstefani@winehq.org>
2020-02-26 18:19:18 +01:00
Jérôme Gardou
8cc1ec1b82
[WINESYNC]: revert wine-staging patchset for d3dx9
2020-02-26 18:19:18 +01:00
Jérôme Gardou
c3ad01e3b2
[REACTOS] Exclude some wine modules from clang-format
2020-02-26 18:19:18 +01:00
winesync
692992f2bf
[WINESYNC]d3dx9_36: Implement ID3DXSkinInfoImpl_UpdateSkinnedMesh.
...
This patch fixes last problem of bug 32572.
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
81c78a0a6b
[WINESYNC]d3dx9_36: Align texture dimensions to block size for compressed textures in D3DXCheckTextureRequirements.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
4faa6f9822
[WINESYNC]d3dx9_36/tests: Add initial tests for dummy skininfo interface.
...
wine-staging patch by Michael Müller <michael@fds-team.de>
2020-02-26 18:19:18 +01:00
winesync
33f33c9387
[WINESYNC]d3dx9_36: ID3DXFont_DrawText calc_rect can be null
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
wine-staging patch by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2020-02-26 18:19:18 +01:00
winesync
219ef2e81f
[WINESYNC]d3dx9_36: Support NULL terminated strings in ID3DXFont_DrawText
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
wine-staging patch by Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
2020-02-26 18:19:18 +01:00
winesync
30328cab07
[WINESYNC]d3dx9_36: add DXTn support
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
24b51d5a07
[WINESYNC]d3dx9_36: Add semi-stub for D3DXOptimizeVertices.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
5bab8274d9
[WINESYNC]d3dx9_36/tests: Remove useless \n within some ok messages.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
06983139f6
[WINESYNC]d3dx9_36/tests: Add additional tests for special cases.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
9fef76cb44
[WINESYNC]d3dx9_36/tests: Add initial tests for D3DXDisassembleShader.
...
wine-staging patch by Sebastian Lackner <sebastian@fds-team.de>
2020-02-26 18:19:18 +01:00
winesync
90e8c4a5db
[WINESYNC]d3dx9: Return D3DFMT_A8R8G8B8 in D3DXGetImageInfoFromFileInMemory for 32 bpp BMP with alpha.
...
wine-staging patch by Christian Costa <titan.costa@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
ac79207f18
[WINESYNC]d3dx9/tests: Add more tests for D3DXMatrixTransformation().
...
Most of those new tests were written by Rico Schüller.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=33456
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 956d7356e0559a07aac68bcaf73a5005e0600fad by David Adam <david.adam.cnrs@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
296900e697
[WINESYNC]d3dx9/tests: Avoid some 64-bit test failures.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 699eb8cdba8fe236f038550e2bd68a4cd2cab055 by Matteo Bruni <mbruni@codeweavers.com>
2020-02-26 18:19:18 +01:00
winesync
4cecd21f9a
[WINESYNC]d3dx9/tests: Fix a couple of ok() messages.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 5a5beba6c4e3bc53790e3a31916d0aaf57dc19b8 by Matteo Bruni <mbruni@codeweavers.com>
2020-02-26 18:19:18 +01:00
winesync
f4fb1884a8
[WINESYNC]d3dx9/tests: Expect plain render target creation to work.
...
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 64b6bb4d4a54642434594f0df2afcd2e90b2a0a8 by Matteo Bruni <mbruni@codeweavers.com>
2020-02-26 18:19:18 +01:00
winesync
a1f2064705
[WINESYNC]d3dx9: Use temporary surface in D3DXSaveSurfaceToFileInMemory() for unmappable textures.
...
Fixes a regression triggered by commit
949dbbd31f450178c90ea8267097a975b77c3219.
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 092c14b9d86ee1e96e465908cc524ec85988d0ff by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
95d6d1b3d1
[WINESYNC]d3dx9/tests: Add test for D3DXFillVolumeTexture() with default pool texture.
...
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 61e7e6ec1bf5d13d4cafa883ac74fe987c339740 by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
winesync
b8714c31cd
[WINESYNC]d3dx9: Use temporary surface in D3DXFillTexture() for unmappable textures.
...
Fixes a regression triggered by commit 949dbbd31f450178c90ea8267097a975b77c3219.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46453
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
wine commit id 4e44d74afb12b40f673e3be0a91cd523013544cd by Paul Gofman <gofmanp@gmail.com>
2020-02-26 18:19:18 +01:00
Jérôme Gardou
e404e9ee2f
[D3DX9_36_WINETEST] Import from wine 4.0
2020-02-26 18:19:18 +01:00
Katayama Hirofumi MZ
d1ac13c64b
[MSVCRT_WINETEST] Fix build by adding '-Wno-format'
...
ed909ba
broke build.
2020-02-24 09:43:58 +09:00
Serge Gautherie
2eed38eb5f
[OLEACC_WINETEST] Re-enable MSVC warning C4477
...
Follow-up to 3ee20de95f
.
2020-02-23 17:50:58 +01:00
Serge Gautherie
ed909ba9d9
[MSVCRT_WINETEST] Re-enable MSVC warning C4477
...
Follow-up to ce2df64a06
.
Also, remove '-Wno-format' for other compilers.
2020-02-23 17:50:58 +01:00
Hermès Bélusca-Maïto
c6058bca24
[ATL] Import Wine upstream patch 3043ab3e62
...
Author: Puetz Kevin A <PuetzKevinA@JohnDeere.com>
atlbase.h: Fix some declarations on win64.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-23 16:52:03 +01:00
Hermès Bélusca-Maïto
b4b0728684
[ATL30] Addendum to commit e410a122
: Import Wine upstream patch 5608682dc9
...
atl: Fix the ATL_WNDCLASSINFOW::m_szAutoName member definition and construction.
Signed-off-by: Hermes Belusca-Maito <hermes.belusca@sfr.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-23 16:51:58 +01:00
Timo Kreuzer
42d2d5ec9c
[ROSTESTS] fix x64 build and fix/disable warnings
2020-01-26 11:50:37 +01:00
Victor Perevertkin
0685e02d9e
[WINHTTP_WINETEST] Skip several tests from execution in order to prevent
...
testbot hangs.
ROSTESTS-350
2020-01-06 05:36:39 +03:00
Serge Gautherie
df84f41298
[WININET_WINETEST] http: Remove ROSTESTS_73_FIXED workaround
...
ROSTESTS-73
2020-01-05 22:36:47 +02:00
Victor Perevertkin
68490c1613
[WINHTTP_WINETEST] Restore test_persistent_connection execution
...
This reverts commit a22031d
ROSTESTS-295
2019-12-30 14:57:58 +02:00
Amine Khaldi
4d74a058bd
[XMLLITE_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:56:47 +01:00
Amine Khaldi
b05ac020b4
[XINPUT1_3_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:55:56 +01:00
Amine Khaldi
eea75d46e7
[WTSAPI32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:55:08 +01:00
Victor Perevertkin
d495a4fceb
[MSI_WINETEST] Fix build with CMake 3.9.0 and higher (attempt #2 )
2019-12-13 04:44:31 +03:00
Victor Perevertkin
7c474426eb
[MSI_WINETEST] Fix build with CMake 3.9.0 and higher
2019-12-13 04:15:57 +03:00
Amine Khaldi
22584b1c68
[WSHOM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:12:15 +01:00
Amine Khaldi
ebaf247c9e
[WMVCORE_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:11:29 +01:00
Amine Khaldi
7a123aad7f
[WMIUTILS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:10:23 +01:00
Amine Khaldi
cb01e5ecac
[WINTRUST_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:09:17 +01:00
Amine Khaldi
a2da235c67
[WINSPOOL_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:08:30 +01:00
Amine Khaldi
11f4618984
[WINMM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:07:44 +01:00
Amine Khaldi
a4f791d920
[WININET_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:07:21 +01:00
Amine Khaldi
412bce85f2
[WINHTTP_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:06:11 +01:00
Amine Khaldi
cc48f9d4d6
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:05:00 +01:00
Timo Kreuzer
e26c8bc66f
[ROSTESTS] Skip some flaky test / do not count successes
2019-12-04 01:24:49 +01:00
Amine Khaldi
92c3c814bb
[WBEMPROX_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:45:25 +01:00
Amine Khaldi
7d76303d2d
[VBSCRIPT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:43:01 +01:00
Amine Khaldi
573d40fbaa
[USP10_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:41:41 +01:00
Amine Khaldi
7a62c32bcc
[USER32_WINETEST] Sync with Wine Staging 4.18 except win.c (PR #1980 ). CORE-16441
2019-12-01 19:40:48 +01:00
Amine Khaldi
98e4a3ece1
[URLMON_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:39:54 +01:00
Amine Khaldi
d9010a8166
[RICHED32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:37:14 +01:00
Amine Khaldi
6c02033b00
[SXS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:58:10 +01:00
Amine Khaldi
074cec532b
[STI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:56:15 +01:00
Amine Khaldi
2ffe58cf05
[SHLWAPI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:50:34 +01:00
Amine Khaldi
b8dc669cfe
[SHELL32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:50:08 +01:00
Amine Khaldi
2b5283b702
[SECUR32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:48:48 +01:00
Amine Khaldi
465ab8e0c3
[SCRRUN_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:47:55 +01:00
Amine Khaldi
9e797f0ae7
[RPCRT4_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:12:54 +01:00
Amine Khaldi
76cf09cfea
[RICHED20_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:11:20 +01:00
Amine Khaldi
b1ad5055dc
[PROPSYS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:09:40 +01:00
Amine Khaldi
943bcb0f74
[PDH_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:07:35 +01:00
Amine Khaldi
d3e07ed74a
[OLEAUT32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:05:27 +01:00
Amine Khaldi
3ee20de95f
[OLEACC_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-23 12:04:15 +01:00
Amine Khaldi
fc6e4ed576
[OLE32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:11:19 +01:00
Amine Khaldi
6816ff8dbd
[ODBCCP32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:10:31 +01:00
Amine Khaldi
753e05959c
[MSXML3_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:08:17 +01:00
Amine Khaldi
ac43fd2b92
[MSVFW32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:07:31 +01:00
Amine Khaldi
ce2df64a06
[MSVCRT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:06:44 +01:00
Amine Khaldi
dd5a95e625
[MSCTF_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 22:03:01 +01:00
Amine Khaldi
d38c95ba1e
[MSCMS_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:59:57 +01:00
Amine Khaldi
b7117625d7
[MSACM32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:56:59 +01:00
Amine Khaldi
b8949b0dad
[MMDEVAPI_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:55:28 +01:00
Amine Khaldi
de78eb16d7
[LOCALSPL_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:50:22 +01:00
Amine Khaldi
2a2da29038
[DINPUT8_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-05 22:32:02 +01:00
Amine Khaldi
021b5c1f4d
[JSCRIPT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:38:32 +01:00
Amine Khaldi
908d437d9d
[IMM32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:34:39 +01:00
Amine Khaldi
1ff06a373c
[IMAGEHLP_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:33:48 +01:00
Amine Khaldi
5b3703d8cd
[HLINK_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:31:02 +01:00
Amine Khaldi
6291990483
[HID_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:57:25 +01:00
Amine Khaldi
7046ddd63c
[FUSION_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:56:35 +01:00
Amine Khaldi
2e19c82751
[CRYPTNET_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:54:56 +01:00
Amine Khaldi
8addeea484
[COMCTL32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:52:00 +01:00
Amine Khaldi
22c0673bd9
[CABINET_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:50:44 +01:00
Amine Khaldi
3f1265f8c1
[D3DCOMPILER_43_WINETEST] Make sure d3dcommon.h is generated before we get to compiling this module.
2019-10-26 13:19:05 +01:00
Amine Khaldi
14d97256f4
[ADVPACK_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:08:29 +01:00
Amine Khaldi
e5765ed9cb
[DXDIAGN_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:06:11 +01:00
Amine Khaldi
8de4fae42b
[DINPUT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:03:59 +01:00
Amine Khaldi
8015bf9f47
[D3DRM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:02:11 +01:00
Amine Khaldi
7ce1a24a8b
[D3DCOMPILER_43_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:01:05 +01:00
Amine Khaldi
4601b11fc9
[HNETCFG_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-20 20:04:04 +01:00
Amine Khaldi
8cc0d363dc
[DEVENUM_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-10-20 18:56:45 +01:00
Pierre Schweitzer
d055c9f16f
[NTDLL_WINETESTS] Fix the test so that it works on W2K3
...
It's an addendum to ad547c9
2019-10-01 10:11:39 +02:00
Pierre Schweitzer
ad547c960f
[NTDLL_WINETESTS] Section name query test is broken on W2K3 and will lead to a crash
...
Comment out the test for now and add a more "appropriate" test code for now
2019-09-29 14:13:55 +02:00
James Tabor
c57d4d7b9e
[User32|Tests] Sync Port Wine Combo Controls.
...
Need to cross check these changes with WINE ComCtl32 before you PANIC
HACK!!!!
Not in order:
Piotr Caban : Remove unneeded RECT parameter from CBPaintText helper.
Don't invalidate ComboBox on CB_SETCURSEL message.
Don't invalidate ComboBox on LBN_SELCHANGE and
LBN_SELCANCEL.
Add more CB_SETCURSEL tests on ComboBox.
Redraw combo text field even if it's empty.
Let ComboBox edit control handle the redraw even if
CBF_NOREDRAW is set.
Don't do the painting if combobox is not visible in
CBPaintText.
Dmitry Timoshkov : Don't force a combobox repaint on WM_SIZE.
This breaks z-order based painting and causes side effects
for
applications that during the WM_PAINT processing reference
internal
data associated with a not fully initialized window.
Ref :
2d9e3236ea
Fabian Maurer : Set listbox popup height correctly and add tests.
Properly set dropdown height.
Now that user32 and comctl32 combo are separated,
this won't lead to a regression anymore
Ref :
3d0be0bad8
Info by Sebastian Lackner Ref:
f0fc034997
Nikolay Sivov : Remove some misleading TODOs and confusing comments.
2019-09-21 08:47:56 -05:00
Victor Perevertkin
f7dc14cca5
[WINETESTS] Supress GCC8 warnings
2019-08-20 15:05:47 +02:00
Timo Kreuzer
ad89837c0e
[3RDPARTY] Suppress MSVC printf format warnings in 3rd-party code
2019-08-15 15:24:12 +02:00
Timo Kreuzer
146096cd2e
[3RDPARTY] Make some warnings non-fatal
2019-04-13 14:07:50 +02:00
Jérôme Gardou
23373acbb9
[CMAKE] Use modules instead of shared libraries
...
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.
On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
Amine Khaldi
eea81f5274
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:12:58 +01:00
Amine Khaldi
d9bd8eaba3
[WBEMPROX_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:11:26 +01:00
Amine Khaldi
e054ebd54c
[WBEMDISP_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:10:24 +01:00
Amine Khaldi
727f534b9f
[VERSION_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:09:27 +01:00
Amine Khaldi
827f664432
[VBSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:08:28 +01:00
Amine Khaldi
4df86f782f
[UXTHEME_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:07:25 +01:00
Amine Khaldi
f8629c57a9
[USP10_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:06:57 +01:00
Amine Khaldi
e38908229b
[USERENV_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:05:28 +01:00
Amine Khaldi
11d1bab6f3
[URLMON_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:05:00 +01:00
Amine Khaldi
f4c8f8de72
[TWAIN_32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:03:56 +01:00
Amine Khaldi
312e0bf079
[SXS_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:02:58 +01:00
Amine Khaldi
c6a219ff82
[SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:01:59 +01:00
Amine Khaldi
952bc47ba0
[SHLWAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:01:30 +01:00
Amine Khaldi
4d8c4b145d
[SHELL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-04 13:00:58 +01:00
Thomas Faber
1a14dcb53f
[RPCRT4][RPCRT4_WINETEST] Don't unset IDL_FLAGS. Fixes build on 64 bit hosts.
2019-02-02 19:06:04 +01:00
Amine Khaldi
138051c0be
[SHDOCVW_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:16:27 +01:00
Amine Khaldi
6828353ace
[SETUPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:15:35 +01:00
Amine Khaldi
aee77bdeee
[SERVICES_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:14:59 +01:00
Amine Khaldi
96eddc22d2
[SERIALUI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:14:08 +01:00
Amine Khaldi
739fc06f27
[SECUR32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:13:33 +01:00
Amine Khaldi
c3b5406849
[SCRRUN_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:12:33 +01:00
Amine Khaldi
9d4f1f05a3
[RSAENH_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:12:04 +01:00
Amine Khaldi
f2f9161a02
[RPCRT4_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:11:36 +01:00
Amine Khaldi
e736079be3
[RICHED32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 14:11:06 +01:00
Amine Khaldi
c540ae7901
[REGEDIT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:30:32 +01:00
Amine Khaldi
4567e13e3e
[PSAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:29:37 +01:00
Amine Khaldi
8bc8ae005f
[PROPSYS_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:29:12 +01:00
Amine Khaldi
fa56cfc9ab
[PDH_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:27:10 +01:00
Amine Khaldi
27ad765df6
[OPENGL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:26:08 +01:00
Amine Khaldi
b9e3058014
[OLEDLG_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-02-02 13:25:40 +01:00
Amine Khaldi
357f69997d
[OLEAUT32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:19:12 +01:00
Amine Khaldi
3425afa6d9
[OLEACC_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:17:10 +01:00
Amine Khaldi
5c1bcfec69
[OLE32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:16:05 +01:00
Amine Khaldi
4d2ae66cd1
[ODBCCP32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:15:00 +01:00
Amine Khaldi
d46c9a5a05
[NTDSAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:13:20 +01:00
Amine Khaldi
08e76d6087
[NETAPI32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:12:45 +01:00
Amine Khaldi
98fa9b2cfc
[MSXML3_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:12:12 +01:00
Amine Khaldi
f04935d8f2
[MSVFW32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:09:42 +01:00
Amine Khaldi
3f6b395cc1
[MSVCRTD_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:08:43 +01:00
Amine Khaldi
f446a50f76
[MSVCRT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:08:13 +01:00
Amine Khaldi
e430a46061
[MSRLE32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:07:39 +01:00
Amine Khaldi
53028dd240
[MSCTF_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-29 13:05:39 +01:00
Amine Khaldi
127d443593
[MMDEVAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:17:35 +01:00
Amine Khaldi
0a904ca409
[MLANG_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:16:35 +01:00
Amine Khaldi
a9e6e64fa5
[MAPI32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:14:31 +01:00
Amine Khaldi
2ea897da44
[LOCALUI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:13:30 +01:00
Amine Khaldi
20f9fb6150
[JSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:12:15 +01:00
Amine Khaldi
9a0babd145
[INETMIB1_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:11:11 +01:00
Amine Khaldi
d03e237837
[IMAGEHLP_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:08:26 +01:00
Amine Khaldi
99138ae93e
[HLINK_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:07:24 +01:00
Amine Khaldi
279107d5cf
[HID_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-26 13:06:23 +01:00
Amine Khaldi
7d57324d5d
[GDIPLUS_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:23:03 +01:00
Amine Khaldi
4d5fa2bac7
[DNSAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:21:12 +01:00
Amine Khaldi
b807af385e
[CRYPT32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:19:36 +01:00
Amine Khaldi
5f7243b577
[COMCTL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:16:18 +01:00
Amine Khaldi
58aee30e99
[CMD_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:15:06 +01:00
Amine Khaldi
0d35c5159b
[ATL100_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:14:00 +01:00
Amine Khaldi
a924dfff45
[DINPUT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:11:40 +01:00
Amine Khaldi
28cb32c393
[D3DRM_WINETEST] Sync with Wine Staging 4.0. CORE-15682
2019-01-25 13:09:38 +01:00
Timo Kreuzer
bb9a5f6046
[ROSTESTS] Fix 64bit issues ( #1261 )
2019-01-20 15:58:32 +01:00
Pierre Schweitzer
01d56963f8
[MPR_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-12-08 11:43:10 +01:00
Adam Słaboń
7abc8be102
[TRANSLATION] Polish translation update
...
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon.
Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
2018-10-20 21:26:07 +02:00
Amine Khaldi
50ae3dd409
[ITSS_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:57:42 +01:00
Amine Khaldi
d736703417
[INETCOMM_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:55:57 +01:00
Amine Khaldi
41d938c389
[IMM32_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:54:28 +01:00
Amine Khaldi
3e9224d013
[GDIPLUS_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:50:59 +01:00
Amine Khaldi
06fdb3e6ab
[CRYPT32_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:48:33 +01:00
Amine Khaldi
156cac53d2
[CREDUI_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:47:02 +01:00
Amine Khaldi
e08ae510d5
[COMDLG32_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:45:40 +01:00
Amine Khaldi
814d42def7
[ATL100_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:27:20 +01:00
Amine Khaldi
d1060f20d6
[ADVPACK_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:26:09 +01:00
Amine Khaldi
ddfe5ce855
[DPLAYX_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:23:40 +01:00
Amine Khaldi
5c9588fa7d
[DINPUT_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:21:34 +01:00
Amine Khaldi
21c5ece5da
[XCOPY_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:17:02 +01:00
Amine Khaldi
f2df3bf079
[WSCRIPT_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:13:11 +01:00
Eric Kohl
47854962ac
[ADVAPI32_WINETEST] Fix the STATUS issues
2018-09-18 00:24:36 +02:00
Eric Kohl
ffd1293f99
[ADVAPI32_WINETEST] Add tests for SystemFunction004 and SystemFunction005.
...
These tests show that the required output buffer size it returned in out.Length field when STATUS_BUFFER_TOO_SMALL is returned.
This patch will be sent upstream.
2018-09-17 23:12:16 +02:00
Pierre Schweitzer
d69a00e039
[KERNEL32_WINETEST] Enable ConditionVariable and SRW lock tests
...
If we cannot find the functions in kernel32, try to get them from
kernel32_vista. This will allow testing our own implementation, while
still failing in W2K3 (no implementation available).
2018-09-16 12:05:42 +02:00
Serge Gautherie
cbcfbc4322
[COMCTL32_WINETEST] treeview.c: Skip test_right_click()
...
until CORE-14975 is fixed upstream and WINESYNC.
CORE-14975
2018-09-01 09:22:45 +02:00
Serge Gautherie
ab243b82b4
[ADVAPI32_WINETEST] Restore service.c changes from 3c1b7834e1
...
This reverts commit a67df65c4f
.
New failure was fixed by previous SERVICES commit.
Thus new timeout is avoided.
CORE-14521
2018-08-21 17:36:47 +02:00
Serge Gautherie
669d6b445b
[SHELL32_WINETEST] Fix 2 MSVC warnings about flags
...
- "...\ebrowser.c(1188) : warning C4133: 'function' : incompatible types - from 'DWORD *' to 'EXPLORER_BROWSER_OPTIONS *'"
- "...\ebrowser.c(1198) : warning C4133: 'function' : incompatible types - from 'DWORD *' to 'EXPLORER_BROWSER_OPTIONS *'"
Cherry-pick 535f2f9e66
CORE-7538
2018-08-17 16:21:30 +02:00
Mike Swanson
3c7e9bb332
Remove unnecessary executable bits
2018-08-15 18:29:09 +02:00
Timo Kreuzer
7cf7b27a3a
[ROSTESTS] Fix 64 bit issues
2018-08-04 14:39:13 +02:00
Serge Gautherie
b012d48d00
[MSI_WINETEST] Fix MSVC_IDE build. ( #564 )
...
"reactos-cov\modules\rostests\winetests\msi\msi_winetest.rc(2): error RC2135: file not found: custom.dll [C:\ros_build\modules\rostests\winetests\msi\msi_winetest.vcxproj]".
Output files are written to Debug\ and Release\ subfolders in VSSolution mode, so the RC compiler will only find custom.dll if it knows to look in the right folder.
Thanks to Thomas Faber, who helped.
CORE-11836
2018-06-07 18:27:56 +02:00
Thomas Faber
1a1206c5f8
[OLE32_WINETEST] Fix MSVC build.
2018-06-05 14:40:32 +02:00
Amine Khaldi
1074ede011
[XMLLITE_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:59:33 +01:00
Amine Khaldi
c33584a490
[WININET_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:57:53 +01:00
Amine Khaldi
ed06e8a117
[WINHTTP_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:57:07 +01:00
Amine Khaldi
da5f3d5a8c
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:56:11 +01:00
Amine Khaldi
c78e873652
[VBSCRIPT_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:53:02 +01:00
Amine Khaldi
af009ed327
[USP10_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:51:59 +01:00
Amine Khaldi
e23b04e946
[URLMON_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:50:58 +01:00
Amine Khaldi
dfaac82a1c
[RPCRT4_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:49:34 +01:00
Amine Khaldi
9e90c368ef
[RICHED20_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:48:31 +01:00
Amine Khaldi
a6cdf4ff08
[OLE32_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:46:11 +01:00
Amine Khaldi
9ce306e4cc
[ODBCCP32_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:44:42 +01:00
Amine Khaldi
9b29365701
[MSCTF_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:41:36 +01:00
Amine Khaldi
6b881f6502
[JSCRIPT_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:39:17 +01:00
Amine Khaldi
454e360303
[ITSS_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-06-04 03:37:50 +01:00
Pierre Schweitzer
d65c0d5ada
[WINETESTS] Fix build
...
CORE-14656
2018-05-27 09:51:38 +02:00
Amine Khaldi
02c546ced9
[HNETCFG_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:13:26 +01:00
Amine Khaldi
4f653a5538
[HLINK_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:12:13 +01:00
Amine Khaldi
ea2a3922c9
[GDIPLUS_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:11:35 +01:00
Amine Khaldi
234f89c07b
[COMDLG32_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:07:12 +01:00
Amine Khaldi
202ccf50ba
[QUARTZ_WINETEST] Sync with Wine Staging 3.9. CORE-14656
2018-05-27 04:01:18 +01:00