AuraTestHelper::GetContext() doesn't make sense for aura-mus-client. The reason GetContext() doesn't make sense is that GetContext() is created by AuraTestHelper from a WindowTreeHost and is generally used to correspond to the root of an ash environment where you use NativeWidgetAura. This only makes sense for the
aura-mus-windowmanager config.
This bug is for all tests disabled because of this. We need to go through all the tests disabled by this and decide if we need to convert to work with aura-mus-client (meaning not use GetContext()), or leave specific to aura-mus-windowmanager.
I'll also mention that these tests have almost exclusively created NativeWidgetAura (meaning if you run views_unittests they create NativeWidgetAura), which means they never exercised DesktopNativeWidgetAura in the past. So, it may be ok to continue not running these tests, but we need to evaluate them.
Comment 1 by bugdroid1@chromium.org
, Nov 11 2016