Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(401)

Delta Between Two Patch Sets: src/processor/microdump_stackwalk_test

Issue 2824002: Microdumps: support aarch64 and lib mapping from APK (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk
Left Patch Set: Fix microdump_writer_unittest on 32 bit Created 9 years, 3 months ago
Right Patch Set: Use AnalyzeDump in TestProcess_MissingSymbols Created 9 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/processor/microdump_stackwalk_machine_readable_test ('k') | src/processor/microdump_stackwalk_test_vars » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (c) 2014, Google Inc. 3 # Copyright (c) 2014, Google Inc.
4 # All rights reserved. 4 # All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are 7 # modification, are permitted provided that the following conditions are
8 # met: 8 # met:
9 # 9 #
10 # * Redistributions of source code must retain the above copyright 10 # * Redistributions of source code must retain the above copyright
(...skipping 23 matching lines...) Expand all
34 34
35 set -e # Bail out with an error if any of the commands below fails. 35 set -e # Bail out with an error if any of the commands below fails.
36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do 36 for ARCH in $MICRODUMP_SUPPORTED_ARCHS; do
37 echo "Testing microdump_stackwalk for arch $ARCH" 37 echo "Testing microdump_stackwalk for arch $ARCH"
38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \ 38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
39 $testdata_dir/symbols/microdump | \ 39 $testdata_dir/symbols/microdump | \
40 tr -d '\015' | \ 40 tr -d '\015' | \
41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out - 41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -
42 done 42 done
43 exit 0 43 exit 0
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted