| Index: appengine/findit/common/waterfall/failure_type.py
|
| diff --git a/appengine/chromium_cq_status/handlers/test/__init__.py b/appengine/findit/common/waterfall/failure_type.py
|
| similarity index 74%
|
| copy from appengine/chromium_cq_status/handlers/test/__init__.py
|
| copy to appengine/findit/common/waterfall/failure_type.py
|
| index ca3e206fdd8f2b8e5facc81da817abd7d2ca143e..f2b7a772d0c6fc69c7018a6eef65cedaf65b2b48 100644
|
| --- a/appengine/chromium_cq_status/handlers/test/__init__.py
|
| +++ b/appengine/findit/common/waterfall/failure_type.py
|
| @@ -1,3 +1,8 @@
|
| # Copyright 2016 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| +
|
| +UNKNOWN = 0x00
|
| +INFRA = 0x01
|
| +COMPILE = 0x08
|
| +TEST = 0x10
|
|
|