| Index: snapshot/win/end_to_end_test.py
|
| diff --git a/snapshot/win/end_to_end_test.py b/snapshot/win/end_to_end_test.py
|
| index f3172ba7a79630354e0077375ed36b01db2c97cb..4f453c7e143db355ea405ad8e5b14c0905828dc1 100755
|
| --- a/snapshot/win/end_to_end_test.py
|
| +++ b/snapshot/win/end_to_end_test.py
|
| @@ -247,6 +247,10 @@ def RunTests(cdb_path,
|
| r'FreeOwnStackAndBreak.*\nquit:',
|
| 'at correct location, no additional stack entries')
|
|
|
| + out = CdbRun(cdb_path, dump_path, '.ecxr; db /c14 edi')
|
| + out.Check(r'63 62 61 60 5f 5e 5d 5c-5b 5a 59 58 57 56 55 54 53 52 51 50',
|
| + 'data pointed to by registers captured')
|
| +
|
| if z7_dump_path:
|
| out = CdbRun(cdb_path, z7_dump_path, '.ecxr;lm')
|
| out.Check('This dump file has an exception of interest stored in it',
|
|
|