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

Delta Between Two Patch Sets: src/cmd/internal/rsc.io/x86/x86asm/testdata/Makefile

Issue 153750044: code review 153750044: cmd/objdump: move armasm, x86asm into internal packages (Closed)
Left Patch Set: diff -r cd24f5ff3db869a41efbf3a83e9e3f55b61460b8 https://code.google.com/p/go/ Created 10 years, 5 months ago
Right Patch Set: diff -r f804c5bc096d3a87bba0dd7ed74aae850b93873e https://code.google.com/p/go/ Created 10 years, 5 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/cmd/internal/rsc.io/x86/x86asm/tables.go ('k') | src/cmd/internal/rsc.io/x86/x86asm/testdata/decode.txt » ('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 libmach8db: libmach8db.c 1 libmach8db: libmach8db.c
2 9c libmach8db.c && 9l -o libmach8db libmach8db.o; rm libmach8db.o 2 9c libmach8db.c && 9l -o libmach8db libmach8db.o; rm libmach8db.o
3 3
4 newdecode.txt: 4 newdecode.txt:
5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>& 1 | tee log 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>& 1 | tee log
6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>& 1 | tee -a log 6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>& 1 | tee -a log
7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log 7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log 8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log 9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log 10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
11 egrep ' (gnu|intel|plan9) ' ../log |sort >newdecode.txt 11 egrep ' (gnu|intel|plan9) ' ../log |sort >newdecode.txt
12 12
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b