Skip to content

Commit

Permalink
Removed expected test failures (chapel-lang#24441)
Browse files Browse the repository at this point in the history
Tests should no longer fail after [PR
24372](chapel-lang#24372).

[Simple test change, not reviewed.]
  • Loading branch information
jhh67 authored Feb 20, 2024
2 parents c987d5b + 86a1b2d commit 465080f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtime/jhh/misc/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def test_00_base(self):
cpus = stringify(self.getThreads())
self.assertIn("Logical CPUs: %s\n" % cpus, output)

@unittest.expectedFailure
def test_01_high_threads_inaccessible(self):
"""
All cores and low-numbered threads are accessible.
Expand All @@ -119,7 +118,6 @@ def test_01_high_threads_inaccessible(self):
cpus = stringify(self.getLowThreads())
self.assertIn("Logical CPUs: %s\n" % cpus, output)

@unittest.expectedFailure
def test_02_low_threads_inaccessible(self):
"""
All cores and high-numbered threads are accessible.
Expand Down

0 comments on commit 465080f

Please sign in to comment.