Dear sdcc developers and users,

the sdcc regression test results are from now on stored in a database at sourceforge. Actually everything is stored in a single table:

regtest_results

Table comments: regression test results

Field Type Null Default Comments MIME
platform varchar(64) No       
target varchar(64) No       
build_number int(11) No       
date date No  0000-00-00     
regtest_name varchar(255) No       
failures int(11) No       
tests int(11) No       
cases int(11) No       
bytes int(11) No       
ticks int(11) No       
time timestamp No  CURRENT_TIMESTAMP     

Indexes: Documentation

Keyname Type Unique Packed Field Cardinality Collation Null Comment
PRIMARY BTREE Yes No platform 0 A

target 0 A
build_number 0 A
date 401 A


Now we need some WEB GUI to access the database. This can be done in steps:
  1. complete table download in CSV format
  2. table download in CSV format, depending on criteria (platform, target, build_number, date, regtest_name)
  3. displaying regtest results, depending on criteria (platform, target, build_number, date, regtest_name)
  4. displaying differences between two regression test results (build_number, date), depending on criteria (platform, target, regtest_name)
Is there a volunteer who would like to implement it?
If you are interested, send me a mail and I'll give you all additional info you need.

Best regards,
Borut
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to