Bug 1798233 Comment 13 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

./mach test ./browser/base/content/test/contextMenu/browser_contextmenu_spellcheck.js

mochitest-browser
~~~~~~~~~~~~~~~~~
Ran 689 checks (688 subtests, 1 tests)
Expected results: 689
Unexpected results: 0
OK

$ cat mozconfig
ac_add_options --enable-debug

Results on my machine (which is Windows 11 on core i9)
But according to the code I understand why it could fail after enabling it.
So, I agree to remove an assert and enable the test or use int counter insted of bool
./mach test ./browser/base/content/test/contextMenu/browser_contextmenu_spellcheck.js
mochitest-browser
~~~~~~~~~~~~~~~~~
Ran 689 checks (688 subtests, 1 tests)
Expected results: 689
Unexpected results: 0
OK
cat mozconfig
ac_add_options --enable-debug

Results on my machine (which is Windows 11 on core i9)
But according to the code I understand why it could fail after enabling it.
So, I agree to remove an assert and enable the test or use int counter insted of bool
./mach test ./browser/base/content/test/contextMenu/browser_contextmenu_spellcheck.js
mochitest-browser
~~~~~~~~~~~~~~~~~
Ran 689 checks (688 subtests, 1 tests)
Expected results: 689
Unexpected results: 0
OK
cat mozconfig
ac_add_options --enable-debug

Back to Bug 1798233 Comment 13