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

hs.urlevent callback parameters are now lowercase #3691

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

Ensure url scheme/host are in lowercase before passing to hs.urlevent…

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

hs.urlevent callback parameters are now lowercase #3691

Ensure url scheme/host are in lowercase before passing to hs.urlevent…
b621ad5
Select commit
Loading
Failed to load commit list.
GitHub Actions / Xcode test results failed Sep 19, 2024 in 0s

Xcode test results

Test Release

Summary

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

Test Summary

Hammerspoon Tests

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

LuaSkinTests

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

Failure Failures

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/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/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/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/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/testInitWithPid

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

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/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/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/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/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()".

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/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/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/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/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/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/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/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/HSuielementTests/testWindowWatcher

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

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/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/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/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/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/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/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/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/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

Code Coverage

Coverage Covered Executable
CocoaLumberjackPrivacy.bundle 0.00 % 0 0
Hammerspoon.app 51.03 % 1236 2422
  MJPreferencesWindowController.m 52.27 % 92 176
  HSGrowingTextField.m 37.84 % 14 37
  MJAppDelegate.m 20.00 % 56 280
  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
  MJUserNotificationManager.m 48.39 % 15 31
  MJFileUtils.m 100.00 % 6 6
  HSAppleScript.m 0.00 % 0 62
  MJConfigUtils.m 66.67 % 6 9
  MJAutoLaunch.m 96.43 % 81 84
  HSLogger.m 64.06 % 41 64
  MJAccessibilityUtils.m 61.90 % 13 21
  MJMenuIcon.m 100.00 % 27 27
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 56.81 % 5498 9678
  GCDAsyncSocket.m 57.75 % 3218 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
  HTTPDynamicFileResponse.m 0.00 % 0 131
  HTTPDataResponse.m 0.00 % 0 38
  HTTPFileResponse.m 0.00 % 0 132
  HTTPRedirectResponse.m 0.00 % 0 34
  PUTResponse.m 0.00 % 0 48
  DDRange.h 0.00 % 0 15
  MultipartMessageHeaderField.m 0.00 % 0 135
  DELETEResponse.m 0.00 % 0 30
  DDRange.m 0.00 % 0 64
  MultipartMessageHeader.m 0.00 % 0 37
  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
  MIKMIDIPrivate.h 0.00 % 0 3
  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
  MIKMIDIEntity.m 0.94 % 1 106
  MIKMIDIPort.m 0.00 % 0 15
  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
  MIKMIDISequence.m

Details

Test Details

Hammerspoon Testsback

HSTestCase back

SuccessFailureSkippedExpected Failure⏱️
2 (100%)0 (0%)0 (0%)0 (0%)0.10s
Successtest-method testTestLuaSuccess
Successtest-method testrunLua

HStask back

SuccessFailureSkippedExpected Failure⏱️
10 (100%)0 (0%)0 (0%)0 (0%)0.65s
Successtest-method testrunLua
Successtest-method testTestLuaSuccess
Successtest-method testTaskBlock
Successtest-method testTaskLifecycle
Successtest-method testNewTask
Successtest-method testTaskEnvironment
Successtest-method testTaskWorkingDirectory
Successtest-method testSimpleTask
Successtest-method testStreamingTask
Successtest-method testSimpleTaskFail

HSimage back

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

HSsocket back

SuccessFailureSkippedExpected Failure⏱️
42 (100%)0 (0%)0 (0%)0 (0%)0.12s
Successtest-method testTcpListenerSocketCreation
Successtest-method testUdpReusePort
Successtest-method testTcpUserdataStrings
Successtest-method testUdpListenerSocketCreation
Successtest-method testTcpClientServerReadWriteBytes
Successtest-method testTestLuaSuccess
Successtest-method testTcpParseBadAddress
Successtest-method testTcpTlsNoVerify
Successtest-method testUdpConnect
Successtest-method testUdpPreferredIpVersion
Successtest-method testTcpNoCallbackRead
Successtest-method testUdpAlreadyConnected
Successtest-method testUdpDisconnectAndReuse
Successtest-method testTcpClientServerTimeout
Successtest-method testTcpAlreadyConnected
Successtest-method testTcpConnected
Successtest-method testTcpTagging
Successtest-method testTcpTls
Successtest-method testUdpNoCallbacks
Successtest-method testTcpSocketInstanceCreationWithCallback
Successtest-method testTcpDisconnectAndReuse
Successtest-method testTcpTlsVerifyBadPeerFails
Successtest-method testTcpTlsRequiredByServer
Successtest-method testUdpEnabledIpVersion
Successtest-method testTcpTlsVerifyPeer
Successtest-method testUdpListenerSocketAttributes
Successtest-method testUdpSocketInstanceCreation
Successtest-method testUdpClientServerReceiveOnce
Successtest-method testTcpParseAddress
Successtest-method testTcpClientServerReadWriteDelimiter
Successtest-method testUdpListenerSocketCreationWithCallback
Successtest-method testTcpListenerSocketCreationWithCallback
Successtest-method testUdpClientServerReceiveMany
Successtest-method testUdpBroadcast
Successtest-method testUdpBufferSize
Successtest-method testTcpSocketInstanceCreation
Successtest-method testrunLua
Successtest-method testTcpUnixClientServerReadWriteBytes
Successtest-method testTcpUnixListenerSocketAttributes
Successtest-method testUdpUserdataStrings
Successtest-method testUdpSocketInstanceCreationWithCallback
Successtest-method testTcpListenerSocketAttributes

HSrequire_all back

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

HSalert back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.14s
Successtest-method testrunLua
Successtest-method testAlert
Successtest-method testTestLuaSuccess
Successtest-method testCloseAll

HSnoises back

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

HSwebsocket back

SuccessFailureSkippedExpected Failure⏱️
9 (100%)0 (0%)0 (0%)0 (0%)0.13s
Successtest-method testLegacy
Successtest-method testOpenStatus
Successtest-method testClosingStatus
Successtest-method testNew
Successtest-method testEchoText
Successtest-method testClosedStatus
Successtest-method testTestLuaSuccess
Successtest-method testEchoData
Successtest-method testrunLua

HSserial back

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

HSjsonTests back

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

HSbase64 back

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

HScoresetup back

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

HSinspect back

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

HThttp back

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

HSapplicationTests back

SuccessFailureSkippedExpected Failure⏱️
11 (69%)5 (31%)0 (0%)0 (0%)0.11s
Successtest-method testInitWithPidFailures
Successtest-method testForceKilling
Failuretest-method testFrontmostApplicationback
Failuretest-method testInitWithPidback
Failuretest-method testWindowsback
Failuretest-method testAttributesFromBundleIDback
Successtest-method testMenus
Successtest-method testMenusAsync
Successtest-method testUTI
Failuretest-method testHidingback
Successtest-method testRunningApplications
Successtest-method testTestLuaSuccess
Successtest-method testKilling
Successtest-method testLocalizationFunctions
Successtest-method testrunLua
Successtest-method testBasicAttributes

HScrash back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.10s
Success

Annotations

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 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 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 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 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 33 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: testInitWithPid

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 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 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 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: "testHotkeyStates()".

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 2 seconds, with unfulfilled expectations: "testBasicHotkey()".

Check failure on line 37 in Hammerspoon Tests/HShotkey.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: testGetSystemAssigned

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: "testRepeatingHotkey()".

Check failure on line 75 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: testMinimize

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 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 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

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 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 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 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 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 10 seconds, with unfulfilled expectations: "testVolumes()".

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