nikseras / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

Opera hangs when using coverage plugin (JSTestDriver 1.3.4.b, coverage 1.3.4.b) #357

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out the sample project 
(http://js-test-driver.googlecode.com/svn/samples)
2. Download JSTestDriver-1.3.4.b.jar and coverage-1.3.4.b.jar 
(http://code.google.com/p/js-test-driver/downloads/list) and place them in the 
hello-world directory.
3. Use the configuration file from the sample project, add these three lines 
for the coverage plugin and correct the path to the .jar file 
(http://code.google.com/p/js-test-driver/wiki/CodeCoverage)
4. Run the JSTestdriver command to run the server and execute the browsers (as 
in the continuous build instructions: 
http://code.google.com/p/js-test-driver/wiki/ContinuousBuild, include at least 
the path to opera in the --browser argument)
$ java -jar JsTestDriver-1.3.4.b.jar --config /path/to/configFile --tests all 
--basePath /path/to/projectFolder --testOutput /path/to/save/output.xml --port 
4224 --browser /usr/bin/firefox,/usr/bin/opera

What is the expected output? What do you see instead?
JSTestDriver should start all the browsers specified via --browser flag, run 
the tests, generate the coverage report and close the browsers.

JSTestDriver starts all the browsers, in any other browser it works as 
expected, but when running opera, it hangs while executing LCOV.js until the 
timeout closes the server.

What version of the product are you using? On what operating system?
Version 1.3.4.b (JSTestDriver and coverage plugin, from the downloads).
I can reproduce the error on Ubuntu linux (11.10) and on windows server 2008 as 
well.

Please provide any additional information below.

Original issue reported on code.google.com by bjoernjo...@gmail.com on 8 Apr 2012 at 12:59

GoogleCodeExporter commented 8 years ago
Issue 404 has been merged into this issue.

Original comment by Sergey.S...@gmail.com on 25 Jan 2013 at 8:58

GoogleCodeExporter commented 8 years ago
Issue 404 has been merged into this issue.

Original comment by Sergey.S...@gmail.com on 25 Jan 2013 at 8:58