Skip to content

Commit

Permalink
Update test results after restyling
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 1, 2017
1 parent 13a98c4 commit 6d2d998
Show file tree
Hide file tree
Showing 11 changed files with 243 additions and 243 deletions.
56 changes: 28 additions & 28 deletions tests/testthat/reporters/check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@ FALSE isn't true.
stop
1: stop("stop") at reporters/tests.R:28

6. Error: Error:3 (@tests.R#36) ------------------------------------------------
6. Error: Error:3 (@tests.R#42) ------------------------------------------------
!
1: f() at reporters/tests.R:36
2: g() at reporters/tests.R:32
3: h() at reporters/tests.R:33
4: stop("!") at reporters/tests.R:34
1: f() at reporters/tests.R:42
2: g() at reporters/tests.R:33
3: h() at reporters/tests.R:36
4: stop("!") at reporters/tests.R:39

7. Error: Recursion:1 (@tests.R#45) --------------------------------------------
7. Error: Recursion:1 (@tests.R#51) --------------------------------------------
This is deep
1: f(25) at reporters/tests.R:45
2: f(x - 1) at reporters/tests.R:43
3: f(x - 1) at reporters/tests.R:43
4: f(x - 1) at reporters/tests.R:43
5: f(x - 1) at reporters/tests.R:43
6: f(x - 1) at reporters/tests.R:43
7: f(x - 1) at reporters/tests.R:43
8: f(x - 1) at reporters/tests.R:43
9: f(x - 1) at reporters/tests.R:43
10: f(x - 1) at reporters/tests.R:43
1: f(25) at reporters/tests.R:51
2: f(x - 1) at reporters/tests.R:49
3: f(x - 1) at reporters/tests.R:49
4: f(x - 1) at reporters/tests.R:49
5: f(x - 1) at reporters/tests.R:49
6: f(x - 1) at reporters/tests.R:49
7: f(x - 1) at reporters/tests.R:49
8: f(x - 1) at reporters/tests.R:49
9: f(x - 1) at reporters/tests.R:49
10: f(x - 1) at reporters/tests.R:49
...
18: f(x - 1) at reporters/tests.R:43
19: f(x - 1) at reporters/tests.R:43
20: f(x - 1) at reporters/tests.R:43
21: f(x - 1) at reporters/tests.R:43
22: f(x - 1) at reporters/tests.R:43
23: f(x - 1) at reporters/tests.R:43
24: f(x - 1) at reporters/tests.R:43
25: f(x - 1) at reporters/tests.R:43
26: f(x - 1) at reporters/tests.R:43
27: stop("This is deep") at reporters/tests.R:43
18: f(x - 1) at reporters/tests.R:49
19: f(x - 1) at reporters/tests.R:49
20: f(x - 1) at reporters/tests.R:49
21: f(x - 1) at reporters/tests.R:49
22: f(x - 1) at reporters/tests.R:49
23: f(x - 1) at reporters/tests.R:49
24: f(x - 1) at reporters/tests.R:49
25: f(x - 1) at reporters/tests.R:49
26: f(x - 1) at reporters/tests.R:49
27: stop("This is deep") at reporters/tests.R:49

testthat results ================================================================
OK: 7 SKIPPED: 3 FAILED: 7
Expand All @@ -54,6 +54,6 @@ OK: 7 SKIPPED: 3 FAILED: 7
3. Failure: Failure:2b (@tests.R#15)
4. Failure: Failure:loop (@tests.R#20)
5. Error: Error:1 (@tests.R#28)
6. Error: Error:3 (@tests.R#36)
7. Error: Recursion:1 (@tests.R#45)
6. Error: Error:3 (@tests.R#42)
7. Error: Recursion:1 (@tests.R#51)

86 changes: 43 additions & 43 deletions tests/testthat/reporters/debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,51 @@

1: tests.R#28: stop("stop")

1: tests.R#36: f()
2: tests.R#32: g()
3: tests.R#33: h()
4: tests.R#34: stop("!")

1: tests.R#45: f(25)
2: tests.R#43: f(x - 1)
3: tests.R#43: f(x - 1)
4: tests.R#43: f(x - 1)
5: tests.R#43: f(x - 1)
6: tests.R#43: f(x - 1)
7: tests.R#43: f(x - 1)
8: tests.R#43: f(x - 1)
9: tests.R#43: f(x - 1)
10: tests.R#43: f(x - 1)
11: tests.R#43: f(x - 1)
12: tests.R#43: f(x - 1)
13: tests.R#43: f(x - 1)
14: tests.R#43: f(x - 1)
15: tests.R#43: f(x - 1)
16: tests.R#43: f(x - 1)
17: tests.R#43: f(x - 1)
18: tests.R#43: f(x - 1)
19: tests.R#43: f(x - 1)
20: tests.R#43: f(x - 1)
21: tests.R#43: f(x - 1)
22: tests.R#43: f(x - 1)
23: tests.R#43: f(x - 1)
24: tests.R#43: f(x - 1)
25: tests.R#43: f(x - 1)
26: tests.R#43: f(x - 1)
27: tests.R#43: stop("This is deep")

1: tests.R#51: skip("skip")

1: tests.R#56: f()
2: tests.R#55: skip("skip")

1: tests.R#59: test_that("Skip:3", {
1: tests.R#42: f()
2: tests.R#33: g()
3: tests.R#36: h()
4: tests.R#39: stop("!")

1: tests.R#51: f(25)
2: tests.R#49: f(x - 1)
3: tests.R#49: f(x - 1)
4: tests.R#49: f(x - 1)
5: tests.R#49: f(x - 1)
6: tests.R#49: f(x - 1)
7: tests.R#49: f(x - 1)
8: tests.R#49: f(x - 1)
9: tests.R#49: f(x - 1)
10: tests.R#49: f(x - 1)
11: tests.R#49: f(x - 1)
12: tests.R#49: f(x - 1)
13: tests.R#49: f(x - 1)
14: tests.R#49: f(x - 1)
15: tests.R#49: f(x - 1)
16: tests.R#49: f(x - 1)
17: tests.R#49: f(x - 1)
18: tests.R#49: f(x - 1)
19: tests.R#49: f(x - 1)
20: tests.R#49: f(x - 1)
21: tests.R#49: f(x - 1)
22: tests.R#49: f(x - 1)
23: tests.R#49: f(x - 1)
24: tests.R#49: f(x - 1)
25: tests.R#49: f(x - 1)
26: tests.R#49: f(x - 1)
27: tests.R#49: stop("This is deep")

1: tests.R#57: skip("skip")

1: tests.R#64: f()
2: tests.R#62: skip("skip")

1: tests.R#67: test_that("Skip:3", {
})

1: tests.R#65: warning("abc")
1: tests.R#73: warning("abc")

1: tests.R#69: warning("def")
1: tests.R#79: warning("def")

1: tests.R#70: f()
2: tests.R#68: warning("ghi")
1: tests.R#80: f()
2: tests.R#77: warning("ghi")

52 changes: 26 additions & 26 deletions tests/testthat/reporters/junit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,37 +24,37 @@
1: stop("stop") at reporters/tests.R:28</error>
</testcase>
<testcase time="0" classname="Errors" name="Error:3">
<error type="error" message="! (@tests.R#36)">!
1: f() at reporters/tests.R:36
2: g() at reporters/tests.R:32
3: h() at reporters/tests.R:33
4: stop("!") at reporters/tests.R:34</error>
<error type="error" message="! (@tests.R#42)">!
1: f() at reporters/tests.R:42
2: g() at reporters/tests.R:33
3: h() at reporters/tests.R:36
4: stop("!") at reporters/tests.R:39</error>
</testcase>
</testsuite>
<testsuite name="Recursion" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="1" skipped="0" failures="0" errors="1" time="0">
<testcase time="0" classname="Recursion" name="Recursion:1">
<error type="error" message="This is deep (@tests.R#45)">This is deep
1: f(25) at reporters/tests.R:45
2: f(x - 1) at reporters/tests.R:43
3: f(x - 1) at reporters/tests.R:43
4: f(x - 1) at reporters/tests.R:43
5: f(x - 1) at reporters/tests.R:43
6: f(x - 1) at reporters/tests.R:43
7: f(x - 1) at reporters/tests.R:43
8: f(x - 1) at reporters/tests.R:43
9: f(x - 1) at reporters/tests.R:43
10: f(x - 1) at reporters/tests.R:43
<error type="error" message="This is deep (@tests.R#51)">This is deep
1: f(25) at reporters/tests.R:51
2: f(x - 1) at reporters/tests.R:49
3: f(x - 1) at reporters/tests.R:49
4: f(x - 1) at reporters/tests.R:49
5: f(x - 1) at reporters/tests.R:49
6: f(x - 1) at reporters/tests.R:49
7: f(x - 1) at reporters/tests.R:49
8: f(x - 1) at reporters/tests.R:49
9: f(x - 1) at reporters/tests.R:49
10: f(x - 1) at reporters/tests.R:49
...
18: f(x - 1) at reporters/tests.R:43
19: f(x - 1) at reporters/tests.R:43
20: f(x - 1) at reporters/tests.R:43
21: f(x - 1) at reporters/tests.R:43
22: f(x - 1) at reporters/tests.R:43
23: f(x - 1) at reporters/tests.R:43
24: f(x - 1) at reporters/tests.R:43
25: f(x - 1) at reporters/tests.R:43
26: f(x - 1) at reporters/tests.R:43
27: stop("This is deep") at reporters/tests.R:43</error>
18: f(x - 1) at reporters/tests.R:49
19: f(x - 1) at reporters/tests.R:49
20: f(x - 1) at reporters/tests.R:49
21: f(x - 1) at reporters/tests.R:49
22: f(x - 1) at reporters/tests.R:49
23: f(x - 1) at reporters/tests.R:49
24: f(x - 1) at reporters/tests.R:49
25: f(x - 1) at reporters/tests.R:49
26: f(x - 1) at reporters/tests.R:49
27: stop("This is deep") at reporters/tests.R:49</error>
</testcase>
</testsuite>
<testsuite name="Skips" timestamp="1999:12:31 23:59:59" hostname="nodename" tests="3" skipped="3" failures="0" errors="0" time="0">
Expand Down
20 changes: 10 additions & 10 deletions tests/testthat/reporters/location.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,36 @@ Start test: Error:1
End test: Error:1

Start test: Error:3
tests.R#36:1 [error]
tests.R#42:1 [error]
End test: Error:3

Start test: Recursion:1
tests.R#45:1 [error]
tests.R#51:1 [error]
End test: Recursion:1

Start test: Skip:1
tests.R#51:1 [skip]
tests.R#57:1 [skip]
End test: Skip:1

Start test: Skip:2
tests.R#56:1 [skip]
tests.R#64:1 [skip]
End test: Skip:2

Start test: Skip:3
tests.R#59:1 [skip]
tests.R#67:1 [skip]
End test: Skip:3

Start test: Warning:1
tests.R#65:1 [warning]
tests.R#73:1 [warning]
End test: Warning:1

Start test: Warning:2
tests.R#69:1 [warning]
tests.R#70:1 [warning]
tests.R#79:1 [warning]
tests.R#80:1 [warning]
End test: Warning:2

Start test: Output:1
tests.R#76:1 [success]
tests.R#76:1 [success]
tests.R#86:1 [success]
tests.R#86:1 [success]
End test: Output:1

64 changes: 32 additions & 32 deletions tests/testthat/reporters/progress.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,41 +33,41 @@ tests.R:28: error: Error:1
stop
1: stop("stop") at reporters/tests.R:28

tests.R:36: error: Error:3
tests.R:42: error: Error:3
!
1: f() at reporters/tests.R:36
2: g() at reporters/tests.R:32
3: h() at reporters/tests.R:33
4: stop("!") at reporters/tests.R:34
1: f() at reporters/tests.R:42
2: g() at reporters/tests.R:33
3: h() at reporters/tests.R:36
4: stop("!") at reporters/tests.R:39
────────────────────────────────────────────────────────────────────────────────

⠏ | 0 | Recursion
β ‹ | 0 1 | Recursion
βœ– | 0 1 | Recursion
────────────────────────────────────────────────────────────────────────────────
tests.R:45: error: Recursion:1
tests.R:51: error: Recursion:1
This is deep
1: f(25) at reporters/tests.R:45
2: f(x - 1) at reporters/tests.R:43
3: f(x - 1) at reporters/tests.R:43
4: f(x - 1) at reporters/tests.R:43
5: f(x - 1) at reporters/tests.R:43
6: f(x - 1) at reporters/tests.R:43
7: f(x - 1) at reporters/tests.R:43
8: f(x - 1) at reporters/tests.R:43
9: f(x - 1) at reporters/tests.R:43
10: f(x - 1) at reporters/tests.R:43
1: f(25) at reporters/tests.R:51
2: f(x - 1) at reporters/tests.R:49
3: f(x - 1) at reporters/tests.R:49
4: f(x - 1) at reporters/tests.R:49
5: f(x - 1) at reporters/tests.R:49
6: f(x - 1) at reporters/tests.R:49
7: f(x - 1) at reporters/tests.R:49
8: f(x - 1) at reporters/tests.R:49
9: f(x - 1) at reporters/tests.R:49
10: f(x - 1) at reporters/tests.R:49
...
18: f(x - 1) at reporters/tests.R:43
19: f(x - 1) at reporters/tests.R:43
20: f(x - 1) at reporters/tests.R:43
21: f(x - 1) at reporters/tests.R:43
22: f(x - 1) at reporters/tests.R:43
23: f(x - 1) at reporters/tests.R:43
24: f(x - 1) at reporters/tests.R:43
25: f(x - 1) at reporters/tests.R:43
26: f(x - 1) at reporters/tests.R:43
27: stop("This is deep") at reporters/tests.R:43
18: f(x - 1) at reporters/tests.R:49
19: f(x - 1) at reporters/tests.R:49
20: f(x - 1) at reporters/tests.R:49
21: f(x - 1) at reporters/tests.R:49
22: f(x - 1) at reporters/tests.R:49
23: f(x - 1) at reporters/tests.R:49
24: f(x - 1) at reporters/tests.R:49
25: f(x - 1) at reporters/tests.R:49
26: f(x - 1) at reporters/tests.R:49
27: stop("This is deep") at reporters/tests.R:49
────────────────────────────────────────────────────────────────────────────────

⠏ | 0 | Skips
Expand All @@ -76,13 +76,13 @@ This is deep
β Ή | 0 3 | Skips
βœ” | 0 3 | Skips
────────────────────────────────────────────────────────────────────────────────
tests.R:51: skip: Skip:1
tests.R:57: skip: Skip:1
skip

tests.R:56: skip: Skip:2
tests.R:64: skip: Skip:2
skip

tests.R:59: skip: Skip:3
tests.R:67: skip: Skip:3
Empty test
────────────────────────────────────────────────────────────────────────────────

Expand All @@ -92,13 +92,13 @@ Empty test
β Ή | 0 3 | Warnings
βœ” | 0 3 | Warnings
────────────────────────────────────────────────────────────────────────────────
tests.R:65: warning: Warning:1
tests.R:73: warning: Warning:1
abc

tests.R:69: warning: Warning:2
tests.R:79: warning: Warning:2
def

tests.R:70: warning: Warning:2
tests.R:80: warning: Warning:2
ghi
────────────────────────────────────────────────────────────────────────────────

Expand Down
16 changes: 8 additions & 8 deletions tests/testthat/reporters/rstudio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ reporters/tests.R#12:1 [failure] Failure:2a. Failure has been forced
reporters/tests.R#15:1 [failure] Failure:2b. FALSE isn't true.
reporters/tests.R#20:1 [failure] Failure:loop. `i` not equal to 2.
reporters/tests.R#28:1 [error] Error:1. stop
reporters/tests.R#36:1 [error] Error:3. !
reporters/tests.R#45:1 [error] Recursion:1. This is deep
reporters/tests.R#51:1 [skip] Skip:1. skip
reporters/tests.R#56:1 [skip] Skip:2. skip
reporters/tests.R#59:1 [skip] Skip:3. Empty test
reporters/tests.R#65:1 [warning] Warning:1. abc
reporters/tests.R#69:1 [warning] Warning:2. def
reporters/tests.R#70:1 [warning] Warning:2. ghi
reporters/tests.R#42:1 [error] Error:3. !
reporters/tests.R#51:1 [error] Recursion:1. This is deep
reporters/tests.R#57:1 [skip] Skip:1. skip
reporters/tests.R#64:1 [skip] Skip:2. skip
reporters/tests.R#67:1 [skip] Skip:3. Empty test
reporters/tests.R#73:1 [warning] Warning:1. abc
reporters/tests.R#79:1 [warning] Warning:2. def
reporters/tests.R#80:1 [warning] Warning:2. ghi
Loading

0 comments on commit 6d2d998

Please sign in to comment.