Home | History | Annotate | Download | only in harness

Lines Matching full:database

385     alert("Failed to load testinfo.data. Database of tests will not be initialized.");
1467 // Database stuff
1471 alert('Database error: ' + error.message);
1472 window.console.log('Database error: ' + error.message);
1597 window.console.log('Tring to populate database before testinfo.data has been loaded');
1622 // self.tests is canonical; the database may contain stale entries.
1626 window.console.log('Trying to sync database before testinfo.data has been loaded');
1639 // Find tests that are not in the database yet.
1666 window.console.log('Test ' + item.test + ' was in the database but is no longer in the suite; deleting.');