Closed
Bug 1136037
Opened 10 years ago
Closed 7 years ago
When a test file has a syntax error, blanket fails and then the test-agent can't run anything
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1125108 +++
STR:
1. have the test-agent browser + server running in background
2. save a syntax error in a file that's monitored by the test-agent
Expected:
* an error shows up in the console
* when I save the file removing the syntax error, it's now run again
Actual:
* an error shows up in the console
* when I save the file removing the syntax error, nothing runs. And actually the same happens for all files. I need to reload the test-agent window to make it work again.
The blanket error is:
JavaScript error: app://sms.gaiamobile.org/common/vendor/blanket/blanket.js?time=1422018172628, line 41: Error: Line 41: Unexpected token :
I think we need to catch those errors so that the test-agent can run subsequent tests.
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•