Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/browser/browser_conversation_stream.js
Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/xpcshell/test_Chat.js
These first two are failures outside of browser/components/aiwindow/ui/test folder - I did not notice these locally, will fix these errors.
browser_smartwindow_tab_switching.js reports a PASSED file though it fails because of non local connection attempts, will fix:
```
Found by: stack scanning
54 libmozglue.dylib + 0x1bffc
sp = 0x000000016d726380 pc = 0x00000001028ec000
Found by: stack scanning
0:09.23 TEST_END: CRASH
0:09.23 INFO runtests.py | Running http tests: end. status: 1
0:09.23 INFO Stopping web server
0:09.24 INFO Server shut down.
0:09.24 INFO Web server killed.
0:09.24 INFO Stopping web socket server
0:09.24 INFO Stopping ssltunnel
0:09.25 INFO Buffered messages finished
TEST-INFO | checking window state
Browser Chrome Test Summary
Passed: 0
Failed: 0
Todo: 0
Mode: e10s
*** End BrowserChrome Test Results ***
0:09.25 INFO Buffered messages finished
0:09.25 SUITE_END
0:09.25
Overall Summary
===============
mochitest-browser
~~~~~~~~~~~~~~~~~
Ran 1 checks (1 tests)
Expected results: 1
Unexpected results: 0
OK
```
Bug 2015576 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
```
Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/browser/browser_conversation_stream.js
Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/xpcshell/test_Chat.js
```
These first two are failures outside of browser/components/aiwindow/ui/test folder - I did not notice these locally, will fix these errors.
browser_smartwindow_tab_switching.js reports a PASSED file though it fails because of non local connection attempts, will fix:
```
Found by: stack scanning
54 libmozglue.dylib + 0x1bffc
sp = 0x000000016d726380 pc = 0x00000001028ec000
Found by: stack scanning
0:09.23 TEST_END: CRASH
0:09.23 INFO runtests.py | Running http tests: end. status: 1
0:09.23 INFO Stopping web server
0:09.24 INFO Server shut down.
0:09.24 INFO Web server killed.
0:09.24 INFO Stopping web socket server
0:09.24 INFO Stopping ssltunnel
0:09.25 INFO Buffered messages finished
TEST-INFO | checking window state
Browser Chrome Test Summary
Passed: 0
Failed: 0
Todo: 0
Mode: e10s
*** End BrowserChrome Test Results ***
0:09.25 INFO Buffered messages finished
0:09.25 SUITE_END
0:09.25
Overall Summary
===============
mochitest-browser
~~~~~~~~~~~~~~~~~
Ran 1 checks (1 tests)
Expected results: 1
Unexpected results: 0
OK
```
``` Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/browser/browser_conversation_stream.js Failure log -> TEST-UNEXPECTED-FAIL | browser/components/aiwindow/models/tests/xpcshell/test_Chat.js ``` These first two are failures outside of browser/components/aiwindow/ui/test folder - I did not notice these locally, will fix these errors. browser_smartwindow_tab_switching.js failure is not replicating locally, trying to replicate to figure out cause of failure.