And MOZ_ASSERT_UNREACHABLE with MOZ_CRASH. MOZ_ASSERT and MOZ_ASSERT_UNREACHABLE are only checked in debug builds, so release builds' tests are not checking these assertions (though these tests could still have failed later with less-obvious errors). Depends on D207377 Differential Revision: https://phabricator.services.mozilla.com/D207378