[tests][monotouch] Generalize some tests to be independent of iOS version. Fixes #51801 - #1598
Conversation
…sion. Fixes #51801 The exact values are not what we need to test for and varies with different OS versions - making tests fails for no good reason (i.e. they are not canary used to detect changes) reference: https://bugzilla.xamarin.com/show_bug.cgi?id=51801
|
Build failure |
@spouliot Canary used? Can you explain? I don't see how it applies here, in the context of the monotouch-tests. Here's the definition of "canary testing" I found:
For the curious who, like me, didn't know where "canary testing" came from:
|
In this case the value we checked was not a canary and had no real value (beyond confirming the call worked). note: your definition match the "canary deployment" (not test) |
|
monotouch-test crashes are tracked in https://bugzilla.xamarin.com/show_bug.cgi?id=52162 but hides the result of the current PR :( |
|
build |
|
@spouliot ah yes makes sense, I guess mine was "canary deployment". Too many canaries! 🦆 |
|
Build failure |
|
build |
|
Build failure |
|
Unrelated failures
|
…sion. Fixes #51801 (dotnet#1598) The exact values are not what we need to test for and varies with different OS versions - making tests fails for no good reason (i.e. they are not canary used to detect changes) reference: https://bugzilla.xamarin.com/show_bug.cgi?id=51801
The exact values are not what we need to test for and varies with
different OS versions - making tests fails for no good reason (i.e.
they are not canary used to detect changes)
reference:
https://bugzilla.xamarin.com/show_bug.cgi?id=51801