- 08 Oct, 2014 1 commit
-
-
boklm authored
This should fix a problem with esr31 when the browser gets killed for trying to use the mprotect system call.
-
- 07 Oct, 2014 3 commits
-
-
boklm authored
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.
-
boklm authored
This is needed after commit 0d36f05505208e8c46ece532c9cb455cde31c417 on tor-browser-bundle.git.
-
boklm authored
Rather than only checking that no test is failed.
-
- 06 Oct, 2014 7 commits
- 04 Oct, 2014 2 commits
- 03 Oct, 2014 3 commits
- 02 Oct, 2014 1 commit
-
-
boklm authored
-
- 30 Sep, 2014 4 commits
-
-
boklm authored
-
boklm authored
Conflicts: TBBTestSuite/BrowserBundleTests.pm
-
Georg Koppen authored
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.
-
Georg Koppen authored
-
- 29 Sep, 2014 1 commit
-
-
Georg Koppen authored
-
- 25 Sep, 2014 4 commits
-
-
boklm authored
-
boklm authored
Patch on ticket #12998 has been merged, so we can uncomment this.
-
boklm authored
The check works on the en_US bundle, but not on the localized bundles which have something like this in this setting: {"langpack-nl@firefox.mozilla.org":{"version":"24.8.0","type":"locale", "descriptor":"/home/testtestsuite/tbb-testsuite/tmp/ie0y0RPLZp/ tor-browser_nl/Data/Browser/profile.default/extensions/langpack-nl@firefox .mozilla.org.xpi"}}
-
boklm authored
While running the test suite, we are bootstrapping tor on a non default port, so we changing the value of this setting (using the TOR_SOCKS_PORT environment variable), which makes the test fail.
-
- 22 Sep, 2014 11 commits
-
-
boklm authored
Sometimes $bad_connections{'127.0.0.1:9150'} can be undefined.
-
boklm authored
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.
-
boklm authored
-
boklm authored
-
boklm authored
-
boklm authored
-
boklm authored
When exporting test options to json on mozmill tests.
-
boklm authored
-
boklm authored
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.
-
boklm authored
Set "OK" in a test_result element when the test finished.
-
boklm authored
-
- 21 Sep, 2014 2 commits
- 17 Sep, 2014 1 commit
-
-
boklm authored
A page playing a list of videos. This page is going to be used in a mozmill test.
-