Yes, you are correct. The adder output should be -2 (1111 1111 1111 1110) so that 'no' will invert that to be 1.
All the signals I can see are consistent with xPlusY = 0 (outF, outNo, out and ng) so I don't think it's a display or computation problem in the simulator.
Since the first test is computing 0+0 = 0 and the second is comnputing -1 + -1 = 0, I'm thinking that there may be something wrong with your Add16.
Check that you have a functional Add16.hdl in the directory with your ALU. One quick test would be to rename Add16.hdl to something like Add16.hdl.save so that the ALU will be forced to use the built-in Add16.
If you can't find anything, feel free to email me your ALU and Add16.
--Mark