Skip to content

Failures on [co19] Roll co19 to 14c158a94ae9ce9420bd612fdc089602c6d6b3bd #1372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
eernstg opened this issue Jul 22, 2022 · 1 comment
Closed
Assignees

Comments

@eernstg
Copy link
Member

eernstg commented Jul 22, 2022

There are new test failures on [co19] Roll co19 to 14c158a94ae9ce9420bd612fdc089602c6d6b3bd.

The tests

co19/LanguageFeatures/Horizontal-inference/horizontal_inference_t07 MissingCompileTimeError (expected Pass)
co19/LanguageFeatures/Horizontal-inference/horizontal_inference_t07 MissingCompileTimeError (expected Pass)

are failing on configurations

cfe-strong-linux
cfe-weak-linux
@eernstg
Copy link
Member Author

eernstg commented Jul 22, 2022

Looks like it's simply a period at the end of the error message. Here's the log:


/================================================================================================================================\
| co19/LanguageFeatures/Horizontal-inference/horizontal_inference_t07 is new and failed (MissingCompileTimeError, expected Pass) |
\================================================================================================================================/

--- Command "fasta" (took 96ms):
(cd /b/s/w/ir/ ; DART_CONFIGURATION=ReleaseX64 ./out/ReleaseX64/dart ./pkg/front_end/tool/_fasta/compile.dart --verify --skip-platform-verification -o ./out/ReleaseX64/generated_compilations/cfe-strong-linux/tests_co19_src_LanguageFeatures_Horizontal-inference_horizontal_inference_t07/out.dill --platform ./out/ReleaseX64/vm_platform_strong.dill -Dtest_runner.configuration=cfe-strong-linux --nnbd-strong --packages=./.dart_tool/package_config.json ./tests/co19/src/LanguageFeatures/Horizontal-inference/horizontal_inference_t07.dart )

static error failures:
- Wrong message at line 24, column 7: The method 'c2' isn't defined for the class 'C1'.
  Expected: The method 'c2' isn't defined for the class 'C1'

--- Re-run this test:
python3 tools/test.py -n cfe-strong-linux co19/LanguageFeatures/Horizontal-inference/horizontal_inference_t07


/===============================================================================================================================================\
| cfe-weak-linux:co19/LanguageFeatures/Horizontal-inference/horizontal_inference_t07 is new and failed (MissingCompileTimeError, expected Pass) |
\===============================================================================================================================================/

--- Command "fasta" (took 66ms):
(cd /b/s/w/ir/ ; DART_CONFIGURATION=ReleaseX64 ./out/ReleaseX64/dart ./pkg/front_end/tool/_fasta/compile.dart --verify --skip-platform-verification -o ./out/ReleaseX64/generated_compilations/cfe-weak-linux/tests_co19_src_LanguageFeatures_Horizontal-inference_horizontal_inference_t07/out.dill --platform ./out/ReleaseX64/vm_platform_strong.dill -Dtest_runner.configuration=cfe-weak-linux --packages=./.dart_tool/package_config.json ./tests/co19/src/LanguageFeatures/Horizontal-inference/horizontal_inference_t07.dart )

static error failures:
- Wrong message at line 24, column 7: The method 'c2' isn't defined for the class 'C1'.
  Expected: The method 'c2' isn't defined for the class 'C1'

--- Re-run this test:
python3 tools/test.py -n cfe-weak-linux co19/LanguageFeatures/Horizontal-inference/horizontal_inference_t07

@eernstg eernstg transferred this issue from dart-lang/sdk Jul 22, 2022
@sgrekhov sgrekhov self-assigned this Jul 22, 2022
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Jul 25, 2022
copybara-service bot pushed a commit to dart-lang/sdk that referenced this issue Jul 25, 2022
2022-07-25 [email protected] Fixes dart-lang/co19#1372. Expected error message text fixed (dart-lang/co19#1373)
2022-07-22 [email protected] Fixes dart-lang/co19#1356. Add analyzer errors on references to not included library parts (dart-lang/co19#1360)
2022-07-22 [email protected] Fixes dart-lang/co19#1354. Horizontal inference tests added (dart-lang/co19#1358)
2022-07-19 [email protected] Fixes dart-lang/co19#1367. Missed errors expectations added for CFE (dart-lang/co19#1371)
2022-07-14 [email protected] Fix quoting in spec parser command line (dart-lang/co19#1369)
2022-07-14 [email protected] Ignore deleted files in spec parser action (dart-lang/co19#1368)
2022-07-14 [email protected] Pin GitHub actions and setup dependabot (dart-lang/co19#1365)

Change-Id: Ib57b9c95b1a50c20a3716383cd6839f65950bac1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252603
Commit-Queue: Erik Ernst <[email protected]>
Reviewed-by: Alexander Thomas <[email protected]>
sgrekhov added a commit to sgrekhov/co19 that referenced this issue Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants