Module: tools
Branch: master
Commit: 7db0a116d661d637ad299d1951300fe7115cd388
URL: https://source.winehq.org/git/tools.git/?a=commit;h=7db0a116d661d637ad299d1…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Fri Feb 12 17:18:24 2021 +0100
testbot/reporttest: Update the "in child process" test lines.
They should have a filename rather than just the unit name now, and one
unit name was wrong anyway.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/src/reporttest/report.template | 4 ++--
testbot/src/reporttest/report.testwtbs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/testbot/src/reporttest/report.template b/testbot/src/reporttest/report.template
index 60fa9be..9b28533 100644
--- a/testbot/src/reporttest/report.template
+++ b/testbot/src/reporttest/report.template
@@ -332,7 +332,7 @@ apphelp.c:41: Test succeeded inside todo block: Success in the child process
apphelp.c:42: Test marked todo: Fixme in the child process
apphelp.c:43: Tests skipped: Skipped in the child process
4321:apphelp: 116 tests executed (1 marked as todo, 2 failures), 1 skipped.
-timer:44: 2 failures in child process
+apphelp.c:44: 2 failures in child process
0c9c:apphelp: 116 tests executed (0 marked as todo, 3 failures), 0 skipped.
apphelp:apphelp:0c9c done (3) in 0s
@@ -544,7 +544,7 @@ comctl32:taskdialog start dlls/comctl32/tests/taskdialog.c -
----- "in child process" line. See also comctl32:rebar.
----- Expected assessement: 1 failure
1234:taskdialog: unhandled exception c0000005 at 0040167C
-taskdialog:33: unhandled exception c0000005 in child process 1234
+taskdialog.c:33: unhandled exception c0000005 in child process 1234
07b0:taskdialog: 3 tests executed (0 marked as todo, 1 failures), 0 skipped.
comctl32:taskdialog:07b0 done (1) in 0s
diff --git a/testbot/src/reporttest/report.testwtbs b/testbot/src/reporttest/report.testwtbs
index 208c014..aa78c9e 100644
--- a/testbot/src/reporttest/report.testwtbs
+++ b/testbot/src/reporttest/report.testwtbs
@@ -47,7 +47,7 @@ n 0 Do not cut syslink.c:40: Test failed: Something wrong
n 0 Do not cut syslink.c:41: Test succeeded inside todo block: Something right!
n 0 Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x0054376d).
n 0 1234:taskdialog: unhandled exception c0000005 at 0040167C
-n 0 taskdialog:471: unhandled exception c0000005 in child process 1234
+n 0 taskdialog.c:471: unhandled exception c0000005 in child process 1234
n 0 driver.c:40: Test failed: Something wrong
n 0 driver.c:41: Test succeeded inside todo block: Something right!
n 0 01bd:fontdlg: unhandled exception c0000005 at 00001111
Module: website
Branch: master
Commit: bce7778626b3aadd5e6acabc1f83662948e4dc98
URL: https://source.winehq.org/git/website.git/?a=commit;h=bce7778626b3aadd5e6ac…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Feb 12 21:37:50 2021 +0100
Wine release 6.2
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2021021201.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/news/en/2021021201.xml b/news/en/2021021201.xml
new file mode 100644
index 00000000..159bbf05
--- /dev/null
+++ b/news/en/2021021201.xml
@@ -0,0 +1,17 @@
+<news>
+<date>February 12, 2021</date>
+<title>Wine 6.2 Released</title>
+<body>
+<p> The Wine development release 6.2 is now available.</p>
+<p> <a href="{$root}/announce/6.2">What's new</a> in this release:
+<ul>
+ <li>Mono engine updated to version 6.0.0, with DirectX support.</li>
+ <li>Support for NTDLL debugger APIs.</li>
+ <li>More WinRT support in WIDL.</li>
+ <li>Xbox One controller fixes on Mac.</li>
+ <li>Various bug fixes.</li>
+</ul>
+</p>
+<p>The source is <a href="//dl.winehq.org/wine/source/6.x/wine-6.2.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>