[opensource-dev] CALLING ALL WINDOWS ENVIROMENT OS DEVS!!!!!!!!!!!!!!!
WolfPup Lowenhar
wolfpup67 at earthlink.net
Mon Nov 1 07:58:02 PDT 2010
For reference please see the following online repository:
http://bitbucket.org/oz_linden/storm-102
and also,
http://bitbucket.org/oz_linden/storm-102/src/tip/indra/llvfs/tests/lldir_tes
t.cpp#cl-380
Code in question:
// Scan dir2 and see if any file?.??c files are found
bool expected8[5] = { true, true, false, false, false };
scanTest(dir2, "file?.??c", expected8);
//bool expected8[5] = { true, true, false, false, false };//
re-initizalition will fail the build
scanTest(dir2, "*.??c", expected8);
Now the issue:
1. When building the test it fails. You can only build it in release
mode in visual studio as trying to build the test in particular in anything
else will cause the resulting exe to crash and burn on run. Also if you try
to the commented out step the build will fail no mater what.
2. With a working test program it will fail one of the tests no mater
hominy times you run it or even rebuild it.
3. When running a debug of the test for some odd reason it will start
trying to look at a null location causing the failure.(see attached debug
file)
I need some help getting this test to work right and not fail on a windows
system. I welcome and help in this matter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20101101/b304b68a/attachment-0002.htm
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Output-Build-2010-10-31-1147.txt
Url: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20101101/b304b68a/attachment-0003.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Output-Build-2010-11-01-0930-Intergration_test_lldir_failing.txt
Url: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20101101/b304b68a/attachment-0004.txt
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Output-Debug-2010-10-31-2100.txt
Url: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20101101/b304b68a/attachment-0005.txt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20101101/b304b68a/attachment-0003.htm
More information about the opensource-dev
mailing list