Skip to content

Commit 6ce9a75

Browse files
committed
Ported the tests from the legacy PlaygroundLogger implementation to the new one.
This includes pulling in the legacy PlaygroundLogger's decoder, and any dependencies it had from PlaygroundLogger. (This is isolated to a single file in the test suite.) Most of the tests pass (thanks to a few fixes that landed in the last few commits), but there are a couple failures which will need to be addressed.
1 parent 7ae3142 commit 6ce9a75

File tree

2 files changed

+1511
-0
lines changed

2 files changed

+1511
-0
lines changed

PlaygroundLogger/PlaygroundLogger.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
5E2756941FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E2756931FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift */; };
7474
5E4AF1AD1FDDBDE400B7C9D9 /* Unimplemented.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AF1AC1FDDBDE400B7C9D9 /* Unimplemented.swift */; };
7575
5E4AF1AF1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AF1AE1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift */; };
76+
5ECE8F911FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */; };
7677
/* End PBXBuildFile section */
7778

7879
/* Begin PBXContainerItemProxy section */
@@ -169,6 +170,7 @@
169170
5E2756931FCF9CB000B69C83 /* SpriteKitOpaqueLoggable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpriteKitOpaqueLoggable.swift; sourceTree = "<group>"; };
170171
5E4AF1AC1FDDBDE400B7C9D9 /* Unimplemented.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Unimplemented.swift; sourceTree = "<group>"; };
171172
5E4AF1AE1FDDC12A00B7C9D9 /* LegacyEntrypoints.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyEntrypoints.swift; sourceTree = "<group>"; };
173+
5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LegacyPlaygroundLoggerTests.swift; sourceTree = "<group>"; };
172174
/* End PBXFileReference section */
173175

174176
/* Begin PBXFrameworksBuildPhase section */
@@ -238,6 +240,7 @@
238240
isa = PBXGroup;
239241
children = (
240242
5E2646351FB64876002DC6B6 /* PlaygroundLoggerTests.swift */,
243+
5ECE8F901FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift */,
241244
);
242245
path = PlaygroundLoggerTests;
243246
sourceTree = "<group>";
@@ -651,6 +654,7 @@
651654
buildActionMask = 2147483647;
652655
files = (
653656
5E2646361FB64876002DC6B6 /* PlaygroundLoggerTests.swift in Sources */,
657+
5ECE8F911FFCD2A70034D9BC /* LegacyPlaygroundLoggerTests.swift in Sources */,
654658
);
655659
runOnlyForDeploymentPostprocessing = 0;
656660
};

0 commit comments

Comments
 (0)