Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
fc3797a4
Commit
fc3797a4
authored
Feb 22, 2012
by
Rémy Oudompheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: use testlib in a few more cases.
R=golang-dev, rsc CC=golang-dev, remy
https://golang.org/cl/5688057
parent
9a26a782
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
7 deletions
+11
-7
test/fixedbugs/bug110.go
test/fixedbugs/bug110.go
+1
-1
test/fixedbugs/bug114.go
test/fixedbugs/bug114.go
+1
-1
test/fixedbugs/bug155.go
test/fixedbugs/bug155.go
+1
-1
test/fixedbugs/bug167.go
test/fixedbugs/bug167.go
+1
-1
test/fixedbugs/bug183.go
test/fixedbugs/bug183.go
+1
-1
test/sieve.go
test/sieve.go
+3
-1
test/solitaire.go
test/solitaire.go
+3
-1
No files found.
test/fixedbugs/bug110.go
View file @
fc3797a4
//
$G $D/$F.go && $L $F.$A || echo BUG: const bug
//
build
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
test/fixedbugs/bug114.go
View file @
fc3797a4
//
$G $D/$F.go && $L $F.$A && (./$A.out || echo BUG: bug114 failed)
//
run
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
test/fixedbugs/bug155.go
View file @
fc3797a4
//
$G $D/$F.go && $L $F.$A || echo BUG: bug155
//
build
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
test/fixedbugs/bug167.go
View file @
fc3797a4
//
$G $D/$F.go && $L $F.$A || echo BUG: bug167
//
build
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
test/fixedbugs/bug183.go
View file @
fc3797a4
//
errchk $G $D/$F.go
//
errorcheck
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
test/sieve.go
View file @
fc3797a4
// $G $F.go && $L $F.$A # don't run it - goes forever
// build
// don't run it - goes forever
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
test/solitaire.go
View file @
fc3797a4
// $G $F.go && $L $F.$A # don't run it - produces too much output
// build
// don't run it - produces too much output
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
...
...
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