Re: [sqlite] Sqlite testing

2009-09-28 Thread Shane Harrelson
I'd like to help, but you've not provided any relevant information. Obviously, in order to test, you're going to need to resolve your build failure. SQLite version, compiler, compiler options, compiler output, etc. would all be useful towards this end. -Shane On Fri, Sep 25, 2009 at 12:17 AM,

Re: [sqlite] Sqlite testing

2009-09-28 Thread Shane Harrelson
I'd like to help, but you've not provided any relevant information. Obviously, in order to test, you're going to need to resolve your build failure. SQLite version, compiler, compiler options, compiler output, etc. would all be useful towards this end. -Shane On Fri, Sep 25, 2009 at 12:17 AM,

Re: [sqlite] Sqlite testing

2009-09-24 Thread ydlu
I create the "Windows CE 6.0" OS image, so the Console command windows was included. I try to build "SQLite3.exe" but failed! So how to test SQLite3 on WIndows CE environment on every build? Thanks On Wed, Sep 23, 2009 at 8:03 AM, Shane Harrelson wrote: > On Wed, Sep 23, 2009

Re: [sqlite] Sqlite testing

2009-09-23 Thread Shane Harrelson
On Wed, Sep 23, 2009 at 12:22 AM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > ydlu wrote: >> I am Windows CE software developer, so I am really, really want to learn how >> you built and test "sqlite3.exe" in Windows CE platform. so I can run a

Re: [sqlite] Sqlite testing

2009-09-22 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ydlu wrote: > I am Windows CE software developer, so I am really, really want to learn how > you built and test "sqlite3.exe" in Windows CE platform. so I can run a > console command line in Windows CE enivroment. http://www.sqlite.org/testing.html

Re: [sqlite] Sqlite testing

2009-09-22 Thread ydlu
Hi: I am Windows CE software developer, so I am really, really want to learn how you built and test "sqlite3.exe" in Windows CE platform. so I can run a console command line in Windows CE enivroment. thanks Lu On Thu, Sep 17, 2009 at 6:58 AM, D. Richard Hipp wrote: > > On Sep

Re: [sqlite] Sqlite testing

2009-09-17 Thread D . Richard Hipp
On Sep 16, 2009, at 10:35 PM, James Cooper wrote: > Your web page www.sqlite.org/testing.html mentions that each release > must pass an extensive set of tests " on multiple platforms and > under multiple compile-time configurations", but I have not been > abel to find out what platforms

RE: [sqlite] sqlite testing with Boundschecker

2007-07-05 Thread James Dennett
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 01, 2007 11:11 AM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] sqlite testing with Boundschecker > > "Damian Slee" <[EMAIL PROTECTED]> wrote: >

Re: [sqlite] sqlite testing with Boundschecker

2007-07-05 Thread Florian Weimer
> So apparently boundschecker is upset because SQLite is merely making > a copy pointer to previously freed memory. There really is no harm > in this. Nothing bad can happen unless the program actually tries > to dereference the pointer - which it never does. I don't think GCC makes this

Re: [sqlite] sqlite testing with Boundschecker

2007-07-01 Thread drh
"Damian Slee" <[EMAIL PROTECTED]> wrote: > > I have done some testing with 3.2 and now 3.4, visual studio2003 and > boundschecker (and XP). Thank you for the report. I have analyzed the errors reported by boundschecker and they all appear to be false postives. The SQLite 3.4.0 code base is

[sqlite] sqlite testing with Boundschecker

2007-07-01 Thread Damian Slee
Hi, I have done some testing with 3.2 and now 3.4, visual studio2003 and boundschecker (and XP). I get a few reported errors when I simply do the .dump command with no db. Happens on other times with a db, this is easier. Line numbers are from the downloaded 3.4.0 source. I don’t really know