webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <algorithm>
#include <errno.h>
#include <fstream>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <vector>
#include <google/protobuf/stubs/stringprintf.h>
#include "conformance.pb.h"
#include "conformance_test.h"
Classes | |
class | ForkPipeRunner |
Macros | |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
#define | CHECK_SYSCALL(call) |
Functions | |
void | UsageError () |
void | ParseFailureList (const char *filename, vector< string > *failure_list) |
int | main (int argc, char *argv[]) |
#define CHECK_SYSCALL | ( | call | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void UsageError | ( | ) |