Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed websocket support in hs.httpserver:start() #3665

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Simplified error handling

45eaf01
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Fixed websocket support in hs.httpserver:start() #3665

Simplified error handling
45eaf01
Select commit
Loading
Failed to load commit list.
GitHub Actions / Xcode test results failed Aug 12, 2024 in 0s

Xcode test results

Test Release

Summary

TotalSuccess PassedFailure FailedSkipped SkippedExpected Failure Expected Failure⏱️ Time
349318310026.71s

Test Summary

Hammerspoon Tests

  • Device: Apple Virtual Machine 1, 14.6 (23G80)
  • SDK: macOS 14.5, 14.5
TestTotalSuccessFailureSkippedExpected Failure
test-class HSmath44000
test-class HSaudiodevice4134700
test-class HSbase6444000
test-class HThttp66000
test-class HSapplicationTests1612400
test-class HSbrightness53200
test-class HSjsonTests55000
test-class HScrash44000
test-class HSserial84400
test-class HScoresetup1616000
test-class HSosascript1616000
test-class HSrequire_all33000
test-class HSinspect33000
test-class HSscreen2322100
test-class HSuielementTests63300
test-class HSsocket4242000
test-class HSwindowTests1914500
test-class HSmouseTests77000
test-class HSimage33000
test-class HSdistributednotifications33000
test-class HSalert44000
test-class HSappfinder77000
test-class HSfs1413100
test-class HSwebsocket99000
test-class HStask1010000
test-class HShotkey84400
test-class HSnoises33000
test-class HStimer2222000
test-class HSTestCase22000

LuaSkinTests

  • Device: Apple Virtual Machine 1, 14.6 (23G80)
  • SDK: macOS 14.5, 14.5
TestTotalSuccessFailureSkippedExpected Failure
test-class LuaSkinTests3636000

Failure Failures

Hammerspoon Tests/HSaudiodevice/testCurrentOutputDataSource

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:211
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testCurrentOutputDataSource

Hammerspoon Tests/HSaudiodevice/testDataSourceName

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:236
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDataSourceName

Hammerspoon Tests/HSaudiodevice/testDataSourceSetDefault

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:242
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDataSourceSetDefault

Hammerspoon Tests/HSaudiodevice/testAllOutputDataSources

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:223
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testAllOutputDataSources

Hammerspoon Tests/HSaudiodevice/testOutputSupportsDataSources

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:199
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testOutputSupportsDataSources

Hammerspoon Tests/HSaudiodevice/testInputSupportsDataSources

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:193
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testInputSupportsDataSources

Hammerspoon Tests/HSaudiodevice/testDataSourceToString

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSaudiodevice.m:230
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDataSourceToString

Hammerspoon Tests/HSapplicationTests/testFrontmostApplication

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSapplication.m:51
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testFrontmostApplication

Hammerspoon Tests/HSapplicationTests/testWindows

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:65
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "testWindows()".

Hammerspoon Tests/HSapplicationTests/testHiding

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:65
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "testHiding()".

Hammerspoon Tests/HSapplicationTests/testAttributesFromBundleID

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSapplication.m:37
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testAttributesFromBundleID

Hammerspoon Tests/HSbrightness/testGet

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSbrightness.m:30
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testGet

Hammerspoon Tests/HSbrightness/testSet

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSbrightness.m:37
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testSet

Hammerspoon Tests/HSserial/testOpenAndClose

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSserial.m:41
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testOpenAndClose

Hammerspoon Tests/HSserial/testNewFromPath

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSserial.m:36
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testNewFromPath

Hammerspoon Tests/HSserial/testAttributes

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSserial.m:46
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testAttributes

Hammerspoon Tests/HSserial/testNewFromName

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSserial.m:31
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testNewFromName

Hammerspoon Tests/HSscreen/testRotation

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSscreen.m:101
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testRotation

Hammerspoon Tests/HSuielementTests/testApplicationWatcher

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:38
Issue TypeUncaught Exception
MessageFailed due to unwaited expectation 'testApplicationWatcher()'.

Hammerspoon Tests/HSuielementTests/testWindowWatcher

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:38
Issue TypeUncaught Exception
MessageFailed due to unwaited expectation 'testWindowWatcher()'.

Hammerspoon Tests/HSuielementTests/testSelectedText

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSuielement.m:53
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testSelectedText

Hammerspoon Tests/HSwindowTests/testSnapshots

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSwindow.m:51
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testSnapshots

Hammerspoon Tests/HSwindowTests/testOrderedWindows

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSwindow.m:41
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testOrderedWindows

Hammerspoon Tests/HSwindowTests/testDesktop

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSwindow.m:35
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDesktop

Hammerspoon Tests/HSwindowTests/testTabs

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSwindow.m:89
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testTabs

Hammerspoon Tests/HSwindowTests/testMinimize

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSwindow.m:75
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testMinimize

Hammerspoon Tests/HSfs/testVolumes

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:65
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 10 seconds, with unfulfilled expectations: "testVolumes()".

Hammerspoon Tests/HShotkey/testRepeatingHotkey

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:65
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "testRepeatingHotkey()".

Hammerspoon Tests/HShotkey/testHotkeyStates

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:65
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "testHotkeyStates()".

Hammerspoon Tests/HShotkey/testGetSystemAssigned

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HShotkey.m:37
Issue TypeAssertion Failure
Message(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testGetSystemAssigned

Hammerspoon Tests/HShotkey/testBasicHotkey

File/Users/runner/work/hammerspoon/hammerspoon/Hammerspoon Tests/HSTestCase.m:65
Issue TypeAssertion Failure
MessageAsynchronous wait failed: Exceeded timeout of 2 seconds, with unfulfilled expectations: "testBasicHotkey()".

Code Coverage

Coverage Covered Executable
CocoaLumberjackPrivacy.bundle 0.00 % 0 0
Hammerspoon.app 51.18 % 1236 2415
  MJPreferencesWindowController.m 52.27 % 92 176
  HSGrowingTextField.m 37.84 % 14 37
  MJAppDelegate.m 20.51 % 56 273
  HSExecuteLuaIntentHandler.m 0.00 % 0 30
  MJVersionUtils.m 0.00 % 0 24
  MJLua.m 30.21 % 190 629
  MJDockIcon.m 85.11 % 40 47
  HSuicore.m 76.52 % 515 673
  MJConsoleWindowController.m 63.06 % 140 222
  MJFileUtils.m 100.00 % 6 6
  MJUserNotificationManager.m 48.39 % 15 31
  HSAppleScript.m 0.00 % 0 62
  MJConfigUtils.m 66.67 % 6 9
  HSLogger.m 64.06 % 41 64
  MJMenuIcon.m 100.00 % 27 27
  MJAccessibilityUtils.m 61.90 % 13 21
  MJAutoLaunch.m 96.43 % 81 84
LuaSkin.framework 66.07 % 1141 1727
  Skin.m 78.09 % 1123 1438
  luaskin.m 6.23 % 18 289
Sentry.bundle 0.00 % 0 0
hs 0.00 % 0 319
  hs.m 0.00 % 0 319
libASCIImage.a 0.00 % 0 430
  PARImage+ASCIIInput.m 0.00 % 0 430
libCocoaAsyncSocket.a 57.34 % 5549 9678
  GCDAsyncSocket.m 58.67 % 3269 5572
  GCDAsyncUdpSocket.m 55.53 % 2280 4106
libCocoaHTTPServer.a 15.25 % 673 4412
  MultipartFormDataParser.m 0.00 % 0 346
  DDData.m 39.29 % 44 112
  WebSocket.m 51.55 % 233 452
  HTTPErrorResponse.m 0.00 % 0 25
  DDNumber.m 0.00 % 0 52
  DAVConnection.m 0.00 % 0 116
  HTTPServer.m 33.02 % 174 527
  HTTPConnection.m 12.87 % 173 1344
  HTTPAuthenticationRequest.m 0.00 % 0 116
  HTTPMessage.m 69.01 % 49 71
  HTTPAsyncFileResponse.m 0.00 % 0 281
  HTTPRedirectResponse.m 0.00 % 0 34
  DDRange.h 0.00 % 0 15
  HTTPFileResponse.m 0.00 % 0 132
  HTTPDataResponse.m 0.00 % 0 38
  PUTResponse.m 0.00 % 0 48
  HTTPDynamicFileResponse.m 0.00 % 0 131
  DELETEResponse.m 0.00 % 0 30
  MultipartMessageHeaderField.m 0.00 % 0 135
  MultipartMessageHeader.m 0.00 % 0 37
  DDRange.m 0.00 % 0 64
  DAVResponse.m 0.00 % 0 306
libCocoaLumberjack.a 7.97 % 326 4088
  DDDispatchQueueLogFormatter.m 0.00 % 0 127
  DDASLLogger.m 0.00 % 0 59
  DDTTYLogger.h 0.00 % 0 1
  DDASLLogCapture.m 0.00 % 0 141
  CLIColor.m 0.00 % 0 22
  DDContextFilterLogFormatter+Deprecated.m 0.00 % 0 24
  DDOSLogger.m 71.08 % 59 83
  DDTTYLogger.m 0.00 % 0 946
  DDFileLogger.m 0.00 % 0 1160
  DDAbstractDatabaseLogger.m 0.00 % 0 472
  DDFileLogger+Buffering.m 0.00 % 0 139
  DDContextFilterLogFormatter.m 0.00 % 0 92
  DDMultiFormatter.m 0.00 % 0 79
  DDLog.m 35.94 % 267 743
libMIKMIDI.a 1.24 % 97 7839
  MIKMIDIUtilities.m 0.00 % 0 162
  MIKMIDIMacDebugQuickLookSupport.m 0.00 % 0 47
  MIKMIDICommandThrottler.m 0.00 % 0 22
  MIKMIDIMapping.m 0.00 % 0 220
  MIKMIDIMetaCuePointEvent.m 33.33 % 2 6
  MIKMIDIEventIterator.m 0.00 % 0 88
  MIKMIDIMetaTrackSequenceNameEvent.m 16.67 % 2 12
  MIKMIDIPolyphonicKeyPressureCommand.m 6.25 % 1 16
  MIKMIDIPort.m 0.00 % 0 15
  MIKMIDIEntity.m 0.94 % 1 106
  MIKMIDIMetaTextEvent.m 7.14 % 2 28
  MIKMIDIEndpointSynthesizer.m 0.00 % 0 112
  MIKMIDIClientSourceEndpoint.m 0.00 % 0 38
  MIKMIDIMetaMarkerTextEvent.m 33.33 % 2 6
  MIKMIDITempoEvent.m 7.41 % 2 27
  MIKMIDIPitchBendChangeCommand.m 3.57 % 1 28
  MIKMIDISequencer.m 0.00 % 0 660
  NSUIApplication+MIKMIDI.m 0.00 % 0 120
  MIKMIDISourceEndpoint.m 50.00 % 1 2
  MIKMIDINoteEvent.m 1.77 % 2 113
  MIKMIDIMetronome.m 0.00 % 0 16
  MIKMIDITrack.m 0.00 % 0 690
  MIKMIDIChannelVoiceCommand.m 2.33 % 1 43
  MIKMIDIMetaTimeSignatureEvent.m 2.30 % 2 87
  MIKMIDIDestinationEndpoint.m 9.09 % 1 11
  MIKMIDINoteOnCommand.m 5.56 % 1 18
  MIKMIDIControlChangeEvent.m 5.26 % 2 38
  MIKMIDIProgramChangeEvent.m 7.14 % 2 28
  MIKMIDIMetaKeySignatureEvent.m 2.70 % 2 74
  MIKMIDISequence.m 0.00 % 0 397
  MIKMIDIMappingManager.m

Details

Test Details

Hammerspoon Testsback

HSmath back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.11s
Successtest-method testRandomFromRange
Successtest-method testrunLua
Successtest-method testRandomFloat
Successtest-method testTestLuaSuccess

HSaudiodevice back

SuccessFailureSkippedExpected Failure⏱️
34 (83%)7 (17%)0 (0%)0 (0%)0.13s
Successtest-method testSetDefaultInput
Successtest-method testTestLuaSuccess
Failuretest-method testCurrentOutputDataSourceback
Successtest-method testrunLua
Successtest-method testIsInputDevice
Successtest-method testGetAllInputDevices
Failuretest-method testDataSourceNameback
Successtest-method testWatcherCallback
Successtest-method testGetAllOutputDevices
Successtest-method testUID
Successtest-method testIsOutputDevice
Successtest-method testWatcher
Successtest-method testFindOutputByUID
Successtest-method testVolume
Successtest-method testGetDefaultEffect
Successtest-method testToString
Failuretest-method testDataSourceSetDefaultback
Failuretest-method testAllOutputDataSourcesback
Successtest-method testMute
Successtest-method testCurrentInputDataSource
Successtest-method testOutputVolume
Successtest-method testGetCurrentInput
Successtest-method testSetDefaultOutput
Successtest-method testFindInputByName
Failuretest-method testOutputSupportsDataSourcesback
Successtest-method testTransportType
Failuretest-method testInputSupportsDataSourcesback
Successtest-method testName
Successtest-method testInputVolume
Successtest-method testSetDefaultEffect
Successtest-method testFindDeviceByName
Successtest-method testGetDefaultOutput
Successtest-method testAllInputDataSources
Successtest-method testGetDefaultInput
Successtest-method testJackConnected
Failuretest-method testDataSourceToStringback
Successtest-method testGetCurrentOutput
Successtest-method testGetAllDevices
Successtest-method testFindInputByUID
Successtest-method testFindDeviceByUID
Successtest-method testFindOutputByName

HSbase64 back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.11s
Successtest-method testrunLua
Successtest-method testEncode
Successtest-method testTestLuaSuccess
Successtest-method testDecode

HThttp back

SuccessFailureSkippedExpected Failure⏱️
6 (100%)0 (0%)0 (0%)0 (0%)0.09s
Successtest-method testHttpDoAsyncRequestWithoutEnableRedirectAndCachePolicyParam
Successtest-method testHttpDoAsyncRequestWithoutRedirection
Successtest-method testHttpDoAsyncRequestWithCachePolicyParam
Successtest-method testHttpDoAsyncRequestWithRedirection
Successtest-method testTestLuaSuccess
Successtest-method testrunLua

HSapplicationTests back

SuccessFailureSkippedExpected Failure⏱️
12 (75%)4 (25%)0 (0%)0 (0%)0.14s
Successtest-method testInitWithPidFailures
Failuretest-method testFrontmostApplicationback
Successtest-method testrunLua
Failuretest-method testWindowsback
Successtest-method testInitWithPid
Successtest-method testTestLuaSuccess
Successtest-method testBasicAttributes
Successtest-method testKilling
Successtest-method testForceKilling
Successtest-method testMenus
Failuretest-method testHidingback
Successtest-method testMenusAsync
Successtest-method testLocalizationFunctions
Failuretest-method testAttributesFromBundleIDback
Successtest-method testRunningApplications
Successtest-method testUTI

HSbrightness back

SuccessFailureSkippedExpected Failure⏱️
3 (60%)2 (40%)0 (0%)0 (0%)0.20s
Successtest-method testTestLuaSuccess
Successtest-method testAmbient
Failuretest-method testGetback
Failuretest-method testSetback
Successtest-method testrunLua

HSjsonTests back

SuccessFailureSkippedExpected Failure⏱️
5 (100%)0 (0%)0 (0%)0 (0%)0.38s
Successtest-method testReadWrite
Successtest-method testrunLua
Successtest-method testTestLuaSuccess
Successtest-method testEncodeDecode
Successtest-method testEncodeDecodeFailures

HScrash back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.15s
Successtest-method testResidentSize
Successtest-method testTestLuaSuccess
Successtest-method testThrowTheWorld
Successtest-method testrunLua

HSserial back

SuccessFailureSkippedExpected Failure⏱️
4 (50%)4 (50%)0 (0%)0 (0%)0.12s
Successtest-method testAvailablePortNames
Failuretest-method testOpenAndCloseback
Successtest-method testAvailablePortPaths
Failuretest-method testNewFromPathback
Failuretest-method testAttributesback
Successtest-method testTestLuaSuccess
Failuretest-method testNewFromNameback
Successtest-method testrunLua

HScoresetup back

SuccessFailureSkippedExpected Failure⏱️
16 (100%)0 (0%)0 (0%)0 (0%)0.12s
Successtest-method testAccessibilityState
Successtest-method testOSExit
Successtest-method testCleanUTF8forConsole
Successtest-method testrunLua
Successtest-method testAutomaticallyCheckForUpdates
Successtest-method testShutdownCallback
Successtest-method testConfigDir
Successtest-method testCheckForUpdates
Successtest-method testProcessInfo
Successtest-method testDocstringsJSONFile
Successtest-method testDockIcon
Successtest-method testAutoLaunch
Successtest-method testTestLuaSuccess
Successtest-method testMenuIcon
Successtest-method testConsoleOnTop
Successtest-method testGetObjectMetatable

HSosascript back

SuccessFailureSkippedExpected Failure⏱️
16 (100%)0 (0%)0 (0%)0 (0%)0.10s
Successtest-method testrunLua
Successtest-method testAppleScriptArray
Successtest-method testJavaScriptJsonStringify
Successtest-method testAppleScriptAddition
Successtest-method testJavaScriptParseError
Successtest-method testJavaScriptJsonParse
Successtest-method testJavaScriptDestructuring
Successtest-method testTestLuaSuccess
Successtest-method testJavaScriptString
Successtest-method testJavaScriptAddition
Successtest-method testAppleScriptExecutionError
Successtest-method testAppleScriptString
Successtest-method testJavaScriptArray
Successtest-method testAppleScriptParseError
Successtest-method testJavaScriptJsonParseError
Successtest-method testAppleScriptDict

HSrequire_all back

SuccessFailureSkippedExpected Failure⏱️
3 (100%)0 (0%)0 (0%)0 (0%)1.06s
Successtest-method testrunLua
Successtest-method testTestLuaSuccess
Successtest-method testRequireAll

HSinspect back

SuccessFailureSkippedExpected Failure⏱️
3 (100%)0 (0%)0 (0%)0 (0%)0.11s
Successtest-method testSimpleInspect
Successtest-method testTestLuaSuccess
Successtest-method testrunLua

HSscreen back

SuccessFailureSkippedExpected Failure⏱️
22 (96%)1 (4%)0 (0%)0 (0%)0.11s
Successtest-method testSetMode
Successtest-method testBrightness
Successtest-method testFrames
Success

Annotations

Check failure on line 211 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testCurrentOutputDataSource

Check failure on line 236 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDataSourceName

Check failure on line 242 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDataSourceSetDefault

Check failure on line 223 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testAllOutputDataSources

Check failure on line 199 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testOutputSupportsDataSources

Check failure on line 193 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testInputSupportsDataSources

Check failure on line 230 in Hammerspoon Tests/HSaudiodevice.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDataSourceToString

Check failure on line 51 in Hammerspoon Tests/HSapplication.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testFrontmostApplication

Check failure on line 65 in Hammerspoon Tests/HSTestCase.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "testWindows()".

Check failure on line 65 in Hammerspoon Tests/HSTestCase.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "testHiding()".

Check failure on line 37 in Hammerspoon Tests/HSapplication.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testAttributesFromBundleID

Check failure on line 30 in Hammerspoon Tests/HSbrightness.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testGet

Check failure on line 37 in Hammerspoon Tests/HSbrightness.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testSet

Check failure on line 41 in Hammerspoon Tests/HSserial.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testOpenAndClose

Check failure on line 36 in Hammerspoon Tests/HSserial.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testNewFromPath

Check failure on line 46 in Hammerspoon Tests/HSserial.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testAttributes

Check failure on line 31 in Hammerspoon Tests/HSserial.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testNewFromName

Check failure on line 101 in Hammerspoon Tests/HSscreen.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testRotation

Check failure on line 38 in Hammerspoon Tests/HSTestCase.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Uncaught Exception

Failed due to unwaited expectation 'testApplicationWatcher()'.

Check failure on line 38 in Hammerspoon Tests/HSTestCase.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Uncaught Exception

Failed due to unwaited expectation 'testWindowWatcher()'.

Check failure on line 53 in Hammerspoon Tests/HSuielement.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testSelectedText

Check failure on line 51 in Hammerspoon Tests/HSwindow.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testSnapshots

Check failure on line 41 in Hammerspoon Tests/HSwindow.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testOrderedWindows

Check failure on line 35 in Hammerspoon Tests/HSwindow.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testDesktop

Check failure on line 89 in Hammerspoon Tests/HSwindow.m

See this annotation in the file changed.

@github-actions github-actions / Xcode test results

Assertion Failure

(([self luaTestFromSelector:_cmd]) is true) failed - Test failed: testTabs