tests,learning-gem5: Moved MIPS ISA test from part 1 to long
[gem5.git] / tests / gem5 / verifier.py
index ab1265cfa04af5598a0a3b03eae442504f00d36c..a7e6d4ed2aad04b242b33a7c2a0632017e21ab03 100644 (file)
@@ -23,8 +23,6 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# Authors: Sean Wilson
 
 '''
 Built in test cases that verify particular details about a gem5 run.
@@ -135,6 +133,7 @@ class MatchStdout(DerivedGoldStandard):
             re.compile('^command line:'),
             re.compile("^Couldn't import dot_parser,"),
             re.compile("^info: kernel located at:"),
+            re.compile("^info: Standard input is not a terminal"),
             re.compile("^Couldn't unlink "),
             re.compile("^Using GPU kernel code file\(s\) "),
         ]