New issue
Advanced search Search tips

Issue 921466 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac , Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

ExtensionApiTest.StubsApp runs API test on unsupported platform

Project Member Reported by acostinas@google.com, Jan 14

Issue description

Chrome Version: all
OS: all

What steps will reproduce the problem?
(1) Add an extension API method that is restricted to a OS (via platform parameter in _api_features.json)
(2) Run browser test ExtensionApiTest.StubsApp from a different OS.

What is the expected result?
Test passes. 

What happens instead?
Test fails. The extension API definitions returned by chrome.test.getApiDefinitions() contain all APIs, including the restricted ones.


 

Sign in to add a comment