1 rizwank 1.1 %META:TOPICINFO{author="ThomasKho" date="1107505029" format="1.0" version="1.2"}%
2 %META:TOPICPARENT{name="Group4"}%
3 ---++ Progress
4 2005-01-20 (tom):
5 * Installed Linux
6 * Built Wine
7 * Successfully ran notepad.exe.so, !WinZip 9 installer, !WinZip 9
8 * [[2005-01-20Images]]
9 2005-01-25 (tom):
10 * Ran conformance test. Looks successful. Here's the output of 'grep "Test failed" log | sed 's/:.*//' | uniq -c | sort':
11 <pre>
12 17 capture.c
13 17 wave.c
14 1 win.c
15 2 typelib.c
16 43 metafile.c
17 79 input.c
18 </pre>
19 2005-01-27 (tom):
20 * We decided to write a conformance test for winsock32.dll. Our first test case will involve blocking, threaded I/O.
21 * Reviewing the material at: http://kegel.com/c10k.html
22 rizwank 1.1 2005-02-02 (tom):
23 * Setup changelog, todo, news files in wiki.
24 * Built lz32_test with MSVC headerrs under WinXP/VC++ 2003
25 2005-02-03 (tom):
26 * Finished reading _Chapter 5. Writing Conformance tests_ of _Wine Developer's Guide_
27 * Here is a quick summary of what is involved in creating a new conformance test for a wine dll:
28 * Create subdirectory 'tests' under dlls/[dllname]/
29 * Copy Makefile.in from another test into your tests subdir, and edit accordingly
30 * Edit dlls/[dllname]/Makefile.in and add SUBDIRS = tests
31 * Edit the autoconf script configure.ac to look in the dlls/[dllname]/tests directory
32 * Run autoconf on the script, save to configure. e.g. 'autoconf configure.ac > configure'
33 -- Main.ThomasKho - 04 Feb 2005
34
|