mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -1,5 +1,4 @@
|
|||
// -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
||||
// vim: set ts=2 et sw=2 tw=80:
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
// You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
|
@ -961,26 +960,26 @@ const Utf16BadCase kUtf16BadCases[] = {
|
|||
|
||||
// Parameterized test instantiations:
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(Ucs4TestCases, Ucs4Test,
|
||||
::testing::ValuesIn(kUcs4Cases));
|
||||
INSTANTIATE_TEST_CASE_P(Ucs4TestCases, Ucs4Test,
|
||||
::testing::ValuesIn(kUcs4Cases));
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(Iso88591TestCases, Ucs2Test,
|
||||
::testing::ValuesIn(kIso88591Cases));
|
||||
INSTANTIATE_TEST_CASE_P(Iso88591TestCases, Ucs2Test,
|
||||
::testing::ValuesIn(kIso88591Cases));
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(Ucs2TestCases, Ucs2Test,
|
||||
::testing::ValuesIn(kUcs2Cases));
|
||||
INSTANTIATE_TEST_CASE_P(Ucs2TestCases, Ucs2Test,
|
||||
::testing::ValuesIn(kUcs2Cases));
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(Utf16TestCases, Utf16Test,
|
||||
::testing::ValuesIn(kUtf16Cases));
|
||||
INSTANTIATE_TEST_CASE_P(Utf16TestCases, Utf16Test,
|
||||
::testing::ValuesIn(kUtf16Cases));
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(BadUtf8TestCases, BadUtf8Test,
|
||||
::testing::ValuesIn(kUtf8BadCases));
|
||||
INSTANTIATE_TEST_CASE_P(BadUtf8TestCases, BadUtf8Test,
|
||||
::testing::ValuesIn(kUtf8BadCases));
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(BadUtf16TestCases, BadUtf16Test,
|
||||
::testing::ValuesIn(kUtf16BadCases));
|
||||
INSTANTIATE_TEST_CASE_P(BadUtf16TestCases, BadUtf16Test,
|
||||
::testing::ValuesIn(kUtf16BadCases));
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(Iso88591TestCases, Iso88591Test,
|
||||
::testing::ValuesIn(kIso88591Cases));
|
||||
INSTANTIATE_TEST_CASE_P(Iso88591TestCases, Iso88591Test,
|
||||
::testing::ValuesIn(kIso88591Cases));
|
||||
;
|
||||
|
||||
} // namespace nss_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue