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

Side by Side Diff: x86asm/testdata/Makefile

Issue 95300044: code review 95300044: x86asm: basic 64-bit mode decoding (Closed)
Patch Set: diff -r 27604273fc7c https://code.google.com/p/rsc.x86/ Created 9 years, 10 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:
View unified diff | Download patch
« no previous file with comments | « x86asm/tables.go ('k') | x86asm/xed_test.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 libmach8db: libmach8db.c
2 9c libmach8db.c && 9l -o libmach8db libmach8db.o; rm libmach8db.o
3
1 newdecode.txt: 4 newdecode.txt:
2 cd ..; go test -cover -run Objdump -v -timeout 10h -printtests 2>&1 | te e log 5 cd ..; go test -cover -run Objdump -v -timeout 10h -printtests 2>&1 | te e log
3 cd ..; go test -cover -run Xed -v -timeout 10h -printtests 2>&1 | tee -a log 6 cd ..; go test -cover -run Xed -v -timeout 10h -printtests 2>&1 | tee -a log
4 egrep ' (gnu|intel) ' ../log |sort >newdecode.txt 7 egrep ' (gnu|intel) ' ../log |sort >newdecode.txt
8
OLDNEW
« no previous file with comments | « x86asm/tables.go ('k') | x86asm/xed_test.go » ('j') | no next file with comments »

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