| Index: tools/telemetry/telemetry/page/page_test.py
|
| diff --git a/tools/telemetry/telemetry/page/page_test.py b/tools/telemetry/telemetry/page/page_test.py
|
| index be08df5475bee471931dde1443226c167b35af0e..a2123f48b7a869b2277d87582fdb706c4cee6450 100644
|
| --- a/tools/telemetry/telemetry/page/page_test.py
|
| +++ b/tools/telemetry/telemetry/page/page_test.py
|
| @@ -62,6 +62,13 @@ class Failure(Exception):
|
| pass
|
|
|
|
|
| +class TestNotSupportedOnPlatformFailure(Failure):
|
| + """Exception that can be thrown to indicate that a certain feature required
|
| + to run the test is not available on the platform, hardware configuration, or
|
| + browser version."""
|
| + pass
|
| +
|
| +
|
| class PageTest(command_line.Command):
|
| """A class styled on unittest.TestCase for creating page-specific tests."""
|
|
|
|
|