Skip to content

Commit

Permalink
tests: complements trunk updates (document unexpected snapshot test f…
Browse files Browse the repository at this point in the history
…ailure for Context>>testRestartCallPrimitive)
  • Loading branch information
LinqLover committed Feb 26, 2024
1 parent 02ef10e commit 5e1d6b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ expectedFailureGroups
| groups |
groups := super expectedFailureGroups.

groups at: #ContextTest put: ((groups at: #ContextTest ifAbsent: [{#-}]) ,
{#testRestartCallPrimitive flag: #todo}).

groups at: #ExceptionTests put: ((groups at: #ExceptionTests ifAbsent: [{}]) ,
{#testTimeoutWithZeroDuration flag: #workaround. "Set printing is currently too expensive for snapshots, waiting for Collections-ct.1060 (inbox)."}).

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"expectedFailureGroups" : "ct 12/28/2023 00:01",
"expectedFailureGroups" : "ct 2/26/2024 18:15",
"testGroups" : "ct 1/22/2022 20:03" },
"instance" : {
"checkSnapshots" : "ct 6/1/2022 10:48",
Expand Down

0 comments on commit 5e1d6b6

Please sign in to comment.