Fixes to the simulator should have landed so that these tests can run again.
<rdar://problem/97297372>
The explicit disabling of Display P3 canvas support is done by this in PlatformEnable.h: #if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 120000) \ || (PLATFORM(IOS_FAMILY) && !PLATFORM(IOS_FAMILY_SIMULATOR)) #define HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035 1 #endif It's kind of misleading that the simulator restriction is applied to HAVE_CORE_ANIMATION_FIX_FOR_RADAR_78402035, a different issue.