Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
aebf31ff
Commit
aebf31ff
authored
Jun 06, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove 6.out in test/run. update golden file
SVN=121465
parent
126150d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
golden.out
test/golden.out
+11
-8
run
test/run
+1
-1
No files found.
test/golden.out
View file @
aebf31ff
...
...
@@ -10,26 +10,30 @@ float_lit.go:56: overflow in float constant
float_lit.go:60: overflow in float constant
float_lit.go:64: overflow in float constant
BUG: known to fail incorrectly
=========== for.go
for.go:45: fatal error: optoas: no entry MOD-<int32>INT32
BUG: known to fail incorrectly
=========== func.go
=========== hashmap.go
hashmap.go:46: fatal error: optoas: no entry LSH-<uint32>UINT32
BUG: known to fail incorrectly
=========== helloworld.go
hello, world
=========== if.go
=========== int_lit.go
int_lit.go:5: syntax error
BUG: known to fail incorrectly
=========== iota.go
=========== literal.go
=========== sieve.go
sieve.go:8: syntax error
sieve.go:16: prime undefined
sieve.go:17: out undefined
sieve.go:18: syntax error
sieve.go:27: fatal error: walktype: switch 1 unknown op RECV l(27)
sieve.go:8: fatal error: walktype: switch 1 unknown op SEND l(8)
BUG: known to fail incorrectly
=========== string_lit.go
string_lit.go:5: syntax error
string_lit.go:12: unknown escape sequence: \
string_lit.go:12: unknown escape sequence: '
BUG: known to fail incorrectly
=========== switch.go
=========== test0.go
test0.go:23: addtyp: renaming Point/<Point>{<x><int32>INT32;<y><int32>INT32;} to Point2/<Point2>FORW
test0.go:48: illegal types for operand
...
...
@@ -44,6 +48,4 @@ test0.go:54: illegal types for operand
(<Point2>{}) AS ({})
BUG: known to fail incorrectly
=========== turing.go
^B^A^H^H^K^B^Q^@^C^C^C^A^@index 0<111>111
throw: bounds
BUG: known to fail incorrectly
^B^A^H^H^K^B^Q^@^C^C^C^A^@
\ No newline at end of file
test/run
View file @
aebf31ff
...
...
@@ -33,7 +33,7 @@ case $failed in
1
)
echo
FAIL
esac
rm
-f
/tmp/
$USER
.
$$
.gotest
*
.6
rm
-f
/tmp/
$USER
.
$$
.gotest
*
.6
6.out
if
!
diff run.out golden.out
then
failed
=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment