blob: 1ff672e7997b0af1a1f457a2ba1936bdfc101094 [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2015 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.
-->
<link rel="import" href="/tracing/core/test_utils.html">
<link rel="import" href="/dashboard/static/bisect_utils.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
test('canBisect', function() {
var testPath = 'ChromiumPerf/mac/blink_perf.parser/simple-url';
assert.isTrue(bisect_utils.canBisect(testPath, 123456));
});
});
</script>