Difference between revisions of "Import sqlite test suite"
(→To Do) |
(→Project News) |
||
Line 43: | Line 43: | ||
== Project News == | == Project News == | ||
<b>Right Now,I am working on </b> | <b>Right Now,I am working on </b> | ||
− | * | + | * SQLite test suite checking |
Line 82: | Line 82: | ||
**it is called <b>over 20 times </b>, when Firefox is just opened. | **it is called <b>over 20 times </b>, when Firefox is just opened. | ||
[[Image:firstCompile.gif]] | [[Image:firstCompile.gif]] | ||
+ | |||
+ | *<b>2008/9/27</b> | ||
+ | **<b>SQLite Test Suite</b> testing and searching |
Revision as of 20:54, 2 October 2008
Contents
Project: Import sqlite test suite
Import sqlite test suite
Project Description
Mozilla uses an embedded version of SQLite extensively to store data such as bookmarks, history, etc. To insure that it runs properly within Mozilla, it would be good to add the entire sqlite test suite to Mozilla's tests, so that testing the browser also means testing sqlite. The sqlite test suite is written in TCL and needs to be ported to JavaScript. Some work has already been done, but more is required to get full test coverage.
Project Leader(s)
Project Contributor(s)
Project Details
bug 391756
http://www.0xdeadbeef.com/weblog/?p=368
To Do
- Research
- Programming
- Add new functions that when the firefox runs on test mode, it pops up a new window, and then shows only SQLite's communication parts and result.
- process
- Add a new option into .mozconfig
ac_add_options -enable-SQLitePopUp
- Bulid
- Run firefox
- Open a new window when SQLite is called
- Display communication between functions and SQLite
- Add a new option into .mozconfig
- process
- Add new functions that when the firefox runs on test mode, it pops up a new window, and then shows only SQLite's communication parts and result.
- Testing
- working and performance tests
- data testing
- TCL testing
Project News
Right Now,I am working on
- SQLite test suite checking
Working History
- 2008/9/15
- Create Project
- 2008/9/16
- Compile Firefox
- 2008/9/17
- Research web
- 2008/9/19
- Install SQLite manager 0.3.10 download
- 2008/9/20
- checking the .sqlite files and table structures
- SQLite in my computer:
- checking the .sqlite files and table structures
C:\Documents and Settings\user account name\Application Data\Mozilla\Firefox\Profiles\bulid name.default\
Files: signons.sqlite / search.sqlite / places.sqlite / permissions.sqlite / formhistory.sqlite / downloads.sqlite / cookies.sqlite / content-prefs.sqlite
- 2008/9/23
- Find a bug that Sequence number’s jumping
- I am searching that this is a reported bug or not, and when the numbers are jumping and why
- File Name: places.sqlite
- Summary: Sequence number is jumping
- OS: Win XP SP2
- I am searching that this is a reported bug or not, and when the numbers are jumping and why
- Find a bug that Sequence number’s jumping
- 2008/9/24
- Research SQLite bugs & features here
- look at the update list, the website is alive
- Research SQLite bugs & features here
- 2008/9/25
- My first testing : showing the test messages when SQLite is connected.
- it is called over 20 times , when Firefox is just opened.
- 2008/9/27
- SQLite Test Suite testing and searching