Home
last modified time | relevance | path

Searched +full:regression +full:- +full:test (Results 1 – 25 of 1062) sorted by relevance

12345678910>>...43

/external/libxml2/
Dregressions.xml2 <!--
3 Within the following test descriptions the possible elements are:
5 testname Plain text name of test
6 execpath pathname for test program(s)
7 testprog program to run for the test
20 -->
22 <!--
24 -->
27 <!-- <execpath>win32/bin.msvc</execpath> -->
30 <srcdir>test</srcdir>
[all …]
DMakefile.am3 ACLOCAL_AMFLAGS = -I m4
9 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
20 bin_SCRIPTS=xml2-config
33 -version-info $(LIBXML_VERSION_INFO) \
64 man_MANS = xml2-config.1 libxml.3
171 testdso_la_LDFLAGS = -module -no-undefined -avoid-version -rpath $(libdir)
175 -@(if [ "$(PYTHON)" != "" ] ; then \
181 -@(if [ "$(PYTHON)" != "" ] ; then \
203 [ -d test ] || $(LN_S) $(srcdir)/test .
204 [ -d result ] || $(LN_S) $(srcdir)/result .
[all …]
/external/zstd/.circleci/
Dconfig.yml4 # the first half of the jobs are in this test
5 short-tests-0:
9 - image: fbopensource/zstd-circleci-primary:0.0.1
11 - checkout
12 - run:
13 name: Test
15 ./tests/test-license.py
16 cc -v; CFLAGS="-O0 -Werror -pedantic" make all && make clean
20 make -j regressiontest; make clean
23 # the second half of the jobs are in this test
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Deddsa_test.txt493 # draft-josefsson-eddsa-ed25519-02: Test 1
506 # draft-josefsson-eddsa-ed25519-02: Test 2
519 # draft-josefsson-eddsa-ed25519-02: Test 3
532 # draft-josefsson-eddsa-ed25519-02: Test 1024
545 # Random test failure 1
558 # Random test failure 2
564 # Random test failure 24
577 # Random test failure 3
583 # Random test failure 20
596 # Random test failure 4
[all …]
Deddsa_test.json6 "Test vectors of type EddsaVerify are intended for testing",
10 …"SignatureMalleability" : "EdDSA signatures are non-malleable, if implemented accordingly. Failing…
17 "d" : "rdS7gQN4W6-axTQljoqvZfXxrbXvXz3xm7gKuYnE1ks",
20 "x" : "fU0Of2FTpptiQrUiq77mhf2kQg-INLEIw72uNp71Sfo"
30 …"keyPem" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAfU0Of2FTpptiQrUiq77mhf2kQg+INLEIw72uNp71Sf…
627 …"keyPem" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEAoSwr63cmXyqslTtQCTSdlBVaA62kFqrUUTGUgOmDyk…
720 …"keyPem" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA11qYAYKxCrfVS/7TyWQHOg7hcvPapiMlrwIaaPcHUR…
725 "comment" : "draft-josefsson-eddsa-ed25519-02: Test 1",
736 "d" : "TM0Imyj_ltqdtsNG7BFOD1uKMZ81q6Yk2oz27U-4pvs",
739 "x" : "PUAXw-hDiVqStwqnTRt-vJyYLM8uxJaMwM1V8Sr0Zgw"
[all …]
/external/zstd/tests/regression/
DREADME.md1 # Regression tests
3 The regression tests run zstd in many scenarios and ensures that the size of the compressed results…
5 … you can read the diff printed by the job to ensure the change isn't a regression. If all is well …
14 make -j zstd
16 # Build the regression test binary
17 cd tests/regression
19 make -j test
21 # Run the regression test
22 ./test --cache data-cache --zstd ../../zstd --output results.csv
/external/testng/src/test/java/test/regression/groupsordering/
Dtestng.xml1 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
2 <suite name="Groups ordering regression" verbose="2">
3 <test name="Class Run">
5 <class name="test.regression.groupsordering.A" />
6 <class name="test.regression.groupsordering.B" />
8 </test>
10 <test name="Groups Run">
17 <class name="test.regression.groupsordering.A" />
18 <class name="test.regression.groupsordering.B" />
20 </test>
/external/libabigail/
DCONTRIBUTING23 Please supply patches using git format-patch and git send-email. If
24 you don't know how to use git, send-email, fine. Just use your
30 Please read the file COMMIT-LOG-GUIDELINES in the source tree to learn
42 regression tests.
44 Regression tests
47 Regression tests are under the directory 'tests'. They are usually
49 idea is that if the test fails, the programmer should just have to
50 launch them under GDB and debug them right away. No-bullshit style.
52 Regression tests are launched by doing:
59 make -jN -lN check
[all …]
/external/ltp/testcases/kernel/controllers/memcg/
DREADME1 TEST SUITE:
7 contain the regression test, basis operation test and stress test of memctl.
9 NOTE: the test can be run by root only.
13 The aim of the tests is to track any future regressions, test the functionality
19 --------------------
20 This script runs the testcases of control test.
23 --------------------
24 The program allocates memory specified using the '-m' option when 'm' is received
26 It exits on receiving 'x'. It gets the page size on specifying the '-p' option.
29 --------------------
[all …]
/external/rust/crates/ring/src/arithmetic/
Dbigint_elem_squared_tests.txt3 # These test vectors satisfy A * A = ModSquare (mod M) and 0 <= ModSquare < M.
5 # Regression test for CVE-2015-3193 (carry propagation bug in sqr8x_reduction).
8 # because it is convenient to add the test, and also to track the issue of the
9 # lack of a real regression test. TODO: Fix this.
14 # Regression test for CVE-2017-3732.
23 # Regression test for CVE-2017-3736
/external/llvm-project/llvm/docs/
DTestingGuide.rst33 unit tests, regression tests and whole programs. The unit tests and regression
35 and ``llvm/test`` respectively and are expected to always pass -- they should be
38 The whole programs tests are referred to as the "LLVM test suite" (or
39 "test-suite") and are in the ``test-suite`` module in subversion. For
41 tests" in places, which is less ambiguous than "test-suite" and remains
45 ----------
47 Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/googlet…
51 generic data structure, we prefer relying on regression tests for testing
54 Regression tests
55 ----------------
[all …]
DReleaseProcess.rst17 -------------------------------
22 * Test and benchmark the previous release
24 * Test and benchmark each release candidate, comparing to the previous release
27 * Identify, reduce and report every regression found during tests and benchmarks
31 Not all bugs or regressions are show-stoppers and it's a bit of a grey area what
37 * The severity of the bug, how many people it affects and if it's a regression
44 * If it's a correctness or a performance regression. Performance regression
54 test-release.sh
55 ---------------
57 This script will check-out, configure and compile LLVM+Clang (+ most add-ons,
[all …]
/external/llvm/docs/
DTestingGuide.rst28 If you intend to run the :ref:`test-suite <test-suite-overview>`, you will also
29 need a development version of zlib (zlib1g-dev is known to work on several Linux
36 regression tests and whole programs. The regression tests are contained
37 inside the LLVM repository itself under ``llvm/test`` and are expected
38 to always pass -- they should be run before every commit.
40 The whole programs tests are referred to as the "LLVM test suite" (or
41 "test-suite") and are in the ``test-suite`` module in subversion. For
43 tests" in places, which is less ambiguous than "test-suite" and remains
46 Regression tests
47 ----------------
[all …]
DHowToReleaseLLVM.rst12 This document contains information about successfully releasing LLVM ---
13 including subprojects: e.g., ``clang`` and ``dragonegg`` --- to the public. It
17 If you're looking for the document on how to test the release candidates and
25 LLVM is released on a time based schedule --- with major releases roughly
29 there are large number of bug-fixes in the stable branch or a critical bug
43 7-10 days. During the first round of testing, any regressions found should be
68 ----------------------------
92 #. Create the release branch for ``llvm``, ``clang``, the ``test-suite``, and
99 $ svn copy https://llvm.org/svn/llvm-project/llvm/trunk \
100 https://llvm.org/svn/llvm-project/llvm/branches/release_XY
[all …]
DReleaseProcess.rst17 -------------------------------
22 * Test and benchmark the previous release
24 * Test and benchmark each release candidate, comparing to the previous release and candidates
26 * Identify, reduce and report every regression found during tests and benchmarks
30 Not all bugs or regressions are show-stoppers and it's a bit of a grey area what
35 * The severity of the bug, how many people it affects and if it's a regression or a
42 * If it's a correctness or a performance regression. Performance regression tends to be
52 test-release.sh
53 ---------------
55 This script will check-out, configure and compile LLVM+Clang (+ most add-ons, like ``compiler-rt``,
[all …]
/external/python/cpython2/Doc/library/
Dtest.rst2 :mod:`test` --- Regression tests package for Python
5 .. module:: test
6 :synopsis: Regression tests package containing the testing suite for Python.
10 The :mod:`test` package is meant for internal use by Python only. It is
17 The :mod:`test` package contains all regression tests for Python as well as the
18 modules :mod:`test.support` and :mod:`test.regrtest`.
19 :mod:`test.support` is used to enhance your tests while
20 :mod:`test.regrtest` drives the testing suite.
22 Each module in the :mod:`test` package whose name starts with ``test_`` is a
26 ``sys.stdout``; this style of test is considered deprecated.
[all …]
/external/autotest/client/site_tests/platform_GesturesRegressionTest/
Dplatform_GesturesRegressionTest.py2 # Use of this source code is governed by a BSD-style license that can be
7 from autotest_lib.client.bin import test, utils
12 'x86-alex': 'alex',
13 'x86-mario': 'mario',
14 'x86-zgb': 'zgb'}
17 class platform_GesturesRegressionTest(test.test):
18 """ Wrapper of regression test of gestures library.
20 This test takes advantage of autotest framework to execute the touchtests,
21 i.e. regression test of gestures library, and store results of the test
23 library and regression tests, and their score changes accordingly.
[all …]
/external/llvm/utils/release/
DfindRegressions-nightly.py5 testDirName = 'llvm-test'
6 test = ['compile', 'llc', 'jit', 'cbe'] variable
7 exectime = ['llc-time', 'jit-time', 'cbe-time',]
8 comptime = ['llc', 'jit-comptime', 'compile']
19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
21 test = {}
37 if not test.has_key(fname) :
38 test[fname] = {}
40 for k in test:
41 test[fname][k] = 'NA'
[all …]
/external/llvm-project/llvm/utils/release/
DfindRegressions-nightly.py7 testDirName = 'llvm-test'
8 test = ['compile', 'llc', 'jit', 'cbe'] variable
9 exectime = ['llc-time', 'jit-time', 'cbe-time',]
10 comptime = ['llc', 'jit-comptime', 'compile']
21 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
23 test = {}
39 if fname not in test :
40 test[fname] = {}
42 for k in test:
43 test[fname][k] = 'NA'
[all …]
/external/testng/src/test/resources/
Dtestng.yaml3 … short: 47, parameter: out, char: c, byte: 43, first-name: Cedric, int: 42, string: Cedric, factor…
5 - name: Nopackage
8 - NoPackageTest
10 - name: Regression1
14 - test.parameters.ParameterSample
15 - test.parameters.ParameterTest
16 - test.Test1
17 - test.Test2
18 - test.CtorCalledOnce
19 - test.expectedexceptions.ExpectedExceptionsTest
[all …]
/external/mesa3d/docs/relnotes/
D10.6.0.rst16 ----------------
20 9bc659abdba26202509304f259723aaa4343dba6aac4bd87d5baea11d23c8c63 mesa-10.6.0.tar.gz
21 f37e2633978deed02ff0522abc36c709586e2b555fd439a82ab71dce2c866c76 mesa-10.6.0.tar.xz
24 ------------
28 - GL_AMD_pinned_memory on r600, radeonsi
29 - GL_ARB_clip_control on i965
30 - GL_ARB_depth_buffer_float on freedreno
31 - GL_ARB_depth_clamp on freedreno
32 - GL_ARB_direct_state_access on all drivers that support GL 2.0+
33 - GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
[all …]
/external/scapy/
D.appveyor.yml6 - PYTHON: "C:\\Python27-x64"
9 - PYTHON: "C:\\Python36-x64"
18 - ps: .\.appveyor\InstallNpcap.ps1
19 - ps: .\.appveyor\InstallWindump.ps1
20 - choco install -y wireshark
22 - "%PYTHON%\\python -m pip install cryptography coverage mock"
23 - set PATH="%PYTHON%\\Scripts\\;%PATH%"
27 - set PYTHONPATH=%APPVEYOR_BUILD_FOLDER%
28 - set PATH="%APPVEYOR_BUILD_FOLDER%;C:\Program Files\Wireshark\;%PATH%"
31 - set ARGS=-K open_ssl_client
[all …]
/external/pdfium/testing/tools/
Dsafetynet_conclusions.py2 # Use of this source code is governed by a BSD-style license that can be
15 RATING_REGRESSION = 'regression'
37 This is initialized empty and then processes pairs of results for each test
40 "regression" if there is a significant increase in time for the test case.
41 "improvement" if there is a significant decrease in time for the test case.
42 "no_change" if the time for the test case did not change at all.
43 "small_change" if the time for the test case changed but within the threshold.
55 threshold_significant of 1.0 will flag test cases that became over
59 threshold_significant 0.02 -> 98.04% to 102% is not significant
60 threshold_significant 0.1 -> 90.9% to 110% is not significant
[all …]
/external/llvm-project/llvm/utils/
Dupdate_test_checks.py3 """A script to generate FileCheck statements for 'opt' regression tests.
5 This script is a utility to update LLVM opt test cases with new
7 a single test function.
10 $ update_test_checks.py --opt=../bin/opt test/foo.ll
14 in regression test files.
16 3. Update the RUN-lines in the affected regression tests to look canonical.
17 Example: "; RUN: opt < %s -instcombine -S | FileCheck %s"
22 7. Re-run this script on affected regression tests.
24 9. Submit a patch including the regression test diffs for review.
28 The script is designed to make adding checks to a test case fast, it is *not*
[all …]
/external/libcups/vcnet/regex/
DWHATSNEW10 New in alpha3.5: Active development of this code has been stopped --
11 I'm working on a complete reimplementation -- but folks have found some
27 is an alphabetic. Stuff used for pre-ANSI systems is now in a subdir,
30 (again!) so that the regression test will run without -DREDEBUG, at
42 memory-allocation patterns. The header-file prototypes no longer name
44 some clot has defined CHAR_MIN as (say) `-128' instead of `(-128)' is
66 into Makefile. Macro-ized the name of regex(7) in regex(3), since it has
67 to change for 4.4BSD. Cleanup work in engine.c, and some new regression
70 New in alpha2.2: Out-of-date manpages updated. Regerror() acquires two
71 small extensions -- REG_ITOA and REG_ATOI -- which avoid debugging kludges
[all …]

12345678910>>...43