- May 22, 2015
-
-
Edward Tjörnhammar authored
idea.android-studio: 1.2.0.12 -> 1.2.1.1
-
Arseniy Seroka authored
Update tor to 0.2.6.8
-
Eelco Dolstra authored
-
Sander van der Burg authored
-
Peter Simons authored
-
Sander van der Burg authored
-
Eelco Dolstra authored
Also enable parallel building, as it seems to work reliably for Firefox.
-
aszlig authored
Works around regression from a305e685. We're also marking it lowPrio to make sure nobody will accidentally reference it using nix-env -i. Until we have fixed #7402, we're going to build with the old gyp version to prevent being affected by https://crbug.com/462153 . Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
aszlig authored
This will make the test a lot more reliable, because we no longer need to press ESC multiple times hoping that it will close the popup. Unfortunately in order to run this test I needed to locally revert the gyp update from a305e685 . With the old gyp version however the test runs fine and it's able to properly detect the popup. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
Florian Friesdorf authored
-
Florian Friesdorf authored
-
Tobias Geerinckx-Rice authored
-
Tobias Geerinckx-Rice authored
Provide a more robust experience for users with horrible network hardware (me).
-
Damien Cassou authored
networkmanager 1.0.0 -> 1.0.2
-
Damien Cassou authored
-
aszlig authored
Thanks to @bjornfor for the note. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
aszlig authored
Only include the English language for the VM tests, because we most likely won't need other languages. At least for now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
aszlig authored
Especially useful for our OCR based VM tests, where we only need the english language. By default the argument is null so all languages are included. If a list of language name is passed only those languages are enabled, for example: tesseract.override { enableLanguages = [ "eng" "spa" ]; }; To only enable support for English and Spanish languages. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
aszlig authored
By default this is now enabled, and it has to be explicitely enabled using "enableOCR = true". If it is set to false, any usage of getScreenText or waitForText will fail with an error suggesting to pass enableOCR. This should get rid of the rather large dependency on tesseract which we don't need for most tests. Note, that I'm using system("type -P") here to check whether tesseract is in PATH. I know it's a bashism but we already have other bashisms within the test scripts and we also run it with bash, so IMHO it's not a problem here. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
William A. Kennington III authored
gyp: svn-1977 -> 2015-05-17
-
William A. Kennington III authored
x265: 1.6 -> 1.7
-
William A. Kennington III authored
libssh: fix libsodium linking
-
William A. Kennington III authored
-
William A. Kennington III authored
-
Charles Strahan authored
fixes #7881
-
- May 21, 2015
-
-
Chris Double authored
-
codyopel authored
resolves pkg-config errors for anything linking against libssh
-
Pascal Wittmann authored
scribus: update from 1.4.4 to 1.4.5
-
Arseniy Seroka authored
fsharp: update from 3.1.1.31 to 3.1.1.32
-
Vincent Laporte authored
-
Thomas Tuegel authored
-
lethalman authored
Fix gnome3.libgit2-glib build.
-
Domen Kožar authored
-
Gabriel Ebner authored
-
Vincent Laporte authored
-
Vincent Laporte authored
-
aszlig authored
Fixes the "blindly hope that 60 seconds is enough" issue from 1f345030 , so that we now have a (hopefully) reliable way to wait for the passphrase prompt. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
aszlig authored
As promised in the previous commit, this can be used similarly to $machine->waitForWindow, where you supply a regular expression and it's retrying OCR until the regexp matches. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
aszlig authored
Basically, this creates a screenshot and throws tesseract at it to recognize the characters from the screenshot. In order to produce a result that is well enough, we're using lanczos scaling and scale the image up to 400% of its original size. This provides the base functionality for a new Machine method which will be called waitForText. I originally had that idea long ago when writing the VM tests for VirtualBox and Chromium, but thought it would be disproportionate to the case. The downside however is that VM tests now depend on tesseract, but given the average runtime of our tests it really shouldn't have a too big impact and it's only a runtime dependency after all. Another issue is that the OCR process takes quite some time to finish, but IMHO it's better (as in more deterministic) than to rely on sleep(). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-
John Wiegley authored
-