A brief file description. More...
#include "libts.h"
#include "Regression.h"
Go to the source code of this file.
Functions | |
char * | regression_status_string (int status) |
static int | start_test (RegressionTest *t) |
int | rprintf (RegressionTest *t, const char *format,...) |
int | rperf (RegressionTest *t, const char *tag, double val) |
REGRESSION_TEST() | Regression (RegressionTest *t, int atype, int *status) |
Variables | |
static RegressionTest * | test = NULL |
static RegressionTest * | exclusive_test = NULL |
int | regression_level = 0 |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file Regression.cc.
REGRESSION_TEST() Regression | ( | RegressionTest * | t, | |
int | atype, | |||
int * | status | |||
) |
Definition at line 205 of file Regression.cc.
char* regression_status_string | ( | int | status | ) |
Definition at line 44 of file Regression.cc.
References REGRESSION_TEST_INPROGRESS, REGRESSION_TEST_NOT_RUN, and REGRESSION_TEST_PASSED.
Referenced by RegressionTest::check_status(), RegressionCont::mainEvent(), RegressionTest::run_some(), and start_test().
int rperf | ( | RegressionTest * | t, | |
const char * | tag, | |||
double | val | |||
) |
Definition at line 196 of file Regression.cc.
References RegressionTest::name.
Referenced by Regression().
int rprintf | ( | RegressionTest * | t, | |
const char * | format, | |||
... | ||||
) |
Definition at line 178 of file Regression.cc.
References RegressionTest::name.
Referenced by cache(), Cache_dir(), cache_disk_replacement_stability(), CCFailHistoryTestCont::check_history(), Congestion_HashTable(), create_config(), execute_and_verify(), HttpTransact_is_request_valid(), LogObjectManager_Transfer(), CCCongestionDBTestCont::mainEvent(), NetVCTest::record_error(), Regression(), and ReRegressionSM::run().
static int start_test | ( | RegressionTest * | t | ) | [inline, static] |
Definition at line 71 of file Regression.cc.
References RegressionTest::function, ink_assert, RegressionTest::name, RegressionTest::printed, regression_level, regression_status_string(), REGRESSION_TEST_INPROGRESS, REGRESSION_TEST_NOT_RUN, and RegressionTest::status.
Referenced by RegressionTest::run(), and RegressionTest::run_some().
RegressionTest* exclusive_test = NULL [static] |
Definition at line 35 of file Regression.cc.
int regression_level = 0 |
Definition at line 40 of file Regression.cc.
Referenced by run_RegressionTest(), and start_test().
RegressionTest* test = NULL [static] |
Definition at line 34 of file Regression.cc.
Referenced by Congestion_CongestionDB(), and Congestion_FailHistory().