Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reinier Maas
GHC
Commits
9132d529
Commit
9132d529
authored
1 year ago
by
Sylvain Henry
Committed by
Marge Bot
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
JS: testsuite: use correct ticket numbers
parent
800aad7e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testsuite/tests/cabal/t22333/all.T
+1
-1
1 addition, 1 deletion
testsuite/tests/cabal/t22333/all.T
testsuite/tests/safeHaskell/check/pkg01/all.T
+10
-10
10 additions, 10 deletions
testsuite/tests/safeHaskell/check/pkg01/all.T
with
11 additions
and
11 deletions
testsuite/tests/cabal/t22333/all.T
+
1
−
1
View file @
9132d529
test
('
T22333
',
[
extra_files
(['
Setup.hs
',
'
my-exe
',
'
my-package-a
',
'
my-package-b
'
]),
js_broken
(
22
573
)],
[
extra_files
(['
Setup.hs
',
'
my-exe
',
'
my-package-a
',
'
my-package-b
'
]),
js_broken
(
22
349
)],
makefile_test
,
[]
)
This diff is collapsed.
Click to expand it.
testsuite/tests/safeHaskell/check/pkg01/all.T
+
10
−
10
View file @
9132d529
...
...
@@ -53,7 +53,7 @@ test('ImpSafe03',
test
('
ImpSafe04
',
normalise_version
('
base
'),
compile_fail
,
['
-fpackage-trust -distrust base
'])
test
('
ImpSafeOnly01
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly01
'
+
make_args
)],
...
...
@@ -61,7 +61,7 @@ test('ImpSafeOnly01',
['
-fpackage-trust -package-db pdb.ImpSafeOnly01/local.db -trust base
'])
test
('
ImpSafeOnly02
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly02
'
+
make_args
)],
...
...
@@ -70,7 +70,7 @@ test('ImpSafeOnly02',
# Fail since we enable package trust (and still need safePkg01 trusted)
test
('
ImpSafeOnly03
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly03
'
+
make_args
)],
...
...
@@ -79,7 +79,7 @@ test('ImpSafeOnly03',
# Succeed since we don't enable package trust
test
('
ImpSafeOnly04
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly04
'
+
make_args
)],
...
...
@@ -87,14 +87,14 @@ test('ImpSafeOnly04',
# fail due to missing trust of safePkg01, next test succeeds.
test
('
ImpSafeOnly05
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly05
'
+
make_args
)],
compile_fail
,
['
-fpackage-trust -package-db pdb.ImpSafeOnly05/local.db -trust base
'])
test
('
ImpSafeOnly06
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly06
'
+
make_args
)],
...
...
@@ -103,7 +103,7 @@ test('ImpSafeOnly06',
# fail due to missing trust
test
('
ImpSafeOnly07
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly07
'
+
make_args
),
...
...
@@ -111,7 +111,7 @@ test('ImpSafeOnly07',
compile_fail
,
['
-fpackage-trust -package-db pdb.ImpSafeOnly07/local.db -trust safePkg01 -distrust bytestring
'])
test
('
ImpSafeOnly08
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly08
'
+
make_args
),
...
...
@@ -119,7 +119,7 @@ test('ImpSafeOnly08',
compile_fail
,
['
-fpackage-trust -package-db pdb.ImpSafeOnly08/local.db -trust safePkg01
'])
test
('
ImpSafeOnly09
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly09
'
+
make_args
),
...
...
@@ -129,7 +129,7 @@ test('ImpSafeOnly09',
# finally succeed
test
('
ImpSafeOnly10
',
[
js_broken
(
223
50
),
[
js_broken
(
223
49
),
req_host_target_ghc
,
extra_files
(['
M_SafePkg.hs
',
'
M_SafePkg2.hs
',
'
M_SafePkg3.hs
',
'
M_SafePkg4.hs
',
'
M_SafePkg5.hs
',
'
M_SafePkg6.hs
',
'
M_SafePkg7.hs
',
'
M_SafePkg8.hs
',
'
Setup.hs
',
'
p.cabal
']),
pre_cmd
('
$MAKE -s --no-print-directory mkPackageDatabase.ImpSafeOnly10
'
+
make_args
)],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment