function test() {
  ok(false, "first fail ok");
  ok(true, "then pass ok");
}