mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
48 lines
2.7 KiB
Text
48 lines
2.7 KiB
Text
|
Check file:///[WILDCARD]/test/nested_failures.ts
|
||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<testsuites name="deno test" tests="11" failures="6" errors="0" time="[WILDCARD]">
|
||
|
<testsuite name="./test/nested_failures.ts" tests="11" disabled="0" errors="0" failures="6">
|
||
|
<testcase name="parent 1" classname="./test/nested_failures.ts" time="[WILDCARD]" line="1" col="6">
|
||
|
<failure message="1 test step failed">1 test step failed.</failure>
|
||
|
</testcase>
|
||
|
<testcase name="parent 2" classname="./test/nested_failures.ts" time="[WILDCARD]" line="8" col="6">
|
||
|
<failure message="2 test steps failed">2 test steps failed.</failure>
|
||
|
</testcase>
|
||
|
<testcase name="parent 3" classname="./test/nested_failures.ts" time="[WILDCARD]" line="20" col="6">
|
||
|
</testcase>
|
||
|
<testcase name="parent 1 > child 1" classname="./test/nested_failures.ts" time="[WILDCARD]" line="2" col="11">
|
||
|
</testcase>
|
||
|
<testcase name="parent 1 > child 2" classname="./test/nested_failures.ts" time="[WILDCARD]" line="3" col="11">
|
||
|
<failure message="Uncaught Error: Fail.">Error: Fail.
|
||
|
throw new Error("Fail.");
|
||
|
^
|
||
|
at file:///[WILDCARD]/test/nested_failures.ts:4:11
|
||
|
[WILDCARD]</failure>
|
||
|
</testcase>
|
||
|
<testcase name="parent 2 > child 1" classname="./test/nested_failures.ts" time="[WILDCARD]" line="9" col="11">
|
||
|
<failure message="1 test step failed">1 test step failed.</failure>
|
||
|
</testcase>
|
||
|
<testcase name="parent 2 > child 1 > grandchild 1" classname="[WILDCARD]/test/nested_failures.ts" time="[WILDCARD]" line="10" col="13">
|
||
|
</testcase>
|
||
|
<testcase name="parent 2 > child 1 > grandchild 2" classname="[WILDCARD]/test/nested_failures.ts" time="[WILDCARD]" line="11" col="13">
|
||
|
<failure message="Uncaught Error: Fail.">Error: Fail.
|
||
|
throw new Error("Fail.");
|
||
|
^
|
||
|
at file:///[WILDCARD]/test/nested_failures.ts:12:13
|
||
|
[WILDCARD]</failure>
|
||
|
</testcase>
|
||
|
<testcase name="parent 2 > child 2" classname="./test/nested_failures.ts" time="[WILDCARD]" line="15" col="11">
|
||
|
<failure message="Uncaught Error: Fail.">Error: Fail.
|
||
|
throw new Error("Fail.");
|
||
|
^
|
||
|
at file:///[WILDCARD]/test/nested_failures.ts:16:11
|
||
|
[WILDCARD]</failure>
|
||
|
</testcase>
|
||
|
<testcase name="parent 3 > child 1" classname="./test/nested_failures.ts" time="[WILDCARD]" line="21" col="11">
|
||
|
</testcase>
|
||
|
<testcase name="parent 3 > child 2" classname="./test/nested_failures.ts" time="[WILDCARD]" line="22" col="11">
|
||
|
</testcase>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
error: Test failed
|