Skip to content
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

variable_shadowing spurious test failures #12844

Open
andrewrk opened this issue Sep 14, 2022 · 0 comments
Open

variable_shadowing spurious test failures #12844

andrewrk opened this issue Sep 14, 2022 · 0 comments
Labels
bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness. os-windows
Milestone

Comments

@andrewrk
Copy link
Member

2022-09-14T22:21:56.8916028Z 1/113 test_0... 
2022-09-14T22:21:56.8918266Z Unexpected error:
2022-09-14T22:21:56.8919318Z ================================================================================
2022-09-14T22:21:56.8921180Z .\zig-cache\tmp\L4HoTVemqcaaGwFz\tmp.zig:3:16: error: redeclaration of local variable 'i'
2022-09-14T22:21:56.8923038Z ================================================================================
2022-09-14T22:21:56.8923940Z Expected error not found:
2022-09-14T22:21:56.8924765Z ================================================================================
2022-09-14T22:21:56.8925522Z :3:28: error: redeclaration of local variable 'i'
2022-09-14T22:21:56.8926309Z ================================================================================
2022-09-14T22:21:56.8926925Z update_index=9
2022-09-14T22:21:57.2348631Z variable_shadowing (stage2, x86_64-windows) failed: WrongCompileErrors
2022-09-14T22:21:57.2350511Z 1 tests failed
2022-09-14T22:21:57.5887212Z FAIL (TestFailed)
2022-09-14T22:21:59.6880949Z D:\a\1\s\src\Sema.zig:27930:5: 0x7ff62199269b in resolveStructFully (test.exe.obj)
2022-09-14T22:21:59.6970947Z     try resolveStructLayout(sema, block, src, ty);
2022-09-14T22:21:59.6972142Z     ^
2022-09-14T22:21:59.6996397Z D:\a\1\s\src\Sema.zig:27889:27: 0x7ff62180156f in resolveTypeFully (test.exe.obj)
2022-09-14T22:21:59.7074933Z             .@"struct" => return resolveStructFully(sema, block, src, ty),
2022-09-14T22:21:59.7076506Z                           ^
2022-09-14T22:21:59.7099557Z D:\a\1\s\src\Module.zig:5640:17: 0x7ff6217e6286 in analyzeFnBody (test.exe.obj)
2022-09-14T22:21:59.7116072Z                 return error.AnalysisFail;
2022-09-14T22:21:59.7116847Z                 ^
2022-09-14T22:21:59.7131330Z D:\a\1\s\src\Module.zig:4279:21: 0x7ff6216337ca in ensureFuncBodyAnalyzed (test.exe.obj)
2022-09-14T22:21:59.7143615Z                     return error.AnalysisFail;
2022-09-14T22:21:59.7144554Z                     ^
2022-09-14T22:21:59.7147571Z D:\a\1\s\src\test.zig:1294:13: 0x7ff62134a6ba in run (test.exe.obj)
2022-09-14T22:21:59.7152004Z             return error.TestFailed;
2022-09-14T22:21:59.7152883Z             ^
2022-09-14T22:21:59.7155709Z D:\a\1\s\src\test.zig:65:5: 0x7ff621354c17 in test_0 (test.exe.obj)
2022-09-14T22:21:59.7156920Z     try ctx.run();
2022-09-14T22:21:59.7157756Z     ^
2022-09-14T22:21:59.7182649Z D:\a\1\s\src\Sema.zig:1945:13: 0x7ff6217fa091 in failWithOwnedErrorMsg (test.exe.obj)
2022-09-14T22:21:59.7189692Z             return error.NeededSourceLocation;
2022-09-14T22:21:59.7191006Z             ^
2022-09-14T22:21:59.7223359Z D:\a\1\s\src\Sema.zig:1775:5: 0x7ff6219895c0 in failWithNeededComptime (test.exe.obj)
2022-09-14T22:21:59.7229369Z     return sema.failWithOwnedErrorMsg(msg);
2022-09-14T22:21:59.7230464Z     ^
2022-09-14T22:21:59.7283813Z D:\a\1\s\src\Sema.zig:1652:5: 0x7ff621dc43e3 in resolveConstMaybeUndefVal (test.exe.obj)
2022-09-14T22:21:59.7290346Z     return sema.failWithNeededComptime(block, src, reason);
2022-09-14T22:21:59.7293223Z     ^
2022-09-14T22:21:59.7352021Z D:\a\1\s\src\Sema.zig:6267:21: 0x7ff621f966ee in analyzeInlineCallArg (test.exe.obj)
2022-09-14T22:21:59.7371682Z                     return err;
2022-09-14T22:21:59.7372437Z                     ^
2022-09-14T22:21:59.7394780Z D:\a\1\s\src\Sema.zig:1965:5: 0x7ff6217fa28d in failWithOwnedErrorMsg (test.exe.obj)
2022-09-14T22:21:59.7401442Z     return error.AnalysisFail;
2022-09-14T22:21:59.7402191Z     ^
2022-09-14T22:21:59.7435844Z D:\a\1\s\src\Sema.zig:1775:5: 0x7ff6219895c0 in failWithNeededComptime (test.exe.obj)
2022-09-14T22:21:59.7441826Z     return sema.failWithOwnedErrorMsg(msg);
2022-09-14T22:21:59.7442877Z     ^
2022-09-14T22:21:59.7492238Z D:\a\1\s\src\Sema.zig:1652:5: 0x7ff621dc43e3 in resolveConstMaybeUndefVal (test.exe.obj)
2022-09-14T22:21:59.7498595Z     return sema.failWithNeededComptime(block, src, reason);
2022-09-14T22:21:59.7499350Z     ^
2022-09-14T22:21:59.7564367Z D:\a\1\s\src\Sema.zig:6267:21: 0x7ff621f966ee in analyzeInlineCallArg (test.exe.obj)
2022-09-14T22:21:59.7581724Z                     return err;
2022-09-14T22:21:59.7582601Z                     ^
2022-09-14T22:21:59.7632949Z D:\a\1\s\src\Sema.zig:5982:21: 0x7ff621d6fddf in analyzeCall (test.exe.obj)
2022-09-14T22:21:59.7649989Z                     try sema.analyzeInlineCallArg(
2022-09-14T22:21:59.7651078Z                     ^
2022-09-14T22:21:59.7689418Z D:\a\1\s\src\Sema.zig:5618:5: 0x7ff621ac19c2 in zirCall (test.exe.obj)
2022-09-14T22:21:59.7705943Z     return sema.analyzeCall(block, func, func_src, call_src, modifier, ensure_result_used, resolved_args, bound_arg_src);
2022-09-14T22:21:59.7706926Z     ^
2022-09-14T22:21:59.7737920Z D:\a\1\s\src\Sema.zig:725:46: 0x7ff6219486be in analyzeBodyInner (test.exe.obj)
2022-09-14T22:21:59.7741400Z             .call                         => try sema.zirCall(block, inst),
2022-09-14T22:21:59.7742445Z                                              ^
2022-09-14T22:21:59.7773723Z D:\a\1\s\src\Sema.zig:611:21: 0x7ff621946a24 in analyzeBody (test.exe.obj)
2022-09-14T22:21:59.7776124Z         else => |e| return e,
2022-09-14T22:21:59.7776880Z                     ^
2022-09-14T22:21:59.7800254Z D:\a\1\s\src\Module.zig:5575:21: 0x7ff6217e5534 in analyzeFnBody (test.exe.obj)
2022-09-14T22:21:59.7815854Z         else => |e| return e,
2022-09-14T22:21:59.7816670Z                     ^
2022-09-14T22:21:59.7830628Z D:\a\1\s\src\Module.zig:4279:21: 0x7ff6216337ca in ensureFuncBodyAnalyzed (test.exe.obj)
2022-09-14T22:21:59.7842818Z                     return error.AnalysisFail;
2022-09-14T22:21:59.7843813Z                     ^
2022-09-14T22:21:59.7856934Z D:\a\1\s\stage3-release\lib\zig\std\os\windows.zig:127:35: 0x7ff6215bc6af in OpenFile (test.exe.obj)
2022-09-14T22:21:59.7858375Z         .OBJECT_PATH_NOT_FOUND => return error.FileNotFound,
2022-09-14T22:21:59.7859367Z                                   ^
2022-09-14T22:21:59.7863981Z D:\a\1\s\stage3-release\lib\zig\std\os.zig:2779:21: 0x7ff62136d592 in mkdiratW (test.exe.obj)
2022-09-14T22:21:59.7872284Z         else => |e| return e,
2022-09-14T22:21:59.7873911Z                     ^
2022-09-14T22:21:59.7876417Z D:\a\1\s\stage3-release\lib\zig\std\os.zig:2702:9: 0x7ff6213490d1 in mkdirat (test.exe.obj)
2022-09-14T22:21:59.7885090Z         return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
2022-09-14T22:21:59.7885854Z         ^
2022-09-14T22:21:59.7889355Z D:\a\1\s\stage3-release\lib\zig\std\fs.zig:1361:9: 0x7ff621348f90 in makeDir (test.exe.obj)
2022-09-14T22:21:59.7894726Z         try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
2022-09-14T22:21:59.7895490Z         ^
2022-09-14T22:21:59.7908407Z D:\a\1\s\stage3-release\lib\zig\std\os\windows.zig:134:35: 0x7ff6215bc861 in OpenFile (test.exe.obj)
2022-09-14T22:21:59.7909720Z         .OBJECT_NAME_COLLISION => return error.PathAlreadyExists,
2022-09-14T22:21:59.7910654Z                                   ^
2022-09-14T22:21:59.7914766Z D:\a\1\s\stage3-release\lib\zig\std\os.zig:2779:21: 0x7ff62136d592 in mkdiratW (test.exe.obj)
2022-09-14T22:21:59.7923684Z         else => |e| return e,
2022-09-14T22:21:59.7924717Z                     ^
2022-09-14T22:21:59.7928393Z D:\a\1\s\stage3-release\lib\zig\std\os.zig:2702:9: 0x7ff6213490d1 in mkdirat (test.exe.obj)
2022-09-14T22:21:59.7936812Z         return mkdiratW(dir_fd, sub_dir_path_w.span(), mode);
2022-09-14T22:21:59.7938496Z         ^
2022-09-14T22:21:59.7941289Z D:\a\1\s\stage3-release\lib\zig\std\fs.zig:1361:9: 0x7ff621348f90 in makeDir (test.exe.obj)
2022-09-14T22:21:59.7946567Z         try os.mkdirat(self.fd, sub_path, default_new_dir_mode);
2022-09-14T22:21:59.7947577Z         ^
2022-09-14T22:21:59.7996002Z D:\a\1\s\src\Sema.zig:28140:44: 0x7ff621c889e7 in semaStructFields (test.exe.obj)
2022-09-14T22:21:59.8072109Z     if (file_scope.status != .success_zir) return error.AnalysisFail;
2022-09-14T22:21:59.8072997Z                                            ^
2022-09-14T22:21:59.8107024Z D:\a\1\s\src\Sema.zig:28045:5: 0x7ff6219ec3ba in resolveTypeFieldsStruct (test.exe.obj)
2022-09-14T22:21:59.8183868Z     try semaStructFields(sema.mod, struct_obj);
2022-09-14T22:21:59.8184731Z     ^
2022-09-14T22:21:59.8209432Z D:\a\1\s\src\Sema.zig:27996:13: 0x7ff62186d52c in resolveTypeFields (test.exe.obj)
2022-09-14T22:21:59.8290072Z             try sema.resolveTypeFieldsStruct(ty, struct_obj);
2022-09-14T22:21:59.8291553Z             ^
2022-09-14T22:21:59.8325694Z D:\a\1\s\src\Sema.zig:27686:25: 0x7ff621989f07 in resolveStructLayout (test.exe.obj)
2022-09-14T22:21:59.8400773Z     const resolved_ty = try sema.resolveTypeFields(block, src, ty);
2022-09-14T22:21:59.8401881Z                         ^
2022-09-14T22:21:59.8402632Z 2/113 test.cImport... OK
2022-09-14T22:21:59.8403412Z 3/113 test.classifyFileExt... OK
2022-09-14T22:21:59.8404138Z 4/113 test.fds... OK
2022-09-14T22:21:59.8453590Z 5/113 test.cache file and then recall it... OK
2022-09-14T22:21:59.8608484Z 6/113 test.check that changing a file makes cache fail... OK
2022-09-14T22:21:59.8613996Z 7/113 test.no file inputs... OK
2022-09-14T22:21:59.8915511Z 8/113 test.Manifest with files added after initial hash work... OK
2022-09-14T22:21:59.8916654Z 9/113 test.Register.enc... OK
2022-09-14T22:21:59.8917541Z 10/113 test.Register.size... OK
2022-09-14T22:21:59.8918192Z 11/113 test.Register.to64/to32... OK
2022-09-14T22:21:59.8918982Z 12/113 test.FloatingPointRegister.id... OK
2022-09-14T22:21:59.8919760Z 13/113 test.FloatingPointRegister.size... OK
2022-09-14T22:21:59.8920466Z 14/113 test.FloatingPointRegister.toX... OK
2022-09-14T22:21:59.8921103Z 15/113 test_0... OK
2022-09-14T22:21:59.8921853Z 16/113 test.serialize instructions... OK
2022-09-14T22:21:59.8923952Z 17/113 test.Trie node count... OK
2022-09-14T22:21:59.8930940Z 18/113 test.Trie basic... OK
2022-09-14T22:21:59.8936807Z 19/113 test.write Trie to a byte stream... OK
2022-09-14T22:21:59.8939174Z 20/113 test.parse Trie from byte stream... OK
2022-09-14T22:21:59.8957676Z 21/113 test.Macro matching... OK
2022-09-14T22:21:59.8958579Z 22/113 test_0... OK
2022-09-14T22:21:59.8959486Z 23/113 test.simple list... OK
2022-09-14T22:21:59.8960419Z 24/113 test.simple list typed as array of strings... OK
2022-09-14T22:21:59.8961306Z 25/113 test.simple list typed as array of ints... OK
2022-09-14T22:21:59.8962227Z 26/113 test.list of mixed sign integer... OK
2022-09-14T22:21:59.8964123Z 27/113 test.simple map untyped... OK
2022-09-14T22:21:59.8966103Z 28/113 test.simple map untyped with a list of maps... OK
2022-09-14T22:21:59.8967107Z 29/113 test.simple map untyped with a list of maps. no indent... OK
2022-09-14T22:21:59.8969161Z 30/113 test.simple map untyped with a list of maps. no indent 2... OK
2022-09-14T22:21:59.8970047Z 31/113 test.simple map typed... OK
2022-09-14T22:21:59.8972157Z 32/113 test.typed nested structs... OK
2022-09-14T22:21:59.8973009Z 33/113 test.multidoc typed as a slice of structs... OK
2022-09-14T22:21:59.8974062Z 34/113 test.multidoc typed as a struct is an error... OK
2022-09-14T22:21:59.8976723Z 35/113 test.multidoc typed as a slice of structs with optionals... OK
2022-09-14T22:21:59.8977933Z 36/113 test.empty yaml can be represented as void... OK
2022-09-14T22:21:59.8978924Z 37/113 test.nonempty yaml cannot be represented as void... OK
2022-09-14T22:21:59.8979810Z 38/113 test.typed array size mismatch... OK
2022-09-14T22:21:59.8980574Z 39/113 test_0... OK
2022-09-14T22:21:59.8981278Z 40/113 test.empty doc... OK
2022-09-14T22:21:59.8982056Z 41/113 test.empty doc with explicit markers... OK
2022-09-14T22:21:59.8982823Z 42/113 test.sequence of values... OK
2022-09-14T22:21:59.8983645Z 43/113 test.sequence of sequences... OK
2022-09-14T22:21:59.8984447Z 44/113 test.mappings... OK
2022-09-14T22:21:59.8985268Z 45/113 test.inline mapped sequence of values... OK
2022-09-14T22:21:59.8985927Z 46/113 test.part of tbd... OK
2022-09-14T22:21:59.8986724Z 47/113 test.Unindented list... OK
2022-09-14T22:21:59.8987497Z 48/113 test.empty file... OK
2022-09-14T22:21:59.8988242Z 49/113 test.empty whitespace... OK
2022-09-14T22:21:59.8989048Z 50/113 test.empty colon... OK
2022-09-14T22:21:59.8989768Z 51/113 test.empty target... OK
2022-09-14T22:21:59.8990567Z 52/113 test.whitespace empty target... OK
2022-09-14T22:21:59.8991400Z 53/113 test.escape empty target... OK
2022-09-14T22:21:59.8992105Z 54/113 test.empty target linefeeds... OK
2022-09-14T22:21:59.8992949Z 55/113 test.empty target linefeeds + continuations... OK
2022-09-14T22:21:59.8993912Z 56/113 test.empty target linefeeds + hspace + continuations... OK
2022-09-14T22:21:59.8994778Z 57/113 test.prereq... OK
2022-09-14T22:21:59.8995580Z 58/113 test.prereq continuation... OK
2022-09-14T22:21:59.8996424Z 59/113 test.multiple prereqs... OK
2022-09-14T22:21:59.8998791Z 60/113 test.multiple targets and prereqs... OK
2022-09-14T22:21:59.8999715Z 61/113 test.windows quoted prereqs... OK
2022-09-14T22:21:59.9001591Z 62/113 test.windows mixed prereqs... OK
2022-09-14T22:21:59.9002466Z 63/113 test.funky targets... OK
2022-09-14T22:21:59.9033331Z 64/113 test.error incomplete escape - reverse_solidus... OK
2022-09-14T22:21:59.9034376Z 65/113 test.error incomplete escape - dollar_sign... OK
2022-09-14T22:21:59.9035145Z 66/113 test.error incomplete target... OK
2022-09-14T22:21:59.9036005Z 67/113 test.error illegal char at position - bad target escape... OK
2022-09-14T22:21:59.9036991Z 68/113 test.error illegal char at position - execting dollar_sign... OK
2022-09-14T22:21:59.9037850Z 69/113 test.error illegal char at position - invalid target... OK
2022-09-14T22:21:59.9038813Z 70/113 test.error target - continuation expecting end-of-line... OK
2022-09-14T22:21:59.9039694Z 71/113 test.error prereq - continuation expecting end-of-line... OK
2022-09-14T22:21:59.9040523Z 72/113 test.explicit doc... OK
2022-09-14T22:21:59.9041389Z 73/113 test.leaf in quotes... OK
2022-09-14T22:21:59.9042310Z 74/113 test.nested maps... OK
2022-09-14T22:21:59.9043134Z 75/113 test.map of list of values... OK
2022-09-14T22:21:59.9043905Z 76/113 test.map of list of maps... OK
2022-09-14T22:21:59.9044699Z 77/113 test.list of lists... OK
2022-09-14T22:21:59.9045473Z 78/113 test.inline list... OK
2022-09-14T22:21:59.9046289Z 79/113 test.inline list as mapping value... OK
2022-09-14T22:21:59.9047076Z 80/113 test.Wasm - buildOpcode... OK
2022-09-14T22:21:59.9047906Z 81/113 test.serialize instructions... OK
2022-09-14T22:21:59.9048579Z 82/113 test.default state... OK
2022-09-14T22:21:59.9049385Z 83/113 test.tryAllocReg: no spilling... OK
2022-09-14T22:21:59.9050143Z 84/113 test.allocReg: spilling... OK
2022-09-14T22:21:59.9050928Z 85/113 test.tryAllocRegs... OK
2022-09-14T22:21:59.9051697Z 86/113 test.allocRegs: normal usage... OK
2022-09-14T22:21:59.9052578Z 87/113 test.allocRegs: selectively reducing register pressure... OK
2022-09-14T22:21:59.9053284Z 88/113 test.getReg... OK
2022-09-14T22:21:59.9055069Z 89/113 test.allocReg with multiple, non-overlapping register classes... OK
2022-09-14T22:21:59.9055845Z 90/113 test.Register.id... OK
2022-09-14T22:21:59.9056837Z 91/113 test.Register.enc... OK
2022-09-14T22:21:59.9057605Z 92/113 test.FloatingPointRegister.id... OK
2022-09-14T22:21:59.9058413Z 93/113 test.FloatingPointRegister.enc... OK
2022-09-14T22:21:59.9059181Z 94/113 test.Serialize formats... OK
2022-09-14T22:21:59.9060760Z 95/113 test.Encoder helpers - general purpose registers... OK
2022-09-14T22:21:59.9061708Z 96/113 test.Encoder helpers - Vex prefix... OK
2022-09-14T22:21:59.9062474Z 97/113 test.lower MI encoding... OK
2022-09-14T22:21:59.9063120Z 98/113 test.lower RM encoding... OK
2022-09-14T22:21:59.9063873Z 99/113 test.lower MR encoding... OK
2022-09-14T22:21:59.9065742Z 100/113 test.lower OI encoding... OK
2022-09-14T22:21:59.9067000Z 101/113 test.lower FD/TD encoding... OK
2022-09-14T22:21:59.9067877Z 102/113 test.lower M encoding... OK
2022-09-14T22:21:59.9068721Z 103/113 test.lower M1 and MC encodings... OK
2022-09-14T22:21:59.9069516Z 104/113 test.lower O encoding... OK
2022-09-14T22:21:59.9070246Z 105/113 test.lower RMI encoding... OK
2022-09-14T22:21:59.9070991Z 106/113 test.lower MV encoding... OK
2022-09-14T22:21:59.9071674Z 107/113 test.lower VM encoding... OK
2022-09-14T22:21:59.9072431Z 108/113 test.lower to RVM encoding... OK
2022-09-14T22:21:59.9073331Z 109/113 test.condition from CompareOperator... OK
2022-09-14T22:21:59.9074231Z 110/113 test.negate condition... OK
2022-09-14T22:21:59.9074902Z 111/113 test.Register.id... OK
2022-09-14T22:21:59.9075630Z 112/113 test.serialize instructions... OK
2022-09-14T22:21:59.9076335Z 113/113 test.aliases... OK
2022-09-14T22:21:59.9077029Z 112 passed; 0 skipped; 1 failed.
2022-09-14T22:21:59.9660327Z error: the following test command failed with exit code 1:
2022-09-14T22:21:59.9661507Z D:\a\1\s\zig-cache\o\6482f609175b93e4a2a5c6f7917291c0\test.exe
2022-09-14T22:22:00.0530095Z error: test...
2022-09-14T22:22:00.0531488Z error: The following command exited with error code 1:
2022-09-14T22:22:00.0548468Z D:\a\1\s\stage3-release\bin\zig.exe test --stack 33554432 D:\a\1\s\src\test.zig -lc -cflags -std=c++14 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -D_GNU_SOURCE -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -Werror=type-limits -Wno-missing-braces -Wno-comment -DNDEBUG=1 -- D:\a\1\s\src\zig_llvm.cpp D:\a\1\s\src\zig_clang.cpp D:\a\1\s\src\zig_llvm-ar.cpp D:\a\1\s\src\zig_clang_driver.cpp D:\a\1\s\src\zig_clang_cc1_main.cpp D:\a\1\s\src\zig_clang_cc1as_main.cpp D:\a\1\s\src\windows_sdk.cpp -lclangFrontendTool -lclangCodeGen -lclangFrontend -lclangDriver -lclangSerialization -lclangSema -lclangStaticAnalyzerFrontend -lclangStaticAnalyzerCheckers -lclangStaticAnalyzerCore -lclangAnalysis -lclangASTMatchers -lclangAST -lclangParse -lclangSema -lclangBasic -lclangEdit -lclangLex -lclangARCMigrate -lclangRewriteFrontend -lclangRewrite -lclangCrossTU -lclangIndex -lclangToolingCore -lclangExtractAPI -lclangSupport -llldMinGW -llldELF -llldCOFF -llldWasm -llldMachO -llldCommon -lLLVMWindowsManifest -lLLVMWindowsDriver -lLLVMXRay -lLLVMLibDriver -lLLVMDlltoolDriver -lLLVMCoverage -lLLVMLineEditor -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMX86TargetMCA -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMWebAssemblyDisassembler -lLLVMWebAssemblyAsmParser -lLLVMWebAssemblyCodeGen -lLLVMWebAssemblyDesc -lLLVMWebAssemblyUtils -lLLVMWebAssemblyInfo -lLLVMVEDisassembler -lLLVMVEAsmParser -lLLVMVECodeGen -lLLVMVEDesc -lLLVMVEInfo -lLLVMSystemZDisassembler -lLLVMSystemZAsmParser -lLLVMSystemZCodeGen -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSparcDisassembler -lLLVMSparcAsmParser -lLLVMSparcCodeGen -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMRISCVDisassembler -lLLVMRISCVAsmParser -lLLVMRISCVCodeGen -lLLVMRISCVDesc -lLLVMRISCVInfo -lLLVMPowerPCDisassembler -lLLVMPowerPCAsmParser -lLLVMPowerPCCodeGen -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMMSP430Disassembler -lLLVMMSP430AsmParser -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMipsDisassembler -lLLVMMipsAsmParser -lLLVMMipsCodeGen -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFAsmParser -lLLVMBPFCodeGen -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMAVRDisassembler -lLLVMAVRAsmParser -lLLVMAVRCodeGen -lLLVMAVRDesc -lLLVMAVRInfo -lLLVMARMDisassembler -lLLVMARMAsmParser -lLLVMARMCodeGen -lLLVMARMDesc -lLLVMARMUtils -lLLVMARMInfo -lLLVMAMDGPUTargetMCA -lLLVMAMDGPUDisassembler -lLLVMAMDGPUAsmParser -lLLVMAMDGPUCodeGen -lLLVMAMDGPUDesc -lLLVMAMDGPUUtils -lLLVMAMDGPUInfo -lLLVMAArch64Disassembler -lLLVMAArch64AsmParser -lLLVMAArch64CodeGen -lLLVMAArch64Desc -lLLVMAArch64Utils -lLLVMAArch64Info -lLLVMOrcJIT -lLLVMMCJIT -lLLVMJITLink -lLLVMInterpreter -lLLVMExecutionEngine -lLLVMRuntimeDyld -lLLVMOrcTargetProcess -lLLVMOrcShared -lLLVMDWP -lLLVMDebugInfoGSYM -lLLVMOption -lLLVMObjectYAML -lLLVMObjCopy -lLLVMMCA -lLLVMMCDisassembler -lLLVMLTO -lLLVMPasses -lLLVMCFGuard -lLLVMCoroutines -lLLVMObjCARCOpts -lLLVMipo -lLLVMVectorize -lLLVMLinker -lLLVMInstrumentation -lLLVMFrontendOpenMP -lLLVMFrontendOpenACC -lLLVMExtensions -lLLVMDWARFLinker -lLLVMGlobalISel -lLLVMMIRParser -lLLVMAsmPrinter -lLLVMSelectionDAG -lLLVMCodeGen -lLLVMIRReader -lLLVMAsmParser -lLLVMInterfaceStub -lLLVMFileCheck -lLLVMFuzzMutate -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMAggressiveInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMSymbolize -lLLVMDebugInfoPDB -lLLVMDebugInfoMSF -lLLVMDebugInfoDWARF -lLLVMObject -lLLVMTextAPI -lLLVMMCParser -lLLVMMC -lLLVMDebugInfoCodeView -lLLVMBitReader -lLLVMFuzzerCLI -lLLVMCore -lLLVMRemarks -lLLVMBitstreamReader -lLLVMBinaryFormat -lLLVMSupport -lLLVMDemangle -lz -lc++ -lversion -luuid -lole32 --cache-dir D:\a\1\s\zig-cache --global-cache-dir C:\Users\VssAdministrator\AppData\Local\zig --name test --pkg-begin test_cases D:\a\1\s\test\cases.zig --pkg-end --pkg-begin build_options D:\a\1\s\zig-cache\options\mRrzWUgYX_IZ2P5QCoI5cH05Uq9A8MnYnJ_8aY6p-kjNpWDn8WrKHT1eBlIQF6qa --pkg-end -L D:\a\1\s\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.61+9be8396b7\lib -isystem D:\a\1\s\zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.61+9be8396b7\include -fno-lto --enable-cache 
@andrewrk andrewrk added bug Observed behavior contradicts documented or intended behavior os-windows frontend Tokenization, parsing, AstGen, Sema, and Liveness. labels Sep 14, 2022
@andrewrk andrewrk added this to the 0.11.0 milestone Sep 14, 2022
andrewrk added a commit that referenced this issue Sep 14, 2022
Vexu pushed a commit to Vexu/zig that referenced this issue Oct 10, 2022
@andrewrk andrewrk modified the milestones: 0.11.0, 0.12.0 Jun 19, 2023
TUSF pushed a commit to TUSF/zig that referenced this issue May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior frontend Tokenization, parsing, AstGen, Sema, and Liveness. os-windows
Projects
None yet
Development

No branches or pull requests

1 participant