CodeGen: simplify unit tests [2/3]
commit9681fa57fcb814f0cacee84cecd4e751ce33553a
authormdempsky <mdempsky@chromium.org>
Tue, 18 Nov 2014 00:22:05 +0000 (17 16:22 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 18 Nov 2014 00:22:33 +0000 (18 00:22 +0000)
treee106b825f391b647f5f0bec2ce563c1c05c36f81
parent218e811496df0cd6660d2f86e13ca04d10d5ef4f
CodeGen: simplify unit tests [2/3]

Most of CodeGen's unit tests cover internal algorithmic details that
are about to go away, so remove them all except for the one truly
interesting test: the graph implied from the original
MakeInstruction() calls should match the graph implied from the
resulting BPF program.

BUG=414363

Review URL: https://codereview.chromium.org/694423003

Cr-Commit-Position: refs/heads/master@{#304525}
sandbox/linux/seccomp-bpf/codegen_unittest.cc