| Index: tests/toolchain/nacl.scons
|
| diff --git a/tests/toolchain/nacl.scons b/tests/toolchain/nacl.scons
|
| index 763a5e4ddeffff92b85a6310b382077130deacee..ca2ed0d45f30ceae8b21067dce01bfb92ff09c50 100644
|
| --- a/tests/toolchain/nacl.scons
|
| +++ b/tests/toolchain/nacl.scons
|
| @@ -121,7 +121,9 @@ ENVIRONMENTS_TO_TRY = [ ('noopt_frame', MakeEnv(False, True)),
|
|
|
| for tag, e in ENVIRONMENTS_TO_TRY:
|
| for src in ['unwind_trace.cc',
|
| - 'stack_frame.cc',
|
| + # TODO(mcgrathr): This test has bad assumptions and needs
|
| + # to be rewritten. Disabling it for now.
|
| + # 'stack_frame.cc',
|
| 'eh_virtual_dtor.cc',
|
| 'eh_loop_single.cc',
|
| 'eh_loop_many.cc',
|
|
|