mirror of git://gcc.gnu.org/git/gcc.git
Use target_alias in validate_failures.py
* testsuite-management/validate_failures.py (GetBuildData): Use target_alias. From-SVN: r186497
This commit is contained in:
parent
2aae768068
commit
034a3fcd14
|
@ -1,3 +1,8 @@
|
||||||
|
2012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* testsuite-management/validate_failures.py (GetBuildData): Use
|
||||||
|
target_alias.
|
||||||
|
|
||||||
2012-04-06 Doug Evans <dje@google.com>
|
2012-04-06 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* dg-extract-results.sh: Handle KFAILs.
|
* dg-extract-results.sh: Handle KFAILs.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Contributed by Diego Novillo <dnovillo@google.com>
|
# Contributed by Diego Novillo <dnovillo@google.com>
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Free Software Foundation, Inc.
|
# Copyright (C) 2011, 2012 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GCC.
|
# This file is part of GCC.
|
||||||
#
|
#
|
||||||
|
@ -241,7 +241,7 @@ def CompareResults(manifest, actual):
|
||||||
|
|
||||||
|
|
||||||
def GetBuildData(options):
|
def GetBuildData(options):
|
||||||
target = GetMakefileValue('%s/Makefile' % options.build_dir, 'target=')
|
target = GetMakefileValue('%s/Makefile' % options.build_dir, 'target_alias=')
|
||||||
srcdir = GetMakefileValue('%s/Makefile' % options.build_dir, 'srcdir =')
|
srcdir = GetMakefileValue('%s/Makefile' % options.build_dir, 'srcdir =')
|
||||||
if not ValidBuildDirectory(options.build_dir, target):
|
if not ValidBuildDirectory(options.build_dir, target):
|
||||||
Error('%s is not a valid GCC top level build directory.' %
|
Error('%s is not a valid GCC top level build directory.' %
|
||||||
|
|
Loading…
Reference in New Issue