Difference between revisions of "User:Arny"

From Free Pascal wiki
Jump to navigationJump to search
(→‎My Fixes ToDo list: Nice idea; added some suggestions)
Line 22: Line 22:
  
 
Any other additions to the list would be welcome!
 
Any other additions to the list would be welcome!
 +
 +
What about:
 +
* Has no more than x failures (really should be x critical failures) in the compiler test suite (<fpcdir>\tests), see e.g. http://www.freepascal.org/testsuite/cgi-bin/testsuite.cgi
 +
* Has no more than x failures (really should be x critical failures) in the database test suite (see e.g. [[Databases#Running_FPC_database_tests]]
 +
--[[User:BigChimp|BigChimp]] 10:58, 31 August 2012 (UTC)

Revision as of 12:58, 31 August 2012

Full name: Arny Kromić

Forum nickname: TurboRascal

IRC nick (freenode): halfword

Country: Croatia

Writings

My Fixes ToDo list

Test snapshots from the Fixes branch so to also provide Fixes releases. They would be weekly or monthly, depending on how much time I can afford. In general, I can test on Win-32 and Linux-AMD64. If necessary, I could also test on Win-x64 and Linux-x86. The OS I don't have access to is MacOS, so it would be nice if someone with a Mac would volunteer eventually ;).

The first thing I need to do is complete a testing checklist. The (some obvious) requirements for a build are:

  • Can be compiled by an earlier version (I believe Snapshots already satisfy this)
  • Can be recompiled by itself out of the box
  • Can be recompiled to install all included packages (which don't require external components)
  • Can compile projects and get working executables (include compiling new, newly saved and old projects)

Any other additions to the list would be welcome!

What about:

--BigChimp 10:58, 31 August 2012 (UTC)