xamarin-macios/tests/monotouch-test
Rolf Bjarne Kvinge 1d8bbdbcbf [ModelIO] Fix MDLVoxelIndexExtent struct. (#2564)
The MDLVoxelIndexExtent is a struct containing two 4-dimensional vectors of
integers (not floats, as originally and incorrectly implemented).

Fix this my creating a new MDLVoxelIndexExtent2 struct with the right fields,
re-implement all the API that exposes this struct and obsolete the old API.

Also add missing [MarshalDirective] attributes.

And write a test to make sure it works fine now and forever.
2017-08-30 13:36:35 -04:00
..
ARKit [ARKit] Fix marshalling for ARPointCloud.RawFeaturePoints. (#2565) 2017-08-30 13:32:46 -04:00
AVFoundation Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
AVKit [tests] Import 2016-05-26 15:06:52 +02:00
AdSupport [tests] Import 2016-05-26 15:06:52 +02:00
AddressBook [monotouch-test] Remove workaround for fixed Apple bug. (#2445) 2017-08-08 08:59:59 -04:00
AddressBookUI [tests] Disable/tweak two tests that breaks on (almost) all Xcode updates 2017-07-24 19:45:38 -04:00
Assets.xcassets/AppIcons.appiconset [tests] Import 2016-05-26 15:06:52 +02:00
AudioToolbox [AudioToolbox] Update bindings to Xcode 9 beta3 (not later changes). (#2294) 2017-08-11 09:18:59 -04:00
AudioUnit [generator] Allow basic support of nullable inside our trampolines. Fixes #42699 (#1820) 2017-03-03 14:01:33 -05:00
CloudKit [tests] Update monotouch-test to add version checks when executing on older iOS versions. Fixes #43920 (#729) 2016-08-31 23:08:54 -04:00
Contacts [XM] Add hybrid/standard AOT option and improve AOT code (#1650) 2017-02-08 13:40:48 -06:00
CoreAnimation Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
CoreAudioKit [tests] Add missing version check on AUViewController tests. Fixes #42440 (#393) 2016-07-13 23:10:35 -04:00
CoreBluetooth Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
CoreData [CoreData] Updated bindings for xcode9. (#2210) 2017-06-22 11:48:03 +02:00
CoreFoundation [tests] Use a different bundle id for different apps that can be installed on the same device. (#1509) 2017-01-16 18:34:57 +01:00
CoreGraphics [coregraphics] Add CGRect.Null and Infinite properties. Fixes #43628 (#1819) 2017-03-03 09:04:32 -05:00
CoreImage [tests] Generalize CIImage test wrt colorspace. Fixes #51493 (#1496) 2017-01-13 13:05:32 -05:00
CoreLocation Merge remote-tracking branch 'origin/master' into xcode8 2016-06-28 12:44:08 +02:00
CoreMedia Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
CoreMidi [Midi] Fix bug 43582 - MidiEndpoint throws, bad dispose of GCHandle 2016-08-31 08:48:11 -04:00
CoreMotion [tests] Import 2016-05-26 15:06:52 +02:00
CoreServices Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
CoreText [monotouch-test] Disable FontDescriptorTest.WithFeature (#2537) 2017-08-23 18:25:17 -04:00
CoreVideo [generator] Create CVPixelBuffer using GetINativeObject so its usable from 3rd party bindings (#2111) 2017-05-19 11:10:22 -05:00
EventKit [EventKitUI] Update to Xcode 9 Beta 1 2017-06-29 09:52:37 -05:00
ExternalAccessory [tests] Import 2016-05-26 15:06:52 +02:00
Foundation [Foundation] Update for xcode9 (#2468) 2017-08-15 08:32:51 -04:00
GLKit [runtime] Parse unions in objc encodings correctly. Fixes #42452. (#394) 2016-07-14 18:03:02 +02:00
GameController Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
GameKit Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
GameplayKit [GameplayKit] Update from Xcode8 Beta 1 to Beta 6 (#689) 2016-08-30 15:32:46 -04:00
HealthKit [healthkit] Update for iOS 10 GM (#800) 2016-09-07 18:19:19 -04:00
HomeKit [homekit] Update for Xcode 9 beta 5 (#2492) 2017-08-15 08:30:37 -04:00
ImageIO Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
Intents [tests] Disable INIntentResolutionResultTests.cs on XM (it's not ready) 2017-03-28 16:31:49 -05:00
JavascriptCore Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
MapKit Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
MediaAccessibility Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
MediaPlayer Bump to Xcode 9 beta 3 (#2306) 2017-07-10 22:43:44 -04:00
MediaToolbox [monotouch-test] Update MediaToolbox.FormatNamesTest according to iOS 11 behavior. 2017-06-09 19:27:22 -07:00
MessageUI [messageui] Review (and add test) the enum breaking change from Apple. Fixes #42682 (#710) 2016-08-30 14:26:49 -04:00
Messages Fix monotouch-tests failures on older iOS versions (#401) 2016-07-14 22:00:52 -04:00
Metal [metal] Fix MTLHeapDescriptor and test it only on devices (#782) 2016-09-07 08:03:14 -04:00
MetalPerformanceShaders Add missing [MarshalDirective] attributes. (#2558) 2017-08-29 14:59:24 +02:00
MobileCoreServices Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
ModelIO [ModelIO] Fix MDLVoxelIndexExtent struct. (#2564) 2017-08-30 13:36:35 -04:00
MultipeerConnectivity Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
NetworkExtension Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
ObjCRuntime [monotouch-test] Don't subclass MKMapView. (#2556) 2017-08-28 16:24:07 -04:00
OpenGLES [opengles] Add version check to EAGLContext.PresentRenderBufferTest (#1706) 2017-03-28 09:42:24 -05:00
PassKit [passkit] Update to beta 5 (#2481) 2017-08-12 13:09:46 -04:00
Photos [tests] Import 2016-05-26 15:06:52 +02:00
PushKit [tests] Import 2016-05-26 15:06:52 +02:00
QuickLook [tests][monotouch] More adjustments for iOS10 related failures/changes (#239) 2016-06-22 16:28:27 -04:00
ReplayKit [replaykit] Update up to beta 5 (#2484) 2017-08-14 13:36:30 -04:00
Resources [tests] Import 2016-05-26 15:06:52 +02:00
SafariServices [tests] Import 2016-05-26 15:06:52 +02:00
SceneKit [tests] Remove workaround for radar #32688391. (#2486) 2017-08-14 15:17:17 +02:00
Security [tests] Disable/tweak two tests that breaks on (almost) all Xcode updates 2017-07-24 19:45:38 -04:00
SpriteKit [spritekit] Update for Xcode 9 beta 1, 2 & 3 (#2331) 2017-07-19 16:19:02 -04:00
StoreKit [tests] Import 2016-05-26 15:06:52 +02:00
System.Net.Http [Tests] add a work around to fix #57762 until bug #57825 is done. (#2300) 2017-07-13 08:24:36 -04:00
SystemConfiguration Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
UIKit [uikit] UIView/UIScrollView/UIViewController up to Xcode 9 beta 5 (#2431) 2017-08-10 18:06:49 -04:00
VideoToolbox [VideoToolbox] Updated to Xcode 8.3 Beta 1 2017-03-28 09:29:36 -05:00
iAd [tests] Import 2016-05-26 15:06:52 +02:00
mono Port monotouch-test suite to Xamarin.Mac (#1445) 2017-01-12 09:13:56 -09:00
AppDelegate.cs [tests] Import 2016-05-26 15:06:52 +02:00
Asserts.cs Add missing [MarshalDirective] attributes. (#2558) 2017-08-29 14:59:24 +02:00
BoardingPass.pkpass [tests] Import 2016-05-26 15:06:52 +02:00
EmptyNib.xib [tests] Import 2016-05-26 15:06:52 +02:00
Entitlements.plist [tests] Import 2016-05-26 15:06:52 +02:00
Hand.wav [tests] Import 2016-05-26 15:06:52 +02:00
Info.plist [tests] Remove Classic test projects, and make the Unified test projects the master projects. (#858) 2016-09-21 22:55:10 +02:00
LL-171A-B-B797E457-16AB-C708-1E0F-32C19DBD47B5.icc [tests] Import 2016-05-26 15:06:52 +02:00
LaunchScreen.storyboard [tests] Import 2016-05-26 15:06:52 +02:00
Main.cs [monotouch-test] Move version-checking code to a shared file. 2016-06-27 13:07:37 +02:00
Makefile [tests] Import 2016-05-26 15:06:52 +02:00
NativeTypesTest.cs [tests] Import 2016-05-26 15:06:52 +02:00
Pacifico.ttf [tests] Import 2016-05-26 15:06:52 +02:00
Tamarin.pdf [tests] Import 2016-05-26 15:06:52 +02:00
app.config [monotouch-test] Add test to ensure config files are properly bundled in apps. (#1291) 2016-12-02 14:13:25 +01:00
basn3p08.png [tests] Import 2016-05-26 15:06:52 +02:00
drum01.mp3 [tests] Import 2016-05-26 15:06:52 +02:00
monotouch-test.csproj [ModelIO] Fix MDLVoxelIndexExtent struct. (#2564) 2017-08-30 13:36:35 -04:00
xamvideotest.mp4 [tests] Import 2016-05-26 15:06:52 +02:00