summaryrefslogtreecommitdiff
path: root/TBBTestSuite
Commit message (Collapse)AuthorAge
...
* Use TORBROWSER_BUILDDIR (#13015) to find tbb versionsNicolas Vigier2015-02-23
| | | | | | | With the changes introduced by #13015, the directory name used on people.tpo includes the build number. We are now checking both the old directory name (for the maint-4.0 branch) and new name when looking for versions to test.
* Merge remote-tracking branch 'gk/bug_11236'Nicolas Vigier2015-02-18
|\
| * Bug 11236: Test that we have Startpage selectedGeorg Koppen2015-01-26
| | | | | | | | | | | | We test that we have Startpage as our default search engine. Ideally, we'd test that DuckDuckGo and Google are on the second respectively third place as well. But that part is missing yet.
* | Fix syntax error introduced by previous commitNicolas Vigier2015-02-18
| |
* | Add an acid3 testNicolas Vigier2015-02-17
| |
* | mozmill tests: export tbbinfosNicolas Vigier2015-02-17
|/ | | | | This allows the mozmill tests to access the version of Tor Browser being tested.
* Options: fix os and arch options on WindowsNicolas Vigier2015-01-19
|
* Allow the keyring option to be an arrayNicolas Vigier2015-01-19
|
* latest_tagged_version: Skip tags that are more than two weeks oldNicolas Vigier2015-01-19
|
* latest_builds: skip builds which are missing a signatureNicolas Vigier2015-01-19
|
* Generate missing thumbnails when receiving a reportNicolas Vigier2015-01-12
| | | | | | The testsuite when running on Windows does not currently generate thumbnails. So we should generate them on the server when we receive the report.
* Disable most tor_bootstrap tests on non-linux for nowNicolas Vigier2015-01-12
|
* Use $OSNAME rather than $options->{os} to check running OSNicolas Vigier2015-01-12
|
* Add security slider tests (#13682)Nicolas Vigier2014-12-15
|
* Fix ptdir path on WindowsNicolas Vigier2014-12-04
|
* tor_bootstrap: convert cygwin pid to windows pidNicolas Vigier2014-12-01
|
* BrowserBundleTests.pm: fix tbbdir path on WindowsNicolas Vigier2014-12-01
|
* tor_bootstrap: fix pathes on WindowsNicolas Vigier2014-12-01
|
* tor_bootstrap: improve error messageNicolas Vigier2014-12-01
|
* Add a test testsuiteNicolas Vigier2014-12-01
| | | | | This testsuite can be useful to check that the testsuite program is still working, after making some changes.
* Start adding browserrebase testsuite typeNicolas Vigier2014-11-16
|
* git_clone_fetch: detach HEAD before fetching new commitsNicolas Vigier2014-11-16
| | | | | If we are on a branch and we don't deatch HEAD before, git will refuse to update that branch.
* BrowserGit: Use git-rev-list to get a list of commitsNicolas Vigier2014-11-16
|
* Run failing tests 2 timesNicolas Vigier2014-10-29
|
* chomp twice the output of git commandsNicolas Vigier2014-10-28
| | | | Sometimes, git adds an empty line at the end of its output.
* Clone gecko-dev from githubNicolas Vigier2014-10-28
| | | | For some reason, git.mozilla.org now gives me a timeout error.
* Fix the readelf_RELRO testNicolas Vigier2014-10-09
|
* config/linus-nightly*: try the last 3 daysNicolas Vigier2014-10-09
|
* TorBootstrap.pm: add Browser dir to LD_LIBRARY_PATHNicolas Vigier2014-10-07
| | | | | | | | | After changes in commit 0d36f05505208e8c46ece532c9cb455cde31c417 in tor-browser-bundle.git. This is not really needed as only the browser require this, but Tor in the bundle is also run with this LD_LIBRARY_PATH too, so we should test the same.
* ff_wrapper: add Browser dir to LD_LIBRARY_PATHNicolas Vigier2014-10-07
| | | | | This is needed after commit 0d36f05505208e8c46ece532c9cb455cde31c417 on tor-browser-bundle.git.
* mozmill: fail test if no test is passedNicolas Vigier2014-10-07
| | | | Rather than only checking that no test is failed.
* VirusTotal.pm: improve error handlingNicolas Vigier2014-10-06
|
* Add a browserbundle_virustotal testsuite typeNicolas Vigier2014-10-04
|
* virustotal: use Find::File to find all *.exe filesNicolas Vigier2014-10-03
|
* Check if mbox meta file was created before trying to read itNicolas Vigier2014-09-30
|
* Merge remote-tracking branch 'gk/bug_13024'Nicolas Vigier2014-09-30
|\ | | | | | | | | Conflicts: TBBTestSuite/BrowserBundleTests.pm
| * Bug 13024: Make sure resource timing is disabled.Georg Koppen2014-09-30
| | | | | | | | | | | | | | This Mozmill test checks if it is possible to get resources with either of the three available methods (getEntriesByType(), getEntriesByName() and getEntries()). If so, it fails as this is a clear sign resource timing has not been disabled properly and may still be active instead.
* | Bug 13186: Test for the Navigation Timing API.Georg Koppen2014-09-29
|/
* Fix check_opened_connections testNicolas Vigier2014-09-22
| | | | Sometimes $bad_connections{'127.0.0.1:9150'} can be undefined.
* clone_strip_coderef: remove scalar refsNicolas Vigier2014-09-22
| | | | | | dclone strips code refs and replaces them by a ref to a string, which encode_json doesn't like. So we now replace those scalar refs with the scalar itself.
* Fail test when bad connections were detected with mboxNicolas Vigier2014-09-22
|
* Set TOR_SOCKS_PORT and TOR_CONTROL_PORT in pre_testsNicolas Vigier2014-09-22
|
* Strip code refs before exporting to jsonNicolas Vigier2014-09-22
| | | | When exporting test options to json on mozmill tests.
* Add a new test: play_videosNicolas Vigier2014-09-22
|
* Add mozmill-tests/tbb-tests/test_page.jsNicolas Vigier2014-09-22
| | | | | | | | | | | | | | | | | | | | | | | This mozmill test can be used to test a page. It uses infos from the test and options to find which page to load. The test page should set a test_result element on the page with OK if the test was successful, or an error otherwise. The following test options are used: - the name of the test is the name of the page that will be loaded (with .html appended) - if remote is set to true, it is loaded remotely, using the test_data_url option, otherwise it is loaded from the local test-data directory. - timeout is the time in milliseconds to wait for the test_result element to appear. The default is 50000. - interval is how often we should check if the test_result element appeared. The default is 100.
* Move the test for sha256sums.txt file outside tbb_filename_infosNicolas Vigier2014-09-22
|
* Allow defining the mozmill file separatly from the test nameNicolas Vigier2014-09-21
| | | | This will allow us to use the same mozmill file for multiple tests.
* Export testsuite and test options to mozmill testsNicolas Vigier2014-09-17
| | | | | Before running each mozmill test, export testsuite and test options as json to a file that can be included by the test.
* Add the --disable-tests optionNicolas Vigier2014-09-15
|
* Make it possible to define enable-tests as an hash refNicolas Vigier2014-09-15
|