Re: [google] Fixing function patching tests (issue5626049)

2012-02-03 Thread Harshit Chopra
Thanks for the review. Committed to google-main. -- Harshit On Fri, Feb 3, 2012 at 4:33 PM, Xinliang David Li wrote: > ok for google branches. > > David > > On Fri, Feb 3, 2012 at 3:20 PM, Harshit Chopra wrote: >> Fixes the following tests by restricting them to 64-bit target environment. >>

Re: [google] Fixing function patching tests (issue5626049)

2012-02-03 Thread Xinliang David Li
ok for google branches. David On Fri, Feb 3, 2012 at 3:20 PM, Harshit Chopra wrote: > Fixes the following tests by restricting them to 64-bit target environment. > > Tested: Using 'make -k check-gcc RUNTESTFLAGS="i386.exp=patch* > --target_board=unix\{-m32,,-m64\}"' and crosstool-validate.py sc

[google] Fixing function patching tests (issue5626049)

2012-02-03 Thread Harshit Chopra
Fixes the following tests by restricting them to 64-bit target environment. Tested: Using 'make -k check-gcc RUNTESTFLAGS="i386.exp=patch* --target_board=unix\{-m32,,-m64\}"' and crosstool-validate.py script. Patch to be applied to google/main branch. 2012-02-03 Harshit Chopra Restrictin