You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have prepared a branch from master where this can be reproduced.
Please checkout repro pass-type-identifiers, run bazelisk test //test/starlark_tests:ios_application_entitlements_contents_device_test and observe test.log
exec ${PAGER:-/usr/bin/less} "$0" || exit 1
Executing tests from //test/starlark_tests:ios_application_entitlements_contents_device_test
-----------------------------------------------------------------------------
ERROR: Expected 'Array { FOOBARBAZ1.com.google.example }' to match 'Array { FOOBARBAZ1.* }' for key com.apple.developer.pass-type-identifiers
Actual contents were:
Dict {
application-identifier = FOOBARBAZ1.*
test-an-entitlement = false
get-task-allow = true
com.apple.developer.pass-type-identifiers = Array {
FOOBARBAZ1.com.google.example
}
}