Skip to content

Commit

Permalink
Reapply "break some tests to test it"
Browse files Browse the repository at this point in the history
This reverts commit 82a1985.
  • Loading branch information
radeusgd committed Oct 1, 2024
1 parent b8dbaad commit 3841751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Base_Tests/src/Data/Text_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ add_specs suite_builder =
sentence_words = ['I', 'have', 'a', 'very', 'long', 'block', 'of', 'text', ',', 'here', '.', 'It', 'goes', 'on', 'and', 'on', ',', 'containing', 'things', 'like', 'decimal', 'points', '(', '1.0314e3', ')', 'and', 'other', 'language', 'scripts', 'as', 'well', '건반', '(', 'Korean', ')', '.']

group_builder.specify "should allow naive length computation over grapheme clusters" <|
kshi.length . should_equal 1
kshi.length . should_equal 10015500005345

Check failure on line 74 in test/Base_Tests/src/Data/Text_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (linux, amd64)

should allow naive length computation over grapheme clusters

1 did not equal 10015500005345 (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Text_Spec.enso:74:13-53).

Check failure on line 74 in test/Base_Tests/src/Data/Text_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (linux, amd64)

should allow naive length computation over grapheme clusters

1 did not equal 10015500005345 (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Text_Spec.enso:74:13-53).

Check failure on line 74 in test/Base_Tests/src/Data/Text_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (macos, amd64)

should allow naive length computation over grapheme clusters

1 did not equal 10015500005345 (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Text_Spec.enso:74:13-53).

Check failure on line 74 in test/Base_Tests/src/Data/Text_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (macos, amd64)

should allow naive length computation over grapheme clusters

1 did not equal 10015500005345 (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Text_Spec.enso:74:13-53).
facepalm.length . should_equal 1

group_builder.specify "should be able to tell if Text is normalized" <|
Expand Down
2 changes: 1 addition & 1 deletion test/Base_Tests/src/Data/Vector_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type_spec suite_builder name alter = suite_builder.group name group_builder->
"Can't run Python tests, Python is not installed."

group_builder.specify "text bytes" <|
"Lore".utf_8 . should_equal [76, 111, 114, 101]
"Lore".utf_8 . should_equal []

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (linux, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /runner/_work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Standard Library Tests (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

Check failure on line 88 in test/Base_Tests/src/Data/Vector_Spec.enso

View workflow job for this annotation

GitHub Actions / Engine (GraalVM CE) (macos, amd64)

text bytes

[76, 111, 114, 101] did not equal []; lengths differ (4 != 0) (at /Users/runner/work/enso/enso/test/Base_Tests/src/Data/Vector_Spec.enso:88:9-38).

group_builder.specify "should allow vector creation with a programmatic constructor" <|
Vector.new 100 (ix -> ix + 1) . fold 0 (+) . should_equal 5050
Expand Down

0 comments on commit 3841751

Please sign in to comment.