1 // -*- indent-tabs-mode: nil; js-indent-level: 2 -*-
2 // This Source Code Form is subject to the terms of the Mozilla Public
3 // License, v. 2.0. If a copy of the MPL was not distributed with this
4 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 // Tests that CRLite is left in the uninitialized state when the profile
7 // contains a corrupted coverage file. Specifically, this handles the case
8 // where the coverage file is truncated in a MaxTimestamp field.
12 /* eslint-disable no-unused-vars */
13 let coverage = do_get_file(
14 "test_crlite_corrupted/trunc-max-timestamp.coverage"
16 let enrollment = do_get_file("test_crlite_preexisting/crlite.enrollment");
17 let filter = do_get_file("test_crlite_filters/20201017-0-filter");
19 load("./corrupted_crlite_helper.js");