[LNT] r266014 - Some whitespace fixups before I break everything
Chris Matthews via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 16:02:39 PDT 2016
Author: cmatthews
Date: Mon Apr 11 18:02:39 2016
New Revision: 266014
URL: http://llvm.org/viewvc/llvm-project?rev=266014&view=rev
Log:
Some whitespace fixups before I break everything
Modified:
lnt/trunk/lnt/tests/test_suite.py
Modified: lnt/trunk/lnt/tests/test_suite.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/tests/test_suite.py?rev=266014&r1=266013&r2=266014&view=diff
==============================================================================
--- lnt/trunk/lnt/tests/test_suite.py (original)
+++ lnt/trunk/lnt/tests/test_suite.py Mon Apr 11 18:02:39 2016
@@ -1,4 +1,11 @@
-import subprocess, tempfile, json, os, shlex, platform, pipes, sys
+import subprocess
+import tempfile
+import json
+import os
+import shlex
+import platform
+import pipes
+import sys
import multiprocessing
from optparse import OptionParser, OptionGroup
@@ -7,8 +14,8 @@ import lnt.testing
import lnt.testing.profile
import lnt.testing.util.compilers
from lnt.testing.util.misc import timestamp
-from lnt.testing.util.commands import note, warning, fatal
-from lnt.testing.util.commands import capture, mkdir_p, which
+from lnt.testing.util.commands import note, fatal
+from lnt.testing.util.commands import mkdir_p, which
from lnt.testing.util.commands import resolve_command_path, isexecfile
from lnt.tests.builtintest import BuiltinTest
@@ -19,6 +26,7 @@ from lnt.tests.builtintest import Builti
TEST_SUITE_KNOWN_ARCHITECTURES = ['ARM', 'AArch64', 'Mips', 'X86']
KNOWN_SAMPLE_KEYS = ['compile', 'exec', 'hash', 'score']
+
# _importProfile imports a single profile. It must be at the top level (and
# not within TestSuiteTest) so that multiprocessing can import it correctly.
def _importProfile(name_filename):
More information about the llvm-commits
mailing list