In order to reduce the confusion for people writing tests using both
xpcshell and mochitests, I'm currently working on removing the old
do_* helpers that have an obvious nicer equivalent.

This is happening in https://bugzilla.mozilla.org/show_bug.cgi?id=1421992

I'm removing the following do_check_* functions and replacing them
with equivalent Assert.* calls in the existing xpcshell tests:
do_check_true, do_check_false, do_check_eq, do_check_neq,
do_check_null, do_check_matches.

Additionally, I'm renaming do_print to info, do_register_cleanup to
registerCleanupFunction and do_execute_soon to executeSoon.

The patches are large (about 2000 files and 25000 lines touched) so
I'm giving a heads up that I'm expecting to land this in a few days. I
anybody has xpcshell tests that are ready to land, I would suggest
landing them sooner than later.

Thanks,
Florian

-- 
Florian Quèze
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to