зеркало из https://github.com/mozilla/pluotsorbet.git
Fix test and update pass count.
This commit is contained in:
Родитель
1110ea3a63
Коммит
dc28a5a103
|
@ -70,7 +70,7 @@ var gfxTests = [
|
|||
];
|
||||
|
||||
var expectedUnitTestResults = [
|
||||
{ name: "pass", number: 71566 },
|
||||
{ name: "pass", number: 71575 },
|
||||
{ name: "fail", number: 0 },
|
||||
{ name: "known fail", number: 215 },
|
||||
{ name: "unknown pass", number: 0 }
|
||||
|
|
|
@ -82,12 +82,8 @@ public class TestUtfReaders implements Testlet {
|
|||
|
||||
th.check(s, s2);
|
||||
} catch (Throwable t) {
|
||||
if (e.equals("UTF_8")) {
|
||||
th.todo(false, "Unexpected exception");
|
||||
} else {
|
||||
th.fail("Unexpected exception: " + t);
|
||||
t.printStackTrace();
|
||||
}
|
||||
th.fail("Unexpected exception: " + t);
|
||||
t.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче