Ticket #333 (new task)
Opened 7 months ago
Duplicate ComponentEnv class file generation for objectCC tests
| Reported by: | jmaessen | Owned by: | dr2chase |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | interpreter | Version: | |
| Keywords: | Cc: |
Description
Running testSystem, write protecting the cache, and re-running testSystem reveals several failures in which the implementation attempts to overwrite Env class files in the cache:
- compiler_tests: Compiled2.b.fss and Compiled0.g.fss try to overwrite ExecutableApiEnv....class
- tests/objectCC_staticParams attempts to overwrite its ComponentEnv
- tests/objectCC_label attempts to overwrite its ComponentEnv
- tests/objectCC_mutVar1 attempts to overwrite its ComponentEnv
- tests/objectCC_immutable attempts to overwrite its ComponentEnv
- tests/objectCC_shadowTest attempts to overwrite its ComponentEnv
- tests/objectCC_multi_objExpr_mutVar1 attempts to overwrite its ComponentEnv
Note: See
TracTickets for help on using
tickets.

