Displaying 5 results from an estimated 5 matches for "testsuitename".
2016 Apr 26
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...- 13.72 seconds
>
> MongoDB – 1.35 seconds.
>
> Results of course will be better on real server machine .
>
>
>
> For use some test-suite user should describe fields in file with format
> .fields such way:
>
> {
>
> "Fields" : [{
>
> "TestSuiteName" : "Bytecode",
>
> "Type" : "integer",
>
> "BiggerIsBetter" : 0,
>
> "Show" : true
>
> },
>
> {
>
> "TestSuiteName" : "GCC",
>
> "Type" : "real"...
2016 Apr 26
2
RFC: LNT/Test-suite support for custom metrics and test parameterization
Hi, Chris.
Thank you for your answer about compile tests. As I understood during looking through code of compile tests they don’t use test suite at all. Am I right? There is lack of information and examples of running compile tests in LNT documentation.
We understood that there are two groups of users: users using servers and collecting a lot of data and SQLite users, but these users as I think
2016 Apr 27
3
RFC: LNT/Test-suite support for custom metrics and test parameterization
...3.72 seconds
>
> MongoDB – 1.35 seconds.
>
> Results of course will be better on real server machine .
>
>
>
> For use some test-suite user should describe fields in file with format .fields such way:
>
> {
>
> "Fields" : [{
>
> "TestSuiteName" : "Bytecode",
>
> "Type" : "integer",
>
> "BiggerIsBetter" : 0,
>
> "Show" : true
>
> },
>
> {
>
> "TestSuiteName" : "GCC",
>
> "Type" : "rea...
2020 Jun 24
7
[RFC] Compiled regression tests.
...g to replace FileCheck,
but in a lot of cases, domain-specific verifiers can be more powerful
(e.g. verify-uselistorder or `clang -verify`).
#ifdef IR
define void @func() {
entry:
ret
}
#else /* IR */
#include "compiledtestboilerplate.h"
TEST(TestSuiteName, TestName) {
unique_ptr<Module> Output = run_opt(__FILE__, "IR",
"-passes=loop-vectorize");
/* Check Output */
}
#endif /* IR */
That is, input IR and check code are in the same file. The run_opt
command is a replica of main() from the opt tool,...
2016 May 13
4
RFC: LNT/Test-suite support for custom metrics and test parameterization
...cheme - 13.72 seconds
>
> MongoDB – 1.35 seconds.
>
> Results of course will be better on real server machine .
>
>
>
> For use some test-suite user should describe fields in file with format .fields such way:
>
> {
>
> "Fields" : [{
>
> "TestSuiteName" : "Bytecode",
>
> "Type" : "integer",
>
> "BiggerIsBetter" : 0,
>
> "Show" : true
>
> },
>
> {
>
> "TestSuiteName" : "GCC",
>
> "Type" : "real"...