Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
process
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Ian-Woo Kim
process
Commits
f9235ef7
Commit
f9235ef7
authored
1 year ago
by
Luite Stegeman
Browse files
Options
Downloads
Patches
Plain Diff
remove js_broken from testsuite tests that now pass
parent
aa98ba72
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/all.T
+12
-13
12 additions, 13 deletions
tests/all.T
with
12 additions
and
13 deletions
tests/all.T
+
12
−
13
View file @
f9235ef7
...
...
@@ -2,13 +2,13 @@
# in spurious error output changes.
normalise_exec
=
normalise_fun
(
lambda
s: s.replace('posix_spawnp', 'exec'))
test('process001', [
js_broken(22349),
req_process], compile_and_run, [''])
test('process002', [fragile_for(16547, concurrent_ways),
js_broken(22349),
req_process], compile_and_run, [''])
test('process003', [fragile_for(17245, concurrent_ways),
js_broken(22349),
req_process], compile_and_run, [''])
test('process004', [normalise_exec, normalise_exe,
js_broken(22349),
req_process], compile_and_run, [''])
test('T1780', [
js_broken(22349),
req_process], compile_and_run, [''])
test('process005', [omit_ghci,
js_broken(22349),
req_process], compile_and_run, [''])
test('process006', [
js_broken(22349),
req_process], compile_and_run, [''])
test('process001', [req_process], compile_and_run, [''])
test('process002', [fragile_for(16547, concurrent_ways), req_process], compile_and_run, [''])
test('process003', [fragile_for(17245, concurrent_ways), req_process], compile_and_run, [''])
test('process004', [normalise_exec, normalise_exe, req_process], compile_and_run, [''])
test('T1780', [req_process], compile_and_run, [''])
test('process005', [omit_ghci, req_process], compile_and_run, [''])
test('process006', [req_process], compile_and_run, [''])
test('process007',
[when(opsys('mingw32'), skip),
...
...
@@ -16,7 +16,7 @@ test('process007',
js_broken(22349),
req_process],
compile_and_run, [''])
test('process008', [
js_broken(22349),
req_process], compile_and_run, [''])
test('process008', [req_process], compile_and_run, [''])
# not the normal way: this test runs processes from multiple threads, and
# will get stuck without the threaded RTS.
...
...
@@ -37,18 +37,17 @@ test('T3994', [only_ways(['threaded1','threaded2']),
pre_cmd('$MAKE -s --no-print-directory T3994app'),
req_process],
compile_and_run, [''])
test('T4889',[
js_broken(22349),
req_process], compile_and_run, [''])
test('T4889',[req_process], compile_and_run, [''])
test('process009', [when(opsys('mingw32'), skip),
js_broken(22349),
req_process], compile_and_run, [''])
test('process009', [when(opsys('mingw32'), skip), req_process], compile_and_run, [''])
test('process010', [
normalise_fun(lambda s:
s
.
replace
('
illegal operation (Inappropriate ioctl for device)
',
'
does not exist (No such file or directory)
')),
normalise_exec
,
js_broken
(
22349
),
req_process
],
compile_and_run
,
[''])
test
('
process011
',
[
when
(
opsys
('
mingw32
'),
skip
),
pre_cmd
('
{compiler} -no-hs-main -o process011_c process011_c.c
'),
js_broken
(
22349
),
req_process
],
compile_and_run
,
[''])
test
('
T8343
',
[
js_broken
(
22349
),
req_process
],
compile_and_run
,
[''])
test
('
processT251
',
[
js_broken
(
22349
),
omit_ghci
,
req_process
],
compile_and_run
,
[''])
test
('
T8343
',
[
req_process
],
compile_and_run
,
[''])
test
('
processT251
',
[
omit_ghci
,
req_process
],
compile_and_run
,
[''])
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