#!/usr/bin/python2 # Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.
TEST_PAYLOAD = "Let's get this payload across the finish line!"
tmpdir = tempfile.mkdtemp()
# Register the target with the context manager so that it always gets # torn down on process exit. Otherwise there might be lingering QEMU instances # if Python crashes or is interrupted. with qemu_target.QemuTarget(tmpdir, 'x64') as target: class TestQemuTarget(unittest.TestCase):
@classmethod def setUpClass(cls):
target.Start()
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.