Skip to content

Commit 5e1d6b6

Browse files
committed
tests: complements trunk updates (document unexpected snapshot test failure for Context>>testRestartCallPrimitive)
1 parent 02ef10e commit 5e1d6b6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/TraceDebuggerTests.package/TDBTracingKernelTest.class/class/expectedFailureGroups.st

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ expectedFailureGroups
44
| groups |
55
groups := super expectedFailureGroups.
66

7+
groups at: #ContextTest put: ((groups at: #ContextTest ifAbsent: [{#-}]) ,
8+
{#testRestartCallPrimitive flag: #todo}).
9+
710
groups at: #ExceptionTests put: ((groups at: #ExceptionTests ifAbsent: [{}]) ,
811
{#testTimeoutWithZeroDuration flag: #workaround. "Set printing is currently too expensive for snapshots, waiting for Collections-ct.1060 (inbox)."}).
912

packages/TraceDebuggerTests.package/TDBTracingKernelTest.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"class" : {
3-
"expectedFailureGroups" : "ct 12/28/2023 00:01",
3+
"expectedFailureGroups" : "ct 2/26/2024 18:15",
44
"testGroups" : "ct 1/22/2022 20:03" },
55
"instance" : {
66
"checkSnapshots" : "ct 6/1/2022 10:48",

0 commit comments

Comments
 (0)